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 for Terraform Planfiles #316

Closed
CubicNitrous opened this issue Jun 8, 2022 · 1 comment
Closed

Support for Terraform Planfiles #316

CubicNitrous opened this issue Jun 8, 2022 · 1 comment

Comments

@CubicNitrous
Copy link

Is there a way for this to run by passing it a terraform plan file or does it need to run terraform plan itself to work?

@suzuki-shunsuke
Copy link
Owner

You can use terraform show command instead of terraform plan.

https://www.terraform.io/cli/commands/show

$ terraform plan -out tfplan.out
$ tfcmt plan -- terraform show tfplan.out

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

No branches or pull requests

2 participants