Skip to content

Commit 936453d

Browse files
committed
chore(tf linting): revert commit pin due to false positive
1 parent 5a9ffe1 commit 936453d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.checkov.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ skip-check:
1111
- CKV_AWS_158
1212
- CKV_AWS_338
1313

14+
# Pin module sources to a commit hash (false positive)
15+
- CKV_TF_1
16+
1417
# These ignores are TEMPORARY. They will be resolved in the future.
1518
- CKV_AWS_108
1619
- CKV_AWS_272

terraform/service/eventbridge.tf

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
module "eventbridge" {
2-
# source = "terraform-aws-modules/eventbridge/aws"
3-
# version = "4.1.0"
4-
5-
# Pin to a git commit instead. This is the same as the above.
6-
source = "git::https://github.com/terraform-aws-modules/terraform-aws-eventbridge.git?ref=3e8657cd925d5b4a21301a09b67d8081f24bcfc3"
2+
source = "terraform-aws-modules/eventbridge/aws"
3+
version = "4.1.0"
74

85
role_name = "${var.lambda_name}-eventbridge-role"
96

0 commit comments

Comments
 (0)