reflexivesecurity / reflex-aws-detect-unused-elastic-ip-addresses

Measure to detect unassociated EIPs one hour after receiving a dissassociateIP action
Mozilla Public License 2.0
1 stars 0 forks source link

Dependabot can't parse your detect_unused_elastic_ip_addresses.tf #8

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Dependabot couldn't parse the detect_unused_elastic_ip_addresses.tf found at /detect_unused_elastic_ip_addresses.tf.

The error Dependabot encountered was:

unable to parse HCL: At 29:44: Unknown token: 29:44 IDENT var.sns_topic_arn

View the update logs.

mcbanderson commented 4 years ago

Dependabot doesn't yet support HCL2, which is the cause of this error.

https://github.com/dependabot/dependabot-core/issues/1176