Skip to main content

A library implementing linting and testing of terraform resources based on a provided rule set.

Project description

A library that implements linting and testing of terraform resources based on rules.

Development Workflow

The workflow supports the following steps

  • lint

  • test

  • build

  • document

  • upload

  • graph

These actions are supported out of the box by the corresponding scripts under _CI/scripts directory with sane defaults based on best practices. Sourcing setup_aliases.ps1 for windows powershell or setup_aliases.sh in bash on Mac or Linux will provide with handy aliases for the shell of all those commands prepended with an underscore.

The bootstrap script creates a .venv directory inside the project directory hosting the virtual environment. It uses pipenv for that. It is called by all other scripts before they do anything. So one could simple start by calling _lint and that would set up everything before it tried to actually lint the project

Once the code is ready to be delivered the _tag script should be called accepting one of three arguments, patch, minor, major following the semantic versioning scheme. So for the initial delivery one would call

$ _tag –minor

which would bump the version of the project to 0.1.0 tag it in git and do a push and also ask for the change and automagically update HISTORY.rst with the version and the change provided.

So the full workflow after git is initialized is:

  • repeat as necessary (of course it could be test - code - lint :) ) * code * lint * test

  • commit and push

  • develop more through the code-lint-test cycle

  • tag (with the appropriate argument)

  • build

  • upload (if you want to host your package in pypi)

  • document (of course this could be run at any point)

Important Information

This template is based on pipenv. In order to be compatible with requirements.txt so the actual created package can be used by any part of the existing python ecosystem some hacks were needed. So when building a package out of this do not simple call

$ python setup.py sdist bdist_egg

as this will produce an unusable artifact with files missing. Instead use the provided build and upload scripts that create all the necessary files in the artifact.

Project Features

  • Lints terraform files based on provided rules

  • Enforces positioning of resources on files based on provided rules

History

0.1.0 (24-05-2018)

  • First release

1.0.0 (16-10-2018)

  • Implemented variable, count attribute and format method interpolation on both linting and testing capabilities

  • Implemented testing capabilities with conditional filtering for resources

  • Ported the pipeline portion to python 3.7

  • Dropped official support for python2.7

1.0.3 (17-10-2018)

  • Implemented interactive setting of the changelog in HISTORY.rst file on tagging

1.0.4 (25-10-2018)

  • Updated template and dependencies

1.1.0 (07-01-2019)

  • Added support for attributes with same name and filtering attributes on value

1.1.1 (14-01-2019)

  • Correctly handle lists in resource data.

1.1.2 (18-01-2019)

  • Casting to string for replacement in case it is a number

1.2.0 (19-01-2019)

  • Added support for “length” method and multi variable strings

1.2.1 (20-01-2019)

  • fixed bug where count was a string breaking the range calculation

1.2.2 (22-01-2019)

  • added support for multiple same keys that end up being handled as a list internally.

1.2.3 (22-01-2019)

  • added capabilities to skip a test based on a “skip-testing” tag on the resource

1.3.0 (06-02-2019)

  • implemented all terraform supported entities like, data, terraform and provider.

1.4.0 (07-02-2019)

  • implemented skipping positioning checking for a disaster_recovery.tf file. Refactored container object to expose filtering.

1.4.1 (07-02-2019)

  • fixed instantiation of Stack object

1.4.2 (22-10-2019)

  • Updated template and bumped dependencies.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

terraformtestinglib-1.4.2.tar.gz (93.3 kB view hashes)

Uploaded Source

Built Distribution

terraformtestinglib-1.4.2-py3.7.egg (97.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page