|
@@ -82,7 +82,7 @@ provider "aws" {
|
|
|
allowed_account_ids = ["${local.account_id}"]
|
|
|
}
|
|
|
|
|
|
-# The "common services" provider in the respective partition is always available
|
|
|
+# The "common" provider in the respective partition is always available
|
|
|
provider "aws" {
|
|
|
region = "${local.aws_region}"
|
|
|
allowed_account_ids = [ "471284459109", "701290387780" ]
|
|
@@ -90,7 +90,7 @@ provider "aws" {
|
|
|
alias = "common"
|
|
|
}
|
|
|
|
|
|
-# The "common-services-commercial" provider is used for public DNS entries
|
|
|
+# The "mdr-common-services-commercial" provider is used for public DNS entries
|
|
|
provider "aws" {
|
|
|
region = "us-east-1"
|
|
|
allowed_account_ids = [ "471284459109" ]
|