Feature Sets

class terrasnek.feature_sets.TFCFeatureSets(instance_url, org_name, headers, well_known_paths, verify, log_level)

Feature Sets API Docs

list()

GET /feature-sets

Feature Sets List API Doc Reference

list_for_org()

GET /organizations/:organization_name/feature-sets

Feature Sets List for Orgs API Doc Reference

required_entitlements()

Terraform Cloud Entitlements required for endpoint to work.

terraform_cloud_only()

Return True if this endpoint is only for Terraform Cloud, else False.

terraform_enterprise_only()

Return True if this endpoint is only for Terraform Enterprise, else False.