You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use terraform to provision complex systems such as elasticsearch and rancher clusters, etc...
We sometimes need to target several resources with the same commands, and it would be extremely useful to be able to target resources with wildcard...
things like terraform apply -target aws_instance.es_cluster.*, instead of having to use terraform apply -target aws_instance.es_cluster.0 -target aws_instane.es_cluster.1... would be very useful.
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Apr 3, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Terraform Version
We use terraform to provision complex systems such as elasticsearch and rancher clusters, etc...
We sometimes need to target several resources with the same commands, and it would be extremely useful to be able to target resources with wildcard...
things like
terraform apply -target aws_instance.es_cluster.*
, instead of having to useterraform apply -target aws_instance.es_cluster.0 -target aws_instane.es_cluster.1...
would be very useful.The text was updated successfully, but these errors were encountered: