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