Files
opentf/config
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
..
2015-10-08 15:48:04 +03:00
2015-03-24 13:30:22 -07:00
2016-02-03 13:24:04 -05:00
2014-08-11 09:58:53 -07:00
2015-11-07 16:53:42 -08:00
2015-10-08 15:48:04 +03:00
2015-03-24 13:30:22 -07:00