Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sveronneau committed Feb 12, 2018
1 parent 83f6a4c commit 9ed0ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MIG/instance_template_and_mig.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ resource "google_compute_instance_template" "instance_template" {

// Create a new boot disk from an image (Lets use one created by Packer)
disk {
source_image = "nginx"
source_image = "nginx" //image family tag works here
auto_delete = true
boot = true
}
Expand Down

0 comments on commit 9ed0ca7

Please sign in to comment.