Metadata-Version: 1.1
Name: terraformtestinglib
Version: 1.0.0
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 (2018-05-24)
        ---------------------
        
        * First release
        
        
        1.0 (2018-10-16)
        ---------------------
        
        * 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
        
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 :: 2.7
