cli

a lightweight, security focused, BDD test framework against terraform.

MIT License

Stars
1.3K
Committers
44

Bot releases are hidden (Show)

cli - 1.0.1

Published by eerkunt over 5 years ago

  • Fixed an issue where filetype module could not be found. (#97)
  • Upgraded python in Docker image from 3.6.8 to 3.7.3
cli - 1.0.0

Published by eerkunt over 5 years ago

This is a MAJOR release.

Please consult CHANGELOG

BREAKING BACKWARD COMPATIBILITY for terraform-compliance since the parameters has changed. This is a MAJOR upgrade and a re-design of the tool.

  • This version only supports terraform 0.12.0 and 0.12.1.
  • Removed -t parameter.
  • Introduced -p parameter where -p is either ;
    • terraform plan -out=<file>.out output file or
    • terraform show -json <file.out> > file.json output for checking the plan (changes)
    • terraform show -json output for checking the whole state
  • Instead of parsing HCL, terraform-compliance is now parsing/processing against terraform show output.
  • Conversion from terraform internal plan format to json.
  • Full support for terraform interpolations and modules.
  • Minor upgrades on dependencies
  • Removed many methods/functions that was doing terraform 's job
  • Revamped all steps and required helper functions/methods
  • Instead of having untaggable_resources now terraform-compliance auto-detects if a resource has tag property.
  • Removed terraform-validate usage.
  • Introduced internal terraform-compliance exceptions instead of generic ones.
  • Started to keep a CHANGELOG for better understanding about what happens in the tool :)
cli - 0.6.4

Published by eerkunt over 5 years ago

cli - 0.6.3

Published by eerkunt over 5 years ago

cli - 0.6.2

Published by eerkunt over 5 years ago

cli - 0.6.1

Published by eerkunt over 5 years ago

cli - 0.6.0

Published by eerkunt over 5 years ago

cli - 0.5.6

Published by eerkunt over 5 years ago

cli - 0.5.5

Published by eerkunt over 5 years ago

cli - 0.5.4

Published by eerkunt over 5 years ago

cli - 0.5.3

Published by eerkunt over 5 years ago

cli - 0.5.2

Published by eerkunt over 5 years ago

cli - 0.5.1

Published by eerkunt over 5 years ago

cli - 0.5.0

Published by eerkunt over 5 years ago

cli - 0.4.13

Published by eerkunt almost 6 years ago

cli - 0.4.12

Published by eerkunt almost 6 years ago

cli - 0.4.11

Published by eerkunt almost 6 years ago

cli - 0.4.10

Published by eerkunt almost 6 years ago

cli - 0.4.9

Published by eerkunt almost 6 years ago

cli - 0.4.8

Published by eerkunt almost 6 years ago

Related Projects