VCS Events

class terrasnek.vcs_events.TFCVCSEvents(instance_url, org_name, headers, well_known_paths, verify, log_level)

VCS Events API Docs

list(page=None, page_size=None, include=None, filters=None)

GET /organizations/:organization_name/vcs-events

VCS Events List API Doc Reference

Query Parameter(s) Details

NOTE: Currently, this feature is in beta, and only supports GitLab. Since all of the testing is done with GitHub, this function is provided, but is not well tested yet.

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.