Metadata-Version: 1.1
Name: terraformtestinglib
Version: 1.0.3
Summary: A library implementing linting and testing of terraform resources based on a provided rule set.
Home-page: https://github.com/schubergphilis/terraformtestinglib.git
Author: Costas Tyfoxylos
Author-email: ctyfoxylos@schubergphilis.com
License: MIT
Description: ===================
        terraformtestinglib
        ===================
        
        A library implementing linting and testing of terraform resources based on a provided rule set.
        
        
        * Documentation: http://terraformtestinglib.readthedocs.io/en/latest/
        
        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
        
Keywords: terraformtestinglib terraform lint test
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
