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
Terraform has an option to run a plan/apply only on specific resources using -target option.
Example: terraform plan -target="module.s3_bucket or example using Atlantis: atlantis plan -- -target=module.s3_bucket
The text was updated successfully, but these errors were encountered:
Feature description 💡
Terraform has an option to run a plan/apply only on specific resources using
-target
option.Example:
terraform plan -target="module.s3_bucket
or example using Atlantis:atlantis plan -- -target=module.s3_bucket
The text was updated successfully, but these errors were encountered: