-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Integrate terraform plan with cloudformation changesets #132
Comments
@apparentlymart I'm debating on if this is a problem to tackle now and could use your input. In thinking through how to create an To further clarify: in creating a
Or maybe this could be solved by using an |
This might also help with a problem when the CloudFormation template contains a transform, since the transform must be executed through a changeset. Right now, if you attempt to launch a stack using the
|
Marking this issue as stale due to inactivity. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed. Maintainers can also remove the stale label. If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thank you! |
Wait, can we reopen this please! |
This actually would be a great feature since changesets are very fast compared to deleting the entire stack and re-deploying it. |
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
This issue was originally opened by @torfredrik as hashicorp/terraform#6014. It was migrated here as part of the provider split. The original body of the issue is below.
When a cloudformation stack is changed in terraform the
terraform plan
only shows a change to the stack, it would be useful to know the underlying resource changes that will occur. An easy way to add this feature is using cloudformation change sets .The text was updated successfully, but these errors were encountered: