Skip to content

Commit

Permalink
tflint skip
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Woffenden authored May 23, 2024
1 parent 2f35fb4 commit 9125f3a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# tflint-ignore: terraform_deprecated_interpolation
module "route53_zones" {
#checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions
#checkov:skip=CKV_TF_2:Module registry does not support tags for versions
Expand All @@ -7,7 +8,7 @@ module "route53_zones" {

zones = {
"${local.environment_configuration.route53_zone}" = {
comment = "${local.environment_configuration.route53_zone}"
comment = local.environment_configuration.route53_zone
}
}

Expand Down

0 comments on commit 9125f3a

Please sign in to comment.