diff --git a/deploy/test-environments/cdr/terraform.tf b/deploy/test-environments/cdr/terraform.tf index 5842b235c6..d551f7454c 100644 --- a/deploy/test-environments/cdr/terraform.tf +++ b/deploy/test-environments/cdr/terraform.tf @@ -2,7 +2,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 4.15.0" + version = "~> 4.67.0" } google = { diff --git a/deploy/test-environments/cis/terraform.tf b/deploy/test-environments/cis/terraform.tf index d6f038de93..14c1f04ab5 100644 --- a/deploy/test-environments/cis/terraform.tf +++ b/deploy/test-environments/cis/terraform.tf @@ -2,7 +2,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 4.15.0" + version = "~> 4.67.0" } random = { diff --git a/deploy/test-environments/modules/aws/cloudtrail/terraform.tf b/deploy/test-environments/modules/aws/cloudtrail/terraform.tf index a61fb73fa6..566f985c07 100644 --- a/deploy/test-environments/modules/aws/cloudtrail/terraform.tf +++ b/deploy/test-environments/modules/aws/cloudtrail/terraform.tf @@ -2,7 +2,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 4.15.0" + version = "~> 4.67.0" } } } diff --git a/deploy/test-environments/modules/aws/ec2/terraform.tf b/deploy/test-environments/modules/aws/ec2/terraform.tf index a61fb73fa6..566f985c07 100644 --- a/deploy/test-environments/modules/aws/ec2/terraform.tf +++ b/deploy/test-environments/modules/aws/ec2/terraform.tf @@ -2,7 +2,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 4.15.0" + version = "~> 4.67.0" } } }