diff --git a/examples/complete/versions.tf b/examples/complete/versions.tf index 8a0e1e5..f0ef147 100644 --- a/examples/complete/versions.tf +++ b/examples/complete/versions.tf @@ -3,7 +3,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 4.0" + version = "~> 5.31" } } } diff --git a/versions.tf b/versions.tf index c601a6d..76b5934 100644 --- a/versions.tf +++ b/versions.tf @@ -7,7 +7,7 @@ terraform { } aws = { source = "hashicorp/aws" - version = "~> 4.0" + version = "~> 5.31" } } }