Policy Checks¶
-
class
terrasnek.policy_checks.TFCPolicyChecks(instance_url, org_name, headers, well_known_paths, verify, log_level)¶ -
-
list(run_id)¶ GET /runs/:run_id/policy-checks
-
override(policy_check_id)¶ POST /policy-checks/:policy_check_id/actions/override
-
required_entitlements()¶ Terraform Cloud Entitlements required for endpoint to work.
-
terraform_cloud_only()¶ Return
Trueif this endpoint is only for Terraform Cloud, elseFalse.
-
terraform_enterprise_only()¶ Return
Trueif this endpoint is only for Terraform Enterprise, elseFalse.
-