James Nugent
5d18f41f04
core: Convert context vars to map[string]interface{}
...
This is the first step in allowing overrides of map and list variables.
We convert Context.variables to map[string]interface{} from
map[string]string and fix up all the call sites.
2016-07-18 13:02:54 -05:00
Mitchell Hashimoto
21e4501edb
terraform: start implementing interfaces for semantic checks
2015-02-19 12:07:52 -08:00
Mitchell Hashimoto
b9f49b2f60
terraform: semantic check that variables are set on the correct types
2014-07-22 09:27:28 -07:00
Mitchell Hashimoto
a19e2983de
terraform: tests passing for Config change
2014-07-18 22:13:15 -07:00
Mitchell Hashimoto
c8c7d6baa3
terraform: add some semantic check functions
2014-07-02 20:47:10 -07:00
Mitchell Hashimoto
4b263992cc
terraform: remove unused code
2014-06-25 18:13:58 -07:00
Mitchell Hashimoto
cdab89d7c1
terraform: getting closer to mapping resource providers properly
2014-06-25 12:58:27 -07:00
Mitchell Hashimoto
1918f199d8
terraform: Graph, config: don't build graph
2014-06-24 14:58:57 -07:00
Mitchell Hashimoto
d58feeeafe
terraform: find configs for providers
2014-06-05 19:56:35 -07:00
Mitchell Hashimoto
4397c566a0
terraform: computed key
2014-06-05 12:09:25 -07:00
Mitchell Hashimoto
02fde14fb6
terraform: simplify semantic checks out into sep functions
2014-06-05 11:53:07 -07:00