Skip to content

Commit

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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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`

0 comments on commit 5de8d21

Please sign in to comment.