tflint-ruleset-google icon indicating copy to clipboard operation
tflint-ruleset-google copied to clipboard

[proposal] Warn google_compute_instance without ignore_changes when defined google_compute_attached_disk

Open wata727 opened this issue 5 years ago • 0 comments
trafficstars

See https://www.terraform.io/docs/providers/google/r/compute_attached_disk.html

Note: When using google_compute_attached_disk you must use lifecycle.ignore_changes = ["attached_disk"] on the google_compute_instance resource that has the disks attached. Otherwise the two resources will fight for control of the attached disk block.

wata727 avatar Sep 26 '20 14:09 wata727