-
Notifications
You must be signed in to change notification settings - Fork 48
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
Support Terraform's --target flag #129
Comments
@so0k you can append flags to any terraform command (ex. So you could have # atlantis.yaml
extra_arguments:
- command: plan
arguments:
- "-target=TARGET" But does it make sense to set this against an entire project or on different plan/apply runs do you need to set a target? In which case you'd like |
Reading |
Same as nwalke, we often just want to plan and apply just one module (and each PR can be a different module) |
We might try out by having an terraform plan/apply argument passed down from the comment during plan or apply. For example |
New parsing of comments. Accept all flags. Fixes #129
Bootstrap is meant for a system that sets itself up. This command is more like a testing mode so I want to rename it to avoid confusion. Fixes hootsuite#129 and came out of hootsuite#117.
I haven't tried this out yet, but is it possible to specify resource targets with
--target
? We use this heavily when making infrastructure updatesThe text was updated successfully, but these errors were encountered: