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: helpers/foundation-deployer/README.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Helper tool to deploy the Terraform example foundation using Cloud Build and Clo
16
16
Your environment need to use the same [Terraform](https://www.terraform.io/downloads.html) version used on the build pipeline.
17
17
Otherwise, you might experience Terraform state snapshot lock errors.
18
18
19
-
Version 1.5.7 is the last version before the license model change. To use a later version of Terraform, ensure that the Terraform version used in the Operational System to manually execute part of the steps in `3-networks` and `4-projects` is the same version configured in the following code
19
+
Version 1.5.7 is the last version before the license model change. To use a later version of Terraform, ensure that the Terraform version used in the Operating System to manually execute part of the steps in `3-networks` and `4-projects` is the same version configured in the following code
20
20
21
21
- 0-bootstrap/modules/jenkins-agent/variables.tf
22
22
```
@@ -73,7 +73,7 @@ Version 1.5.7 is the last version before the license model change. To use a late
73
73
74
74
### Prepare the deploy environment
75
75
76
-
- Create a directory in the file system to host the Cloud Source repositories the will be created and a copy of the terraform example foundation.
76
+
- Create a directory in the file system to host the Git Repositories that will be created (Cloud Source repositories, Github , or GitLab) and a copy of the terraform example foundation repository.
77
77
- Clone the `terraform-example-foundation` repository on this directory.
78
78
79
79
```text
@@ -106,10 +106,6 @@ Version 1.5.7 is the last version before the license model change. To use a late
106
106
107
107
By default the foundation regional resources are deployed in`us-west1` and `us-central1` regions and multi-regional resources are deployed in the `US` multi-region.
108
108
109
-
In addition to the variables declared in the file `global.tfvars`forconfiguring location, there are two locals, `default_region1` and `default_region2`,in each one of the environments (`production`, `nonproduction`, and `development`) in the network steps (`3-networks-svpc` and `3-networks-hub-and-spoke`).
110
-
They are located in the [main.tf](../../3-networks-svpc/envs/production/main.tf#L20-L21) files for each environments.
111
-
Change the two locals **before** starting the deployment to deploy in other regions.
112
-
113
109
**Note:** the region used forthe variable `default_region`in the file `global.tfvars`**MUST** be one of the regions used for the `default_region1` and `default_region2` locals.
0 commit comments