diff --git a/examples/deployment_ec2_instance/provider.tf b/examples/deployment_ec2_instance/provider.tf index 7e817f743..0881b9cd4 100644 --- a/examples/deployment_ec2_instance/provider.tf +++ b/examples/deployment_ec2_instance/provider.tf @@ -8,7 +8,8 @@ terraform { } aws = { - source = "hashicorp/aws" + source = "hashicorp/aws" + version = "~> 5.45, != 5.71.0" } } }