Armon Dadgar
|
6e1ef1c634
|
terraform: restore dependencies for orphan modules
|
2014-11-21 16:14:57 -08:00 |
|
Armon Dadgar
|
01db1ff8bd
|
terraform: diff handler in expansion avoids duplicate destroy
|
2014-11-18 15:38:40 -08:00 |
|
Armon Dadgar
|
507b75449f
|
terraform: Move diff handling during dynamic expansion
|
2014-11-18 15:10:18 -08:00 |
|
Armon Dadgar
|
a2ba45edf5
|
terraform: Simplify sub-graph finalization
|
2014-11-17 15:50:26 -08:00 |
|
Mitchell Hashimoto
|
686871310d
|
terraform: input properly sends on only set input
|
2014-10-18 14:54:42 -07:00 |
|
Mitchell Hashimoto
|
0a5e06d62c
|
terraform: merge interpolated inherited provider configurations [GH-418]
|
2014-10-18 13:58:01 -07:00 |
|
Mitchell Hashimoto
|
b2d674b431
|
terraform: don't add tainted resources to expanded graph [GH-412]
The tainted resources are separate elements in the graph.
|
2014-10-18 11:13:36 -07:00 |
|
Mitchell Hashimoto
|
06889b8fc7
|
terraform: make sure taint destroys happen first for counts
|
2014-10-12 09:50:36 -07:00 |
|
Mitchell Hashimoto
|
ac7e494697
|
terraform: remove an inaccurate TODO
|
2014-10-12 09:19:38 -07:00 |
|
Mitchell Hashimoto
|
f74a27d75f
|
terraform: provisioner dependencies are reflected in graph
|
2014-10-12 09:15:26 -07:00 |
|
Mitchell Hashimoto
|
d4d58ae44b
|
terraform: turn resource expand into graph
|
2014-10-12 08:57:08 -07:00 |
|
Mitchell Hashimoto
|
129e4fc453
|
terraform: fix crash if depends_on used when state has orphans
|
2014-10-11 13:20:11 -07:00 |
|
Mitchell Hashimoto
|
6c96e0f6ac
|
terraform: nil out the Diff on a resource when expanding
This fixes a bug where the Destroy diff was being kept around for
nodes that shouldn't be destroyed. We added a test to verify this
doesn't happen.
|
2014-10-09 23:15:42 -07:00 |
|
Mitchell Hashimoto
|
ea18b62e8f
|
terraform: count.index
|
2014-10-02 22:02:59 -07:00 |
|
Mitchell Hashimoto
|
581d1dee8c
|
terraform: remove jank computed check for count
|
2014-10-02 16:32:11 -07:00 |
|
Mitchell Hashimoto
|
53d05cb81f
|
terraform: counts can't be computed
|
2014-10-02 16:21:17 -07:00 |
|
Mitchell Hashimoto
|
039531e9ca
|
terraform: dependencies in the graph from count properly show up
|
2014-10-02 13:54:04 -07:00 |
|
Mitchell Hashimoto
|
0f087141e3
|
terraform: properly discover count orphans
|
2014-10-02 13:12:53 -07:00 |
|
Mitchell Hashimoto
|
3b89a7bdc7
|
terraform: more tests passing
|
2014-10-02 11:48:00 -07:00 |
|
Mitchell Hashimoto
|
fb1c224e12
|
terraform: expand resource nodes at walk time
|
2014-10-02 10:42:58 -07:00 |
|
Mitchell Hashimoto
|
fecb68f117
|
terraform: remove meta nodes
|
2014-10-01 18:08:52 -07:00 |
|
Mitchell Hashimoto
|
4fe0c4ada4
|
terraform: don't use Meta node anymore
|
2014-10-01 18:06:25 -07:00 |
|
Armon Dadgar
|
1977a53574
|
terraform: Deterministric and correct ordering for deposed nodes
|
2014-09-30 11:37:49 -07:00 |
|
Armon Dadgar
|
4fe05428b3
|
terraform: Avoid having multiple primaries
|
2014-09-29 15:20:03 -07:00 |
|
Armon Dadgar
|
f398708be2
|
terraform: Adding flag for CreateBeforeDestroy
|
2014-09-29 15:20:03 -07:00 |
|
Armon Dadgar
|
1aaddafba0
|
terraform: Adding lifecycle config block
|
2014-09-29 15:20:02 -07:00 |
|
Armon Dadgar
|
aef7718778
|
terraform: support create-before-destroy
|
2014-09-29 15:20:02 -07:00 |
|
Mitchell Hashimoto
|
2791badf01
|
terraform: ask for input for providers
|
2014-09-29 09:13:15 -07:00 |
|
Mitchell Hashimoto
|
2ac6c127bc
|
terraform: orphans should properly depend on modules
|
2014-09-26 10:03:10 -07:00 |
|
Mitchell Hashimoto
|
4782e31e9d
|
terraform: properly encode module dependencies in state
|
2014-09-26 09:38:53 -07:00 |
|
Mitchell Hashimoto
|
1fa3840a00
|
terraform: handle module dependencies with a diff
|
2014-09-26 09:20:01 -07:00 |
|
Mitchell Hashimoto
|
1835a03842
|
terraform: hook parameter is an InstanceInfo
|
2014-09-25 10:40:44 -07:00 |
|
Mitchell Hashimoto
|
6904c131a7
|
terraform: test that unused providers are pruned
|
2014-09-24 16:02:42 -07:00 |
|
Mitchell Hashimoto
|
1f1563c95b
|
terraform: provider inheritence is functional
|
2014-09-24 13:58:07 -07:00 |
|
Mitchell Hashimoto
|
8dbc7e0ccb
|
terraform: change the graph a bit to better support providers with
modules
This doesn't cause inheritence to work yet. That is coming
|
2014-09-24 13:31:35 -07:00 |
|
Mitchell Hashimoto
|
6b2781d77c
|
terraform: module orphans
|
2014-09-23 14:57:17 -07:00 |
|
Mitchell Hashimoto
|
d443202b31
|
terraform: fix copying dependencies
|
2014-09-23 14:20:26 -07:00 |
|
Mitchell Hashimoto
|
b1a583e3de
|
terraform: plan with modules work
|
2014-09-23 14:15:40 -07:00 |
|
Mitchell Hashimoto
|
8dcc4528fc
|
terraform: basic sub-module walks work
Lots broken still, but its a start.
|
2014-09-23 13:47:20 -07:00 |
|
Mitchell Hashimoto
|
bc67e7c443
|
terraform: diff is split down into modules
|
2014-09-23 11:43:21 -07:00 |
|
Mitchell Hashimoto
|
5565c27fdd
|
terraform: error if subgraph fails to build
|
2014-09-22 16:51:35 -07:00 |
|
Mitchell Hashimoto
|
a6f792b3aa
|
terraform: update graph to build subgraphs for modules
|
2014-09-22 16:48:18 -07:00 |
|
Mitchell Hashimoto
|
a32833af2c
|
terraform: Graph, Context, Plan all speak modules
|
2014-09-22 15:37:29 -07:00 |
|
Mitchell Hashimoto
|
1d106d3fa4
|
terraform: modules are put into the graph
|
2014-09-22 15:11:57 -07:00 |
|
Mitchell Hashimoto
|
73e2a43427
|
terraform: don't put the ResourceState in Resource
|
2014-09-21 22:08:21 -07:00 |
|
Mitchell Hashimoto
|
13a4818867
|
terraform: add flags field
|
2014-09-20 17:02:31 -07:00 |
|
Mitchell Hashimoto
|
53c23266ca
|
terraform: add Info field to Resource, remove from Node
|
2014-09-19 23:01:51 -06:00 |
|
Mitchell Hashimoto
|
06c862a379
|
terraform: tainted things all work
|
2014-09-19 22:47:53 -06:00 |
|
Mitchell Hashimoto
|
10b5661bc3
|
terraform: planning tainted resources works
|
2014-09-19 22:35:29 -06:00 |
|
Mitchell Hashimoto
|
f89c2c5ff0
|
terraform: graph tainted resources into the graph
|
2014-09-19 21:29:48 -06:00 |
|