diff --git a/tag-shared-vpc-resources/README.md b/tag-shared-vpc-resources/README.md index 75266d5..4792962 100644 --- a/tag-shared-vpc-resources/README.md +++ b/tag-shared-vpc-resources/README.md @@ -18,7 +18,7 @@ These resources are not compatible for sharing. AWS does not support remote (i. ```hcl module "tag_shared" { source = "git@github.e.it.census.gov:terraform-modules/aws-vpc-setup.git//tag-shared-vpc-resources?ref=tf-upgrade" - network_account_profile = ""057445207498-ent-gov-network-sa" + network_account_profile = "057445207498-ent-gov-network-sa" ## optional, with defaults ### tag_enabled_vpcs = true diff --git a/tag-shared-vpc-resources/main.tf b/tag-shared-vpc-resources/main.tf index 42d4f6a..09339b1 100644 --- a/tag-shared-vpc-resources/main.tf +++ b/tag-shared-vpc-resources/main.tf @@ -19,7 +19,7 @@ * ```hcl * module "tag_shared" { * source = "git@github.e.it.census.gov:terraform-modules/aws-vpc-setup.git//tag-shared-vpc-resources?ref=tf-upgrade" -* network_account_profile = ""057445207498-ent-gov-network-sa" +* network_account_profile = "057445207498-ent-gov-network-sa" * * ## optional, with defaults * ### tag_enabled_vpcs = true