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
Copy file name to clipboardExpand all lines: 0-bootstrap/README-GitHub.md
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -241,6 +241,12 @@ export the GitHub fine grained access token as an environment variable:
241
241
1. The merge will trigger a GitHub Action that will apply the terraform configuration for the `production` environment.
242
242
1. Review merge output in GitHub https://github.com/GITHUB-OWNER/GITHUB-BOOTSTRAP-REPO/actions under `tf-apply`.
243
243
244
+
1. Before moving to the next step, go back to the parent directory.
245
+
246
+
```bash
247
+
cd ..
248
+
```
249
+
244
250
**Note 1:** The stages after `0-bootstrap` use `terraform_remote_state` data source to read common configuration like the organization ID from the output of the `0-bootstrap` stage.
245
251
They will [fail](../docs/TROUBLESHOOTING.md#error-unsupported-attribute) if the state is not copied to the Cloud Storage bucket.
246
252
@@ -362,6 +368,12 @@ See the shared folder [README.md](../1-org/envs/shared/README.md#inputs) for add
362
368
1. The merge will trigger a GitHub Action that will apply the terraform configuration for the `production` environment.
363
369
1. Review merge output in GitHub https://github.com/GITHUB-OWNER/GITHUB-ORGANIZATION-REPO/actions under `tf-apply`.
364
370
371
+
1. Before moving to the next step, go back to the parent directory.
372
+
373
+
```bash
374
+
cd ..
375
+
```
376
+
365
377
366
378
## Deploying step 2-environments
367
379
@@ -470,6 +482,12 @@ See any of the envs folder [README.md](../2-environments/envs/production/README.
470
482
To use the [Dual Shared VPC](https://cloud.google.com/architecture/security-foundations/networking#vpcsharedvpc-id7-1-shared-vpc-) network mode go to [Deploying step 3-networks-dual-svpc](#deploying-step-3-networks-dual-svpc),
471
483
or go to [Deploying step 3-networks-hub-and-spoke](#deploying-step-3-networks-hub-and-spoke) to use the [Hub and Spoke](https://cloud.google.com/architecture/security-foundations/networking#hub-and-spoke) network mode.
472
484
485
+
1. Before moving to the next step, go back to the parent directory.
486
+
487
+
```bash
488
+
cd ..
489
+
```
490
+
473
491
## Deploying step 3-networks-dual-svpc
474
492
475
493
1. Clone the repository you created to host the `3-networks-dual-svpc` terraform configuration at the same level of the `terraform-example-foundation` folder.
@@ -631,6 +649,12 @@ An environment variable `GOOGLE_IMPERSONATE_SERVICE_ACCOUNT` will be set with th
631
649
unset GOOGLE_IMPERSONATE_SERVICE_ACCOUNT
632
650
```
633
651
652
+
1. Before moving to the next step, go back to the parent directory.
653
+
654
+
```bash
655
+
cd ..
656
+
```
657
+
634
658
1. You can now move to the instructions in the [4-projects](#deploying-step-4-projects) stage.
635
659
636
660
## Deploying step 3-networks-hub-and-spoke
@@ -782,6 +806,12 @@ An environment variable `GOOGLE_IMPERSONATE_SERVICE_ACCOUNT` will be set with th
782
806
unset GOOGLE_IMPERSONATE_SERVICE_ACCOUNT
783
807
```
784
808
809
+
1. Before moving to the next step, go back to the parent directory.
810
+
811
+
```bash
812
+
cd ..
813
+
```
814
+
785
815
1. You can now move to the instructions in the [4-projects](#deploying-step-4-projects) stage.
Copy file name to clipboardExpand all lines: 0-bootstrap/README-GitLab.md
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -310,6 +310,12 @@ export the GitLab personal or group access token as an environment variable:
310
310
1. Review merge output in GitLab https://gitlab.com/GITLAB-OWNER/GITLAB-BOOTSTRAP-REPO/-/pipelines under `tf-apply`.
311
311
1. If the GitLab pipelines is successful, apply the next environment.
312
312
313
+
1. Before moving to the next step, go back to the parent directory.
314
+
315
+
```bash
316
+
cd ..
317
+
```
318
+
313
319
**Note 1:** The stages after `0-bootstrap` use `terraform_remote_state` data source to read common configuration like the organization ID from the output of the `0-bootstrap` stage.
314
320
They will [fail](../docs/TROUBLESHOOTING.md#error-unsupported-attribute) if the state is not copied to the Cloud Storage bucket.
315
321
@@ -415,6 +421,12 @@ See the shared folder [README.md](../1-org/envs/shared/README.md#inputs) for add
415
421
1. Review merge output in GitLab https://gitlab.com/GITLAB-OWNER/GITLAB-ORGANIZATION-REPO/-/pipelines under `tf-apply`.
416
422
1. If the GitLab pipelines is successful, apply the next environment.
417
423
424
+
1. Before moving to the next step, go back to the parent directory.
425
+
426
+
```bash
427
+
cd ..
428
+
```
429
+
418
430
## Deploying step 2-environments
419
431
420
432
1. Navigate into the repo. All subsequent
@@ -491,6 +503,12 @@ See any of the envs folder [README.md](../2-environments/envs/production/README.
491
503
1. The merge will trigger a GitLab pipelines that will apply the terraform configuration for the `production` environment.
492
504
1. Review merge output in GitLab https://gitlab.com/GITLAB-OWNER/GITLAB-ENVIRONMENTS-REPO/-/pipelines under `tf-apply`.
493
505
506
+
1. Before moving to the next step, go back to the parent directory.
507
+
508
+
```bash
509
+
cd ..
510
+
```
511
+
494
512
1. You can now move to the instructions in the network stage.
495
513
To use the [Dual Shared VPC](https://cloud.google.com/architecture/security-foundations/networking#vpcsharedvpc-id7-1-shared-vpc-) network mode go to [Deploying step 3-networks-dual-svpc](#deploying-step-3-networks-dual-svpc),
496
514
or go to [Deploying step 3-networks-hub-and-spoke](#deploying-step-3-networks-hub-and-spoke) to use the [Hub and Spoke](https://cloud.google.com/architecture/security-foundations/networking#hub-and-spoke) network mode.
@@ -634,6 +652,12 @@ An environment variable `GOOGLE_IMPERSONATE_SERVICE_ACCOUNT` will be set with th
634
652
unset GOOGLE_IMPERSONATE_SERVICE_ACCOUNT
635
653
```
636
654
655
+
1. Before moving to the next step, go back to the parent directory.
656
+
657
+
```bash
658
+
cd ..
659
+
```
660
+
637
661
1. You can now move to the instructions in the [4-projects](#deploying-step-4-projects) stage.
638
662
639
663
## Deploying step 3-networks-hub-and-spoke
@@ -763,6 +787,12 @@ An environment variable `GOOGLE_IMPERSONATE_SERVICE_ACCOUNT` will be set with th
763
787
unset GOOGLE_IMPERSONATE_SERVICE_ACCOUNT
764
788
```
765
789
790
+
1. Before moving to the next step, go back to the parent directory.
791
+
792
+
```bash
793
+
cd ..
794
+
```
795
+
766
796
1. You can now move to the instructions in the [4-projects](#deploying-step-4-projects) stage.
0 commit comments