Skip to content

Instantly share code, notes, and snippets.

View rvdouderaa's full-sized avatar

Roel van der Ouderaa rvdouderaa

View GitHub Profile
@rvdouderaa
rvdouderaa / tflint.xml
Last active November 21, 2023 20:51
tfsec_ftlint xml files
<?xml version="1.0" encoding="UTF-8"?>
<testsuites>
<testsuite tests="1" failures="1" time="0" name="">
<properties></properties>
<testcase classname="src/variables.tf" name="terraform_typed_variables" time="0">
<failure message="src/variables.tf:1,1-16: `name` variable has no type" type="Warning">Warning: `name` variable has no type&#xA;Rule: terraform_typed_variables&#xA;Range: src/variables.tf:1,1-16</failure>
</testcase>
</testsuite>
</testsuites>