Skip to content

Commit

Permalink
update aws provider to 6
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Dec 9, 2025
1 parent 5a64901 commit 212b527
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions local-app/tf-run/applications/base/versions.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
terraform {
required_version = ">= 1.0.0"
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 4.0"
version = ">= 6.0"
}
# ldap = {
# source = "trevex/ldap"
Expand All @@ -29,5 +30,4 @@ terraform {
# version = ">= 2.1.0"
# }
}
required_version = ">= 1.0.0"
}

0 comments on commit 212b527

Please sign in to comment.