diff --git a/docs/how-to/account-provisioning-submodule-repo/README.md b/docs/how-to/account-provisioning-submodule-repo/README.md index 203e866e..f3161072 100644 --- a/docs/how-to/account-provisioning-submodule-repo/README.md +++ b/docs/how-to/account-provisioning-submodule-repo/README.md @@ -17,7 +17,6 @@ cd init/git-setup/submodules export APPNAME="{org-project}" rsync -avRWH TEMPLATE/./ $APPNAME/ --exclude=logs --exclude=terraform* --exclude=.terraform # creates links only -cd $APPNAME tf-run apply ``` @@ -47,7 +46,6 @@ versions.tf sent 19,389 bytes received 278 bytes 39,334.00 bytes/sec total size is 18,498 speedup is 0.94 -% cd $APPNAME % tf-run apply * running action=apply * START: tf-run 1.13.6 start=1694531532 end= logfile=logs/run.apply.20230912.1694531532.log @@ -679,6 +677,3 @@ under `{MAINREPO}/init/git-setup/submodules/$APPNAME/settings.auto.tfvars`. Fol * 1.0.1 -- 2023-09-26 - add seutp of .tf-control* files if not there - add change to auto delete the branches - -* 1.0.2 -- 2026-03-25 - - add missing `cd $APPNAME`