Skip to content

Commit

Permalink
updating to github webhook with pinned 2.8.1 github provider (#38)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
jamengual and actions-bot authored Jul 1, 2020
1 parent 524844c commit 3232eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3232eec

Please sign in to comment.