浏览代码

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