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

Update tfrun.mdx #610

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ The `tfrun` import provides access to data associated with a [Terraform run][run
@include 'tfc-package-callouts/policies.mdx'
<!-- END: TFC:only name:pnp-callout -->

<!-- BEGIN: TFC:only name:pnp-callout -->
The Import will exclude `cost_estimate` data if using Enhanced Policy evaluation See [Policy Evaluation](terraform/cloud-docs/policy-enforcement/manage-policy-sets#policy-evaluations) for more details.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we still need to inform folks about TF plan details here? If so, maybe we can leave the callout as is, and add this sentence later on?

I could see this sentence fitting nicely in the paragraph below after the first sentence, like so:
"This import currently consists of run attributes, as well as namespaces for the organization, workspace and cost-estimate. Note that imports exclude cost_estimate data if you are using enhanced policy evaluations. See Policy Evaluation for more details."

Does that feel good to you? Also, please let me know if what I'm saying doesn't make sense 😂

<!-- END: TFC:only name:pnp-callout -->


This import currently consists of run attributes, as well as namespaces for the `organization`, `workspace` and `cost-estimate`. Each namespace provides static data regarding the Terraform Cloud application that can then be consumed by Sentinel during a policy evaluation.

```
Expand Down