Can "terraform plan" and "terraform apply" have an option to not show the sentinel policies #36009
Labels
cloud
Related to Terraform Cloud's integration with Terraform
enhancement
new
new issue not yet triaged
Terraform Version
Use Cases
When I run a plan or apply locally against a remote execution workspace, I see the sentinel policies.
I have to scroll up a few pages to see the actual plan output.
Attempted Solutions
terraform plan -var-file=tfvars/workspaces.tfvars | sed /^-----/q
This will prevent the sentinel policies from showing - but it is a pain to type it
Proposal
terraform plan -var-file=tfvars/workspaces.tfvars -show-sentinel=false
or
export TF_SHOW_SENTINEL=false
References
No response
The text was updated successfully, but these errors were encountered: