terraform-aws-vpc
terraform-aws-vpc copied to clipboard
v0.13 syntax fixes - EDIT: 9/14/20
Syntax fixes: -removed redundant brackets around list variables -updated variable types to include types of booleans and numbers -removed unnecessary quotations around variable types and values for non-string types -removed string interpolations that are no longer required for variables -minor syntax fixes to conditional statements making them easier to read -updated accessing lists to use [index] format
EDIT: 9/14/20 - compared with upgrade-0.12 branch -added static resources in AZ module and corresponding variables -added local variables added to all modules -removed logic in local variables used to convert string booleans to boolean type -no longer needed with boolean data types added -updated default values of number and boolean variables to null -updated minimum version from 0.11 to 0.12