Skip to content

Commit

Permalink
Merge pull request #48 from femrtnz/master
Browse files Browse the repository at this point in the history
Removing "Warning: Quoted references are deprecated"
  • Loading branch information
morgante authored Dec 3, 2019
2 parents d2ed6ec + 7c14bcb commit 3591872
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/mig/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ resource "google_compute_region_instance_group_manager" "mig" {
}

lifecycle {
create_before_destroy = "true"
ignore_changes = ["distribution_policy_zones"]
create_before_destroy = true
ignore_changes = [distribution_policy_zones]
}
}

Expand Down

0 comments on commit 3591872

Please sign in to comment.