From e33ce6e648db9ecf33e864ec250a6e9a7c9443b8 Mon Sep 17 00:00:00 2001 From: badra001 Date: Fri, 7 Oct 2022 14:01:43 -0400 Subject: [PATCH] fix --- tag-shared-vpc-resources/README.md | 2 +- tag-shared-vpc-resources/main.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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