Skip to content

Commit a0d87ec

Browse files
committed
chore(deps): update terraform cloudposse/repository-webhooks/github to v0.12.1
1 parent f65ff61 commit a0d87ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ resource "aws_codepipeline_webhook" "webhook" {
430430

431431
module "github_webhooks" {
432432
source = "cloudposse/repository-webhooks/github"
433-
version = "0.12.0"
433+
version = "0.12.1"
434434

435435
enabled = module.this.enabled && var.webhook_enabled ? true : false
436436
github_organization = var.repo_owner

0 commit comments

Comments
 (0)