Skip to content

Commit

Permalink
fix: Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sanketnadkarni authored Sep 7, 2022
1 parent 21dcf49 commit 09247ef
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ For more information about the permissions that are required, and the resources
* Cloud Build will deploy the terraform code accordingly.

## Deployment Process
1. Create a new branch from the main branch which will be in template form, New branch name should be `${bu_name}-init`.
0. Fork this repository.
1. Create a new branch from the main branch which will be in template form, New branch name should be `${prj_name}-init`.
2. Create bot machine user and a GitHub Token with repo `read:org` and `read:discussions`.
3. Add relevant values to the terraform.tfvars of 0-bootstrap in the new branch. [Understanding user inputs for LZ](https://cldcvr.atlassian.net/wiki/spaces/GCF/pages/18562875393)
4. Add correct billing ID in the terraform.tfvars file for the initial deployment of the 0-bootstrap stage.
Expand Down Expand Up @@ -101,10 +102,10 @@ Requires administrator
Allow auto-merge and allow auto-deletion of branches
```
10. Commit and push changes from `.github/workflows`, `build`, `0-bootstrap`, `README.md` to `${prj_name}-init` and ensure everything gets successfully applied.
11. On GitHub, create a new branch `${prj_name}-main` from the main branch and create a pull request to merge the changes from step 14 into `${prj_name}-main` from `${bu_name}-init`.
11. On GitHub, create a new branch `${prj_name}-main` from the main branch and create a pull request to merge the changes from step 14 into `${prj_name}-main` from `${prj_name}-init`.
12. Start deployment by raising PRs for subsequent stages by pushing the backend.tf changes made by wrapper script for each stage in `${prj_name}-init`.
For more information refer [GCF Landing Zone Prerequisites Checklist](https://cldcvr.atlassian.net/l/c/1pEg9eMn)
For more information refer [GCF Landing Zone Prerequisites Checklist](https://drive.google.com/file/d/1KY_WSmBY3_T5dyMH05WuYZ8siKpDDCZW/view)

## Troubleshooting

Please refer to [troubleshooting](../docs/TROUBLESHOOTING.md) if you run into issues during this step.
Please refer to [troubleshooting](https://drive.google.com/file/d/1KY_WSmBY3_T5dyMH05WuYZ8siKpDDCZW/view) if you run into issues.

0 comments on commit 09247ef

Please sign in to comment.