From bfc6f99857b018768868e25bc44cb655b28b4cfe Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 10:30:03 +0000 Subject: [PATCH] Update Terraform aws to ~> 4.67.0 --- deploy/test-environments/cdr/terraform.tf | 2 +- deploy/test-environments/cis/terraform.tf | 2 +- deploy/test-environments/modules/aws/cloudtrail/terraform.tf | 2 +- deploy/test-environments/modules/aws/ec2/terraform.tf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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" } } }