File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ Available targets:
231231| <a name="module_codepipeline_label"></a> [codepipeline\_ label](#module\_ codepipeline\_ label) | cloudposse/label/null | 0.25.0 |
232232| <a name="module_codepipeline_s3_policy_label"></a> [codepipeline\_ s3\_ policy\_ label](#module\_ codepipeline\_ s3\_ policy\_ label) | cloudposse/label/null | 0.25.0 |
233233| <a name="module_codestar_label"></a> [codestar\_ label](#module\_ codestar\_ label) | cloudposse/label/null | 0.25.0 |
234- | <a name="module_github_webhooks"></a> [github\_ webhooks](#module\_ github\_ webhooks) | cloudposse/repository-webhooks/github | 0.12.0 |
234+ | <a name="module_github_webhooks"></a> [github\_ webhooks](#module\_ github\_ webhooks) | cloudposse/repository-webhooks/github | 0.12.1 |
235235| <a name="module_this"></a> [this](#module\_ this) | cloudposse/label/null | 0.25.0 |
236236
237237## Resources
Original file line number Diff line number Diff line change 2727| <a name =" module_codepipeline_label " ></a > [ codepipeline\_ label] ( #module\_ codepipeline\_ label ) | cloudposse/label/null | 0.25.0 |
2828| <a name =" module_codepipeline_s3_policy_label " ></a > [ codepipeline\_ s3\_ policy\_ label] ( #module\_ codepipeline\_ s3\_ policy\_ label ) | cloudposse/label/null | 0.25.0 |
2929| <a name =" module_codestar_label " ></a > [ codestar\_ label] ( #module\_ codestar\_ label ) | cloudposse/label/null | 0.25.0 |
30- | <a name =" module_github_webhooks " ></a > [ github\_ webhooks] ( #module\_ github\_ webhooks ) | cloudposse/repository-webhooks/github | 0.12.0 |
30+ | <a name =" module_github_webhooks " ></a > [ github\_ webhooks] ( #module\_ github\_ webhooks ) | cloudposse/repository-webhooks/github | 0.12.1 |
3131| <a name =" module_this " ></a > [ this] ( #module\_ this ) | cloudposse/label/null | 0.25.0 |
3232
3333## Resources
Original file line number Diff line number Diff line change @@ -430,7 +430,7 @@ resource "aws_codepipeline_webhook" "webhook" {
430430
431431module "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
You can’t perform that action at this time.
0 commit comments