Transform and valitate Terraform scripts to run under Unity CS
The project is designed to allow us to parse Terraform scripts written by developers and ensure they will run inside Unity CS. This includes adding networking information, ensuring mandatory tags are applied and more. Because the developers wont know the network topology of the AWS account the project is being deployed into, they need to be structred in a way that allows us to add this information in at deploy time.
This project parses the scripts, looks up blocks and attributes and makes the required adjustments, adding, removing or appending blocks with the correct information.
- Support for mandatory Unity Tags
- Support for VPC and Subnet injection
This guide provides a quick way to get started with our project. Please see our [docs]([INSERT LINK TO DOCS SITE / WIKI HERE]) for a more comprehensive overview.
- A PC
- Some terraform scripts
- The Unity CS Terraform Transformer Binary
- Grab binary from Packages page
- Open a terminal
2. $> ./terraform-transformer parser -t tom -p test --creator tom@spicule.co.uk --venue dev --servicearea cs --capability hysds --capversion 0.0.1 --release G1.0.0 --component python --securityplan 644 --exposed true --experimental false --userfacing true --critinfra 2 --project testproj
- [INSERT LIST OF COMMON USAGE EXAMPLES HERE, WITH OPTIONAL SCREENSHOTS]
- [INSERT STEP-BY-STEP BUILD INSTRUCTIONS HERE, WITH OPTIONAL SCREENSHOTS]
- [INSERT STEP-BY-STEP TEST INSTRUCTIONS HERE, WITH OPTIONAL SCREENSHOTS]
See our CHANGELOG.md for a history of our changes.
See our [releases page]([INSERT LINK TO YOUR RELEASES PAGE]) for our key versioned releases.
[INSERT LINK TO FAQ PAGE OR PROVIDE FAQ INLINE HERE]
Interested in contributing to our project? Please see our: CONTRIBUTING.md
See our: LICENSE
[INSERT CONTACT INFORMATION OR PROFILE LINKS TO MAINTAINERS AMONG COMMITTER LIST]