Skip to content
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 --verbose with new --what-if flag on azd provision #2552

Open
savannahostrowski opened this issue Jul 19, 2023 · 2 comments
Open

Support --verbose with new --what-if flag on azd provision #2552

savannahostrowski opened this issue Jul 19, 2023 · 2 comments

Comments

@savannahostrowski
Copy link

Tracking this so we don't forget about it. Not required in #2550 but could follow with user feedback

@ellismg
Copy link
Member

ellismg commented Jul 19, 2023

Something to consider here is the interaction with terraform when it is is the IaC provider of choice. I think that by default, tf plan is going to show something that feels like --detailed has been passed. Our general strategy for TF in the past has been to just show the raw output from the tool (with the native terraform styling) instead of trying to have it match the UX we have for ARM based deployments.

From looking at the tf plan documentation, it does seem like we could get the output of the plan in a structured format (i.e. json) and then render it ourselves, but that would be different from what we do today for the normal provision case where we just flow the output of both plan and apply back to the user.

@savannahostrowski
Copy link
Author

savannahostrowski commented Jul 19, 2023

This is a good callout - I think it'd be nice to have a similarly high level view of the plan for Terraform but we can tackle that investigation as demand arises.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants