Hi everyone!Is there a way to run only a subset of infrastructure changes listed in terraform plan? I know I can apply one singular change using the -target flag but is there a way to specify more than one change or ask terraform to apply all changes except one?
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/hashicorp/terraform/issues
IRC: #terraform-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Terraform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to terraform-tool+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/terraform-tool/55990504-1179-40c7-b05c-52d137a3d971%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
keep adding -targets
--Fernando Miguel
To view this discussion on the web visit https://groups.google.com/d/msgid/terraform-tool/CAM7yfUC9V3Y8RcQbyjWAserLwP2hMBdy_iB0SoVyEtyOworZCQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/terraform-tool/CAKV6aUYisxnfQ-dEpwVT8gj0oAbTEyHuySMBMjcoOrcFHN0SQA%40mail.gmail.com.
Hi everyone!Is there a way to run only a subset of infrastructure changes listed in terraform plan? I know I can apply one singular change using the -target flag but is there a way to specify more than one change or ask terraform to apply all changes except one?