Skip to content

Commit 3232eec

Browse files
updating to github webhook with pinned 2.8.1 github provider (#38)
* updating to github webhook with pinned 2.8.1 github provider * Updated README.md * fixing example to fix tests * Tryingto fix example to fix tests * Tryingto fix example to fix tests * Tryingto fix example to fix tests * Tryingto fix example to fix tests * Tryingto fix example to fix tests * Tryingto fix example to fix tests Co-authored-by: actions-bot <[email protected]>
1 parent 524844c commit 3232eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ resource "aws_codepipeline_webhook" "webhook" {
435435
}
436436

437437
module "github_webhooks" {
438-
source = "git::https://github.com/cloudposse/terraform-github-repository-webhooks.git?ref=tags/0.7.0"
438+
source = "git::https://github.com/cloudposse/terraform-github-repository-webhooks.git?ref=tags/0.8.0"
439439
enabled = var.enabled && var.webhook_enabled ? true : false
440440
github_anonymous = var.github_anonymous
441441
github_organization = var.repo_owner

0 commit comments

Comments
 (0)