Просмотр исходного кода

Merge pull request #176 from mdr-engineering/hotfix/ftd_na_UpgradeAWSVersion

Fixes an issue where we can't apply due to S3 VPC endpoints
Frederick Damstra 4 лет назад
Родитель
Сommit
aa8137ae7e
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      terragrunt.hcl

+ 4 - 4
terragrunt.hcl

@@ -68,7 +68,7 @@ provider "template" {
 }
 
 provider "aws" {
-  version = "~> 3.0"
+  version = "~> 3.26"
   region = "${local.aws_region}"
 
   assume_role {
@@ -84,7 +84,7 @@ provider "aws" {
 
 # The "common" provider in the respective partition is always available
 provider "aws" {
-  version = "~> 3.0"
+  version = "~> 3.26"
   region = "${local.aws_region}"
   allowed_account_ids = [ "471284459109", "701290387780" ]
   profile = "${local.common_profile}"
@@ -98,7 +98,7 @@ provider "aws" {
 
 # The "mdr-common-services-commercial" provider is used for public DNS entries
 provider "aws" {
-  version = "~> 3.0"
+  version = "~> 3.26"
   region = "us-east-1"
   allowed_account_ids = [ "471284459109" ]
   profile = "commercial"
@@ -112,7 +112,7 @@ provider "aws" {
 
 # The "C2" provider, used for private DNS
 provider "aws" {
-  version = "~> 3.0"
+  version = "~> 3.26"
   region = "us-gov-east-1"
   allowed_account_ids = [ "721817724804", "738800754746" ]
   profile = "govcloud"