diff --git a/examples/simple/versions.tf b/examples/simple/versions.tf index 8a0e1e5..0b432a8 100644 --- a/examples/simple/versions.tf +++ b/examples/simple/versions.tf @@ -3,7 +3,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 4.0" + version = "~> 5.32" } } } diff --git a/versions.tf b/versions.tf index c601a6d..2e54b2d 100644 --- a/versions.tf +++ b/versions.tf @@ -7,7 +7,7 @@ terraform { } aws = { source = "hashicorp/aws" - version = "~> 4.0" + version = "~> 5.32" } } }