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:
231
231
| <a name="module_codepipeline_label"></a> [codepipeline\_ label](#module\_ codepipeline\_ label) | cloudposse/label/null | 0.25.0 |
232
232
| <a name="module_codepipeline_s3_policy_label"></a> [codepipeline\_ s3\_ policy\_ label](#module\_ codepipeline\_ s3\_ policy\_ label) | cloudposse/label/null | 0.25.0 |
233
233
| <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 |
235
235
| <a name="module_this"></a> [this](#module\_ this) | cloudposse/label/null | 0.25.0 |
236
236
237
237
## Resources
Original file line number Diff line number Diff line change 27
27
| <a name =" module_codepipeline_label " ></a > [ codepipeline\_ label] ( #module\_ codepipeline\_ label ) | cloudposse/label/null | 0.25.0 |
28
28
| <a name =" module_codepipeline_s3_policy_label " ></a > [ codepipeline\_ s3\_ policy\_ label] ( #module\_ codepipeline\_ s3\_ policy\_ label ) | cloudposse/label/null | 0.25.0 |
29
29
| <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 |
31
31
| <a name =" module_this " ></a > [ this] ( #module\_ this ) | cloudposse/label/null | 0.25.0 |
32
32
33
33
## Resources
Original file line number Diff line number Diff line change @@ -430,7 +430,7 @@ resource "aws_codepipeline_webhook" "webhook" {
430
430
431
431
module "github_webhooks" {
432
432
source = " cloudposse/repository-webhooks/github"
433
- version = " 0.12.0 "
433
+ version = " 0.12.1 "
434
434
435
435
enabled = module. this . enabled && var. webhook_enabled ? true : false
436
436
github_organization = var. repo_owner
You can’t perform that action at this time.
0 commit comments