We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c09840d commit 7a9e89bCopy full SHA for 7a9e89b
compute/rmig_cross_zone_repair/main.tf
@@ -26,7 +26,7 @@
26
* --on-repair-allow-changing-zone=YES \
27
* --force-update-on-repair
28
*/
29
-
+# [START compute_rmig_cross_zone_repair_parent_tag]
30
terraform {
31
required_providers {
32
google = {
@@ -36,7 +36,6 @@ terraform {
36
}
37
38
39
-# [START compute_rmig_cross_zone_repair_parent_tag]
40
resource "google_compute_instance_template" "default" {
41
name = "example-template"
42
machine_type = "n2-standard-2"
0 commit comments