Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[proposal] Warn google_compute_instance_group without create_before_destroy #40

Open
wata727 opened this issue Sep 26, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@wata727
Copy link
Member

wata727 commented Sep 26, 2020

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

Recreating an instance group that's in use by another resource will give a resourceInUseByAnotherResource error. You can avoid this error with a Terraform lifecycle block as outlined in the example below.

@wata727 wata727 added the enhancement New feature or request label Sep 26, 2020
@PatMyron
Copy link
Contributor

PatMyron commented Feb 2, 2022

terraform-linters/tflint-ruleset-aws#202

Same thoughts on this as #23 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants