From dde0aed48c27e5f59d8ecd227bbfbeab1e4bfc83 Mon Sep 17 00:00:00 2001 From: David Fry Date: Mon, 22 May 2023 23:49:23 +0100 Subject: [PATCH] fix versions --- terraform/aws/base-infra/module_providers.tf | 2 +- terraform/aws/post-config-control-center/module_providers.tf | 2 +- terraform/aws/post-config-k8s/module_providers.tf | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/terraform/aws/base-infra/module_providers.tf b/terraform/aws/base-infra/module_providers.tf index 0c732a894..3c0c0285b 100644 --- a/terraform/aws/base-infra/module_providers.tf +++ b/terraform/aws/base-infra/module_providers.tf @@ -1,6 +1,6 @@ terraform { required_version = "~> 1.0" required_providers { - aws = "~> 3" + aws = "~> 4.67" } } \ No newline at end of file diff --git a/terraform/aws/post-config-control-center/module_providers.tf b/terraform/aws/post-config-control-center/module_providers.tf index 0c732a894..3c0c0285b 100644 --- a/terraform/aws/post-config-control-center/module_providers.tf +++ b/terraform/aws/post-config-control-center/module_providers.tf @@ -1,6 +1,6 @@ terraform { required_version = "~> 1.0" required_providers { - aws = "~> 3" + aws = "~> 4.67" } } \ No newline at end of file diff --git a/terraform/aws/post-config-k8s/module_providers.tf b/terraform/aws/post-config-k8s/module_providers.tf index 6f2575931..dd0a27a32 100644 --- a/terraform/aws/post-config-k8s/module_providers.tf +++ b/terraform/aws/post-config-k8s/module_providers.tf @@ -2,10 +2,10 @@ terraform { required_version = "~> 1.0" required_providers { - aws = "~> 3" + aws = "~> 4.67" gitlab = { source = "gitlabhq/gitlab" - version = "~> 15" + version = "~> 16.0" } } } \ No newline at end of file