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: docs/resources/env_gcp.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,7 @@ data "altinitycloud_env_gcp_status" "this" {
134
134
-`skip_deprovision_on_destroy` (Boolean) Set to `true` will delete without waiting for environment deprovisioning. Use this with precaution, it may end up with dangling resources in your cloud provider (default `false`).
135
135
-`zones` (List of String) Explicit list of GCP zones. At least 2 required.
136
136
Examples:
137
-
- ["us-west1a", "us-west1b"]
137
+
- ["us-west1-a", "us-west1-b"]
138
138
139
139
### Read-Only
140
140
@@ -362,7 +362,7 @@ data "altinitycloud_env_gcp_status" "this" {
362
362
-`skip_deprovision_on_destroy` (Boolean) Set to `true` will delete without waiting for environment deprovisioning. Use this with precaution, it may end up with dangling resources in your cloud provider (default `false`).
363
363
-`zones` (List of String) Explicit list of GCP zones. At least 2 required.
0 commit comments