소스 검색

Made the provider comments clearer as it confused Brad and I

Fred Damstra 5 년 전
부모
커밋
c2d7887468
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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" ]