Skip to content

Commit

Permalink
Merge pull request #290 from terraform/update-readme
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
badra001 committed Jul 16, 2026
2 parents ccf2da1 + 672348b commit fa85051
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/how-to/account-provisioning-submodule-repo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,13 @@ Example:
% GITURL=$(TFNOLOG=1 tf-output git_url_ssh|grep -v \# |sed -e 's/"//g')
% echo $GITURL
git@github.e.it.census.gov:terraform/260957726152-adsd-chec-dev-gov_apps-chec.git

If echo $GITURL output is different from the above or like below
git@github.e.it.census.gov:terraform/260957726152-adsd-chec-dev-gov_apps-chec.git Warning: Deprecated Parameter The parameter dynamodb_table is deprecated. Use parameter use_lockfile instead.
run the below
% GITURL=$(TFNOLOG=1 tf-output git_url_ssh|grep -v \# | grep -E 'git.*\.git' | sed -e 's/"//g')
% echo $GITURL
git@github.e.it.census.gov:terraform/260957726152-adsd-chec-dev-gov_apps-chec.git
```

# Submodule repository (2.0)
Expand Down

0 comments on commit fa85051

Please sign in to comment.