diff --git a/compute/eks-ec2/versions.tf b/compute/eks-ec2/versions.tf index 15c864d58..e05f411d3 100644 --- a/compute/eks-ec2/versions.tf +++ b/compute/eks-ec2/versions.tf @@ -5,7 +5,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 3.64.0" + version = "~> 3.72.0" } kubernetes = { diff --git a/compute/k8s-services/versions.tf b/compute/k8s-services/versions.tf index 08a60d630..bc3dbcb68 100644 --- a/compute/k8s-services/versions.tf +++ b/compute/k8s-services/versions.tf @@ -5,7 +5,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 3.64.0" + version = "~> 3.72.0" } kubernetes = { diff --git a/database/postgres-restore/versions.tf b/database/postgres-restore/versions.tf index 41a6ec757..bfced9661 100644 --- a/database/postgres-restore/versions.tf +++ b/database/postgres-restore/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 3.64.0" + version = "~> 3.72.0" } } } diff --git a/database/postgres/versions.tf b/database/postgres/versions.tf index 41a6ec757..bfced9661 100644 --- a/database/postgres/versions.tf +++ b/database/postgres/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 3.64.0" + version = "~> 3.72.0" } } } diff --git a/network/route53-sub-zone/versions.tf b/network/route53-sub-zone/versions.tf index 41a6ec757..bfced9661 100644 --- a/network/route53-sub-zone/versions.tf +++ b/network/route53-sub-zone/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 3.64.0" + version = "~> 3.72.0" } } } diff --git a/security/adsync-qa-env/versions.tf b/security/adsync-qa-env/versions.tf index 41a6ec757..bfced9661 100644 --- a/security/adsync-qa-env/versions.tf +++ b/security/adsync-qa-env/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 3.64.0" + version = "~> 3.72.0" } } } diff --git a/security/cloudtrail-master/versions.tf b/security/cloudtrail-master/versions.tf index 41a6ec757..bfced9661 100644 --- a/security/cloudtrail-master/versions.tf +++ b/security/cloudtrail-master/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 3.64.0" + version = "~> 3.72.0" } } } diff --git a/security/iam-roles-master/versions.tf b/security/iam-roles-master/versions.tf index 41a6ec757..bfced9661 100644 --- a/security/iam-roles-master/versions.tf +++ b/security/iam-roles-master/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 3.64.0" + version = "~> 3.72.0" } } } diff --git a/security/iam-roles-qa/versions.tf b/security/iam-roles-qa/versions.tf index 41a6ec757..bfced9661 100644 --- a/security/iam-roles-qa/versions.tf +++ b/security/iam-roles-qa/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 3.64.0" + version = "~> 3.72.0" } } } diff --git a/security/iam-users-master/versions.tf b/security/iam-users-master/versions.tf index 41a6ec757..bfced9661 100644 --- a/security/iam-users-master/versions.tf +++ b/security/iam-users-master/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 3.64.0" + version = "~> 3.72.0" } } } diff --git a/security/org-account-assume/versions.tf b/security/org-account-assume/versions.tf index 41a6ec757..bfced9661 100644 --- a/security/org-account-assume/versions.tf +++ b/security/org-account-assume/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 3.64.0" + version = "~> 3.72.0" } } } diff --git a/security/org-account-context/versions.tf b/security/org-account-context/versions.tf index 41a6ec757..bfced9661 100644 --- a/security/org-account-context/versions.tf +++ b/security/org-account-context/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 3.64.0" + version = "~> 3.72.0" } } } diff --git a/security/org-account/main.tf b/security/org-account/main.tf index d87b8e32c..f3340d555 100644 --- a/security/org-account/main.tf +++ b/security/org-account/main.tf @@ -1,10 +1,10 @@ provider "aws" { region = var.aws_region - version = "~> 3.64.0" + version = "~> 3.72.0" } provider "aws" { - version = "~> 3.64.0" + version = "~> 3.72.0" region = var.aws_region # Assume the Organizational role in Workload account diff --git a/security/org-capability-root/versions.tf b/security/org-capability-root/versions.tf index 41a6ec757..bfced9661 100644 --- a/security/org-capability-root/versions.tf +++ b/security/org-capability-root/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 3.64.0" + version = "~> 3.72.0" } } } diff --git a/security/ssh-keypair/versions.tf b/security/ssh-keypair/versions.tf index 41a6ec757..bfced9661 100644 --- a/security/ssh-keypair/versions.tf +++ b/security/ssh-keypair/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 3.64.0" + version = "~> 3.72.0" } } } diff --git a/storage/s3-velero-backup/versions.tf b/storage/s3-velero-backup/versions.tf index 59ceacff6..a20608da7 100644 --- a/storage/s3-velero-backup/versions.tf +++ b/storage/s3-velero-backup/versions.tf @@ -5,7 +5,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 3.64.0" + version = "~> 3.72.0" } } }