VCS Events¶
-
class
terrasnek.vcs_events.TFCVCSEvents(instance_url, org_name, headers, well_known_paths, verify, log_level)¶ -
-
list(page=None, page_size=None, include=None, filters=None)¶ GET /organizations/:organization_name/vcs-eventsVCS Events List API Doc Reference
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
Trueif this endpoint is only for Terraform Cloud, elseFalse.
-
terraform_enterprise_only()¶ Return
Trueif this endpoint is only for Terraform Enterprise, elseFalse.
-