Mitchell Hashimoto
26ac58bc97
terraform: refactor NodeApplyableProvider to use NodeAbstractProvider
...
This is important so that the graph looks correct.
2016-12-03 15:27:38 -08:00
James Bardin
3df3b99276
Make sure each GraphBuilder has a Name
...
Ensure that each instance of BasucGraphBuilder gets a name corresponding
to the Builder which created it. This allows us to differentiate the
graphs in the logs.
2016-11-15 16:40:10 -05:00
Mitchell Hashimoto
ec0ef95c6f
terraform: verify import providers only depend on vars
2016-11-09 15:09:13 -08:00
Mitchell Hashimoto
ec6e14c4d0
terraform: convert import graph to use new provider nodes
...
This uses the new NodeApplyableProvider graph nodes. This will just make
it easier for us in the future to adopt new graph transforms by starting
to use the new ones here.
2016-11-09 15:09:13 -08:00
Mitchell Hashimoto
2be756642f
terraform: the import RootTransformer should run last
...
This was causing multiple root issues
2016-11-09 15:08:22 -08:00
Mitchell Hashimoto
4f0d68dda4
terraform: PlanGraphBuilder
2016-11-08 13:59:17 -08:00
Mitchell Hashimoto
51e90cd641
terraform: move references for disable provider transform to old
2016-10-19 15:07:00 -07:00
Mitchell Hashimoto
27452f0043
terraform: Module option to Import to add module to graph
2016-05-11 13:02:37 -07:00
Mitchell Hashimoto
aca26fd784
terraform: ImportTransformer, EvalImportState
2016-05-11 13:02:31 -07:00
Mitchell Hashimoto
2a86b85646
terraform: start Import function, totally untested
2016-05-11 13:02:30 -07:00