Paul Hinze
d992f8d52d
core: Remove module input transformer
...
The nodes it adds were immediately skipped by flattening and therefore
never had any effect. That makes the transformer effectively dead code
and removable. This was the only usage of FlattenSkip so we can remove
that as well.
2016-04-13 11:15:24 -05:00
Mitchell Hashimoto
2f3f680505
terraform: update comment
2015-05-04 10:49:34 -07:00
Mitchell Hashimoto
23b6acc29d
terraform: add module destroy node to graph
2015-05-01 18:26:35 -07:00
Mitchell Hashimoto
c207beda36
terraform: set variables in the proper location
2015-05-01 16:29:19 -07:00
Mitchell Hashimoto
416e7a2077
terraform: missing provider should be flattenable
2015-05-01 15:23:37 -07:00
Mitchell Hashimoto
86d07d3b5b
terraform: redo how flattening works
2015-05-01 15:18:40 -07:00
Mitchell Hashimoto
f2e7f505d4
terraform: subpath context setting
2015-05-01 14:19:32 -07:00
Mitchell Hashimoto
e544e1d401
terraform: hook up the proxies
2015-05-01 11:45:42 -07:00
Mitchell Hashimoto
a0d9bc0f19
terraform: outputs connect properly
2015-05-01 11:26:58 -07:00
Mitchell Hashimoto
3bfef7c374
terraform: wrap variable values and prefix dependencies
...
(untested yet)
2015-05-01 10:56:05 -07:00
Mitchell Hashimoto
12c30feb0f
terraform: start FlattenGraph impl.
2015-04-30 20:46:54 -07:00
Mitchell Hashimoto
5e767f63b9
terraform: move module to its own file
2015-04-30 19:23:52 -07:00