Terraform Version
Use Cases
When fixing a broken terraform state, sometimes I have a very complicated terraform state and I see a resource that I am not familiar with, but I do want to apply all of the targets except that one.
Attempted Solutions
When I have the following targets: target1, target2, target3, etc. and I do not want to apply specifically target 12, I used terraform apply -target=target1 -target=target2 -target=target3... where in an ideal case I would just use terraform apply -exclude-target=target12.
Proposal
No response
References
No response
Terraform Version
Use Cases
When fixing a broken terraform state, sometimes I have a very complicated terraform state and I see a resource that I am not familiar with, but I do want to apply all of the targets except that one.
Attempted Solutions
When I have the following targets: target1, target2, target3, etc. and I do not want to apply specifically target 12, I used
terraform apply -target=target1 -target=target2 -target=target3...where in an ideal case I would just useterraform apply -exclude-target=target12.Proposal
No response
References
No response