You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
foriin`find . -name 'backend.tf'`;do sed -i'' -e "s/UPDATE_ME/${backend_bucket}/"$i;done
230
-
foriin`find . -name 'backend.tf'`;do sed -i'' -e "s/UPDATE_PROJECTS_BACKEND/${backend_bucket}/"$i;done
233
+
foriin`find . -name 'backend.tf'`;do sed -i'' -e "s/UPDATE_PROJECTS_BACKEND/${backend_bucket_projects}/"$i;done
231
234
232
235
cd gcp-bootstrap/envs/shared
233
236
```
@@ -657,16 +660,7 @@ An environment variable `GOOGLE_IMPERSONATE_SERVICE_ACCOUNT` will be set with th
657
660
git push --set-upstream origin production
658
661
```
659
662
660
-
1. Open a merge request in GitLab https://gitlab.com/GITLAB-OWNER/GITLAB-NETWORKS-REPO/-/merge_requests?scope=all&state=opened from the `production` branch to the `plan` branch and review the output.
661
-
662
-
> NOTE: Development and Non-production branches depends on the production branch to be deployed first, for the `3-networks-dual-svpc`.
663
-
664
-
1. Push your plan branch.
665
-
666
-
```bash
667
-
git checkout plan --set-upstream origin plan
668
-
git push
669
-
```
663
+
> NOTE: Development and Non-production branches depends on the production branch to be deployed first, for the `3-networks-svpc`.
670
664
671
665
1. Open a pull request in GitHub https://github.com/GITHUB-OWNER/GITHUB-NETWORKS-REPO/pull/new/plan from the `production` branch to the `development` branch and review the output.
672
666
1. The Pull request will trigger a GitHub Action that will run Terraform `init`/`plan`/`validate` in the `development` environment.
@@ -862,16 +856,13 @@ An environment variable `GOOGLE_IMPERSONATE_SERVICE_ACCOUNT` will be set with th
0 commit comments