Skip to content

Commit

Permalink
Update Terraform cloudposse/repository-webhooks/github to v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 5, 2021
1 parent 4f88b5d commit 47a11c3
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 @@ -425,7 +425,7 @@ resource "aws_codepipeline_webhook" "webhook" {

module "github_webhooks" {
source = "cloudposse/repository-webhooks/github"
version = "0.10.0"
version = "0.11.0"
# TODO: update version after release of TF 0.14 and context.tf support
# version = "0.11.0"
enabled = module.this.enabled && var.webhook_enabled ? true : false
Expand Down

0 comments on commit 47a11c3

Please sign in to comment.