Skip to content

Commit 7a9e89b

Browse files
authored
relocate parent tag to surround all the terraform code
1 parent c09840d commit 7a9e89b

File tree

1 file changed

+1
-2
lines changed
  • compute/rmig_cross_zone_repair

1 file changed

+1
-2
lines changed

compute/rmig_cross_zone_repair/main.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* --on-repair-allow-changing-zone=YES \
2727
* --force-update-on-repair
2828
*/
29-
29+
# [START compute_rmig_cross_zone_repair_parent_tag]
3030
terraform {
3131
required_providers {
3232
google = {
@@ -36,7 +36,6 @@ terraform {
3636
}
3737
}
3838

39-
# [START compute_rmig_cross_zone_repair_parent_tag]
4039
resource "google_compute_instance_template" "default" {
4140
name = "example-template"
4241
machine_type = "n2-standard-2"

0 commit comments

Comments
 (0)