Parcourir la source

Made the provider comments clearer as it confused Brad and I

Fred Damstra il y a 5 ans
Parent
commit
c2d7887468
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      terragrunt.hcl

+ 2 - 2
terragrunt.hcl

@@ -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" ]