Plan Exports¶
-
class
terrasnek.plan_exports.TFCPlanExports(instance_url, org_name, headers, well_known_paths, verify, log_level)¶ -
-
create(payload)¶ POST /plan-exports
-
destroy(plan_export_id)¶ DELETE /plan-exports/:id
-
download(plan_export_id, target_path)¶ GET /plan-exports/:id/download
-
required_entitlements()¶ Terraform Cloud Entitlements required for endpoint to work.
-
show(plan_export_id)¶ GET /plan-exports/:id
-
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.
-