Skip to content

Commit

Permalink
Bump maximum Terraform version (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: Carl Hjerpe <git@hjerpe.xyz>
  • Loading branch information
Lillecarl and Carl Hjerpe committed Feb 1, 2023
1 parent b23f55f commit ce2021e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_version = ">= 0.13"

required_providers {
aws = ">= 3.13, < 4.0"
aws = ">= 3.13, < 5.0"
helm = ">= 1.0, < 3.0"
kubernetes = ">= 1.10.0, < 3.0.0"
kubectl = {
Expand Down

0 comments on commit ce2021e

Please sign in to comment.