Skip to content

Commit

Permalink
bumping tf versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenvaines-bjss committed Jul 17, 2024
1 parent 4261408 commit be57e28
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion infrastructure/terraform/components/acct/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ terraform {
}
}

required_version = ">= 1.8.1, < 1.9.0"
required_version = ">= 1.9.0"
}
2 changes: 1 addition & 1 deletion infrastructure/terraform/components/iam/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ terraform {
}
}

required_version = ">= 1.8.1, < 1.9.0"
required_version = ">= 1.9.0"
}
2 changes: 1 addition & 1 deletion infrastructure/terraform/modules/amp_branch/versions.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

terraform {
required_version = ">= 0.13"
required_providers {
aws = {
source = "hashicorp/aws"
}
}
required_version = ">= 1.9.0"
}
2 changes: 1 addition & 1 deletion infrastructure/terraform/modules/kms/versions.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

terraform {
required_version = ">= 0.13"
required_providers {
aws = {
source = "hashicorp/aws"
}
}
required_version = ">= 1.9.0"
}
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
terraform {
required_version = ">= 1.5.0"
required_providers {
aws = {
version = ">= 5.14.0"
}
}
required_version = ">= 1.9.0"
}

0 comments on commit be57e28

Please sign in to comment.