Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Oct 7, 2022
1 parent 30ae2b4 commit e33ce6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tag-shared-vpc-resources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tag-shared-vpc-resources/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e33ce6e

Please sign in to comment.