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
1. Navigate into the repo and change to a non-production branch. All subsequent
414
+
1. Navigate into the repo and change to a nonproduction branch. All subsequent
415
415
steps assume you are running them from the `gcp-environments` directory. If
416
416
you run them from another directory, adjust your copy paths accordingly.
417
417
@@ -491,11 +491,11 @@ Here you will configure a VPN Network tunnel to enable connectivity between the
491
491
```
492
492
493
493
1. Review the apply output in your Controller's web UI (you might want to use the option to "Scan Multibranch Pipeline Now" in your Jenkins Controller UI).
494
-
1. Merge changes to non-production with.
494
+
1. Merge changes to nonproduction with.
495
495
496
496
```bash
497
-
git checkout -b non-production
498
-
git push --set-upstream origin non-production
497
+
git checkout -b nonproduction
498
+
git push --set-upstream origin nonproduction
499
499
```
500
500
501
501
1. Review the apply output in your Controller's web UI (you might want to use the option to "Scan Multibranch Pipeline Now" in your Jenkins Controller UI).
@@ -517,7 +517,7 @@ Here you will configure a VPN Network tunnel to enable connectivity between the
1. Navigate into the repo and change to a non-production branch. All subsequent
520
+
1. Navigate into the repo and change to a nonproduction branch. All subsequent
521
521
steps assume you are running them from the `gcp-networks` directory. If
522
522
you run them from another directory, adjust your copy paths accordingly.
523
523
@@ -591,7 +591,7 @@ Here you will configure a VPN Network tunnel to enable connectivity between the
591
591
git commit -m 'Initialize networks repo'
592
592
```
593
593
594
-
1. You must manually plan and apply the `shared` environment (only once) since the `development`, `non-production` and `production` environments depend on it.
594
+
1. You must manually plan and apply the `shared` environment (only once) since the `development`, `nonproduction` and `production` environments depend on it.
595
595
1. To use the `validate` option of the `tf-wrapper.sh` script, please follow the [instructions](https://cloud.google.com/docs/terraform/policy-validation/validate-policies#install) to install the terraform-tools component.
596
596
1. Also update `backend.tf` with your backend bucket from gcp-bootstrap output.
597
597
@@ -644,7 +644,7 @@ Here you will configure a VPN Network tunnel to enable connectivity between the
644
644
```
645
645
646
646
1. Review the apply output in your Controller's web UI (you might want to use the option to "Scan Multibranch Pipeline Now" in your Jenkins Controller UI).
647
-
1. After production has been applied, apply development and non-production.
647
+
1. After production has been applied, apply development and nonproduction.
648
648
1. Merge changes to development
649
649
650
650
```bash
@@ -653,11 +653,11 @@ Here you will configure a VPN Network tunnel to enable connectivity between the
653
653
```
654
654
655
655
1. Review the apply output in your Controller's web UI (you might want to use the option to "Scan Multibranch Pipeline Now" in your Jenkins Controller UI).
656
-
1. Merge changes to non-production.
656
+
1. Merge changes to nonproduction.
657
657
658
658
```bash
659
-
git checkout -b non-production
660
-
git push --set-upstream origin non-production
659
+
git checkout -b nonproduction
660
+
git push --set-upstream origin nonproduction
661
661
```
662
662
663
663
1. Review the apply output in your Controller's web UI (you might want to use the option to "Scan Multibranch Pipeline Now" in your Jenkins Controller UI).
@@ -670,7 +670,7 @@ Here you will configure a VPN Network tunnel to enable connectivity between the
1. Navigate into the repo and change to a non-production branch. All subsequent
673
+
1. Navigate into the repo and change to a nonproduction branch. All subsequent
674
674
steps assume you are running them from the `gcp-networks` directory. If
675
675
you run them from another directory, adjust your copy paths accordingly.
676
676
@@ -744,7 +744,7 @@ Here you will configure a VPN Network tunnel to enable connectivity between the
744
744
git commit -m 'Initialize networks repo'
745
745
```
746
746
747
-
1. You must manually plan and apply the `shared` environment (only once) since the `development`, `non-production` and `production` environments depend on it.
747
+
1. You must manually plan and apply the `shared` environment (only once) since the `development`, `nonproduction` and `production` environments depend on it.
748
748
1. To use the `validate` option of the `tf-wrapper.sh` script, please follow the [instructions](https://cloud.google.com/docs/terraform/policy-validation/validate-policies#install) to install the terraform-tools component.
749
749
1. Also update `backend.tf` with your backend bucket from gcp-bootstrap output.
750
750
@@ -797,7 +797,7 @@ Here you will configure a VPN Network tunnel to enable connectivity between the
797
797
```
798
798
799
799
1. Review the apply output in your Controller's web UI (you might want to use the option to "Scan Multibranch Pipeline Now" in your Jenkins Controller UI).
800
-
1. After production has been applied, apply development and non-production.
800
+
1. After production has been applied, apply development and nonproduction.
801
801
1. Merge changes to development
802
802
803
803
```bash
@@ -806,11 +806,11 @@ Here you will configure a VPN Network tunnel to enable connectivity between the
806
806
```
807
807
808
808
1. Review the apply output in your Controller's web UI (you might want to use the option to "Scan Multibranch Pipeline Now" in your Jenkins Controller UI).
809
-
1. Merge changes to non-production.
809
+
1. Merge changes to nonproduction.
810
810
811
811
```bash
812
-
git checkout -b non-production
813
-
git push --set-upstream origin non-production
812
+
git checkout -b nonproduction
813
+
git push --set-upstream origin nonproduction
814
814
```
815
815
816
816
1. Review the apply output in your Controller's web UI (you might want to use the option to "Scan Multibranch Pipeline Now" in your Jenkins Controller UI).
@@ -823,7 +823,7 @@ Here you will configure a VPN Network tunnel to enable connectivity between the
1. See any of the envs folder [README.md](../4-projects/business_unit_1/production/README.md) files for additional information on the values in the `common.auto.tfvars`, `development.auto.tfvars`, `non-production.auto.tfvars`, and `production.auto.tfvars` files.
879
+
1. See any of the envs folder [README.md](../4-projects/business_unit_1/production/README.md) files for additional information on the values in the `common.auto.tfvars`, `development.auto.tfvars`, `nonproduction.auto.tfvars`, and `production.auto.tfvars` files.
880
880
1. See any of the shared folder [README.md](../4-projects/business_unit_1/shared/README.md) files for additional information on the values in the `shared.auto.tfvars` file.
881
881
1. Use `terraform output` to get the backend bucket value from gcp-bootstrap output.
882
882
@@ -899,7 +899,7 @@ Here you will configure a VPN Network tunnel to enable connectivity between the
899
899
foriin`find . -name 'backend.tf'`;do sed -r -i "s/UPDATE_ME|UPDATE_PROJECTS_BACKEND/${backend_bucket}/"$i;done
900
900
```
901
901
902
-
1. You need to manually plan and apply only once the `shared` environments since `development`, `non-production`, and `production` depend on it.
902
+
1. You need to manually plan and apply only once the `shared` environments since `development`, `nonproduction`, and `production` depend on it.
903
903
1. Use `terraform output` to get the Cloud Build project ID and the projects step Terraform Service Account from gcp-bootstrap output. An environment variable `GOOGLE_IMPERSONATE_SERVICE_ACCOUNT` will be set using the Terraform Service Account to enable impersonation.
904
904
905
905
```bash
@@ -954,12 +954,12 @@ Here you will configure a VPN Network tunnel to enable connectivity between the
954
954
```
955
955
956
956
1. Review the apply output in your Controller's web UI (you might want to use the option to "Scan Multibranch Pipeline Now" in your Jenkins Controller UI).
957
-
1. After development has been applied, apply non-production.
958
-
1. Merge changes to non-production branch.
957
+
1. After development has been applied, apply nonproduction.
958
+
1. Merge changes to nonproduction branch.
959
959
960
960
```bash
961
-
git checkout -b non-production
962
-
git push --set-upstream origin non-production
961
+
git checkout -b nonproduction
962
+
git push --set-upstream origin nonproduction
963
963
```
964
964
965
965
1. Review the apply output in your Controller's web UI (you might want to use the option to "Scan Multibranch Pipeline Now" in your Jenkins Controller UI).
0 commit comments