From 3232eec2fbb8c39c1d55b1f24b09fa237c09d063 Mon Sep 17 00:00:00 2001 From: PePe Amengual Date: Wed, 1 Jul 2020 01:15:41 -0400 Subject: [PATCH] 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 <58130806+actions-bot@users.noreply.github.com> --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 0a60e34..b74dd04 100644 --- a/main.tf +++ b/main.tf @@ -435,7 +435,7 @@ resource "aws_codepipeline_webhook" "webhook" { } module "github_webhooks" { - source = "git::https://github.com/cloudposse/terraform-github-repository-webhooks.git?ref=tags/0.7.0" + source = "git::https://github.com/cloudposse/terraform-github-repository-webhooks.git?ref=tags/0.8.0" enabled = var.enabled && var.webhook_enabled ? true : false github_anonymous = var.github_anonymous github_organization = var.repo_owner