Skip to content

Commit

Permalink
add missing cd
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Mar 25, 2026
1 parent 0748bd0 commit 0da42ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/how-to/account-provisioning-submodule-repo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ 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
```

Expand Down Expand Up @@ -46,6 +47,7 @@ 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
Expand Down Expand Up @@ -677,3 +679,6 @@ 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`

0 comments on commit 0da42ba

Please sign in to comment.