We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
--skip-init
This does not work as intended:
atmos terraform output ... --skip-init --json # output is not JSON formatted atmos terraform show ... --skip-init --json # output is not JSON formatted atmos terraform show ... --skip-init --json foo.tfplan # file is silently ignored atmos terraform plan ... --skip-init --out foo.tfplan # breaks
This does work:
atmos terraform output ... --json --skip-init atmos terraform show ... --json --skip-init atmos terraform show ... --json foo.tfplan --skip-init atmos terraform plan ... --out foo.tfplan --skip-init
JSON formatted output
No JSON formatted output if --skip-init is specified before --json.
--json
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the Bug
This does not work as intended:
This does work:
Expected Behavior
JSON formatted output
Steps to Reproduce
No JSON formatted output if
--skip-init
is specified before--json
.Screenshots
No response
Environment
Additional Context
No response
The text was updated successfully, but these errors were encountered: