Skip to content

Commit

Permalink
changes to templates/terraform/examples from upgrade012
Browse files Browse the repository at this point in the history
  • Loading branch information
megan07 committed Nov 4, 2019
1 parent 06eab3f commit b793b59
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/terraform/examples/autoscaler_basic.tf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ resource "google_compute_instance_group_manager" "foobar" {
name = "<%= ctx[:vars]['igm_name'] %>"
zone = "us-central1-f"

instance_template = google_compute_instance_template.foobar.self_link

instance_template = google_compute_instance_template.foobar.self_link
target_pools = [google_compute_target_pool.foobar.self_link]
base_instance_name = "foobar"
}
Expand Down

0 comments on commit b793b59

Please sign in to comment.