Account

class terrasnek.account.TFCAccount(instance_url, org_name, headers, well_known_paths, verify, log_level)

Account API Docs

change_password(data)

PATCH /account/password

Change Account Password API Doc Reference

Change Password Sample Payload

required_entitlements()

Terraform Cloud Entitlements required for endpoint to work.

show()

GET /account/details

Show Account API Doc Reference

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.

update(payload)

PATCH /account/update

Update Account API Doc Reference

Update Sample Payload