Преглед на файлове

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