Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.34 KB

File metadata and controls

44 lines (32 loc) · 1.34 KB

Github repository webhook for Atlantis

Requirements

Name Version
terraform >= 0.12.26
github >= 2.4.1

Providers

Name Version
github >= 2.4.1

Modules

No Modules.

Resources

Name
github_repository_webhook

Inputs

Name Description Type Default Required
atlantis_allowed_repo_names List of names of repositories which belong to the organization specified in github_organization list(string) n/a yes
create_github_repository_webhook Whether to create Github repository webhook for Atlantis bool true no
github_organization Github organization to use when creating webhook string "" no
github_token Github token to use when creating webhook string "" no
webhook_secret Webhook secret string "" no
webhook_url Webhook URL string "" no

Outputs

Name Description
this_repository_webhook_secret Webhook secret
this_repository_webhook_urls Webhook URL