terraform/terraform/test-fixtures/plan-module-wrong-var-type-...
James Nugent d7d39702c0 Type check variables between modules (#6185)
These tests demonstrates a problem where the types to a module input are 
not checked. For example, if a module - inner - defines a variable
"should_be_a_map" as a map, or with a default variable of map, we do not
fail if the user sets the variable value in the outer module to a string
value. This is also a problem in nested modules.

The implementation changes add a type checking step into the graph
evaluation process to ensure invalid types are not passed.
2016-04-15 12:07:54 -07:00
..
inner Type check variables between modules (#6185) 2016-04-15 12:07:54 -07:00
middle Type check variables between modules (#6185) 2016-04-15 12:07:54 -07:00
main.tf Type check variables between modules (#6185) 2016-04-15 12:07:54 -07:00