Mitchell Hashimoto
|
06889b8fc7
|
terraform: make sure taint destroys happen first for counts
|
2014-10-12 09:50:36 -07:00 |
|
Mitchell Hashimoto
|
7af9179edd
|
terraform: remove old test
|
2014-10-12 09:45:01 -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
|
36f225dea0
|
fmt
|
2014-10-10 14:50:35 -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
|
4fe0c4ada4
|
terraform: don't use Meta node anymore
|
2014-10-01 18:06:25 -07:00 |
|
Armon Dadgar
|
9a6c8490a0
|
terraform: Updating tests for modules
|
2014-09-29 15:27:56 -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
|
aef7718778
|
terraform: support create-before-destroy
|
2014-09-29 15:20:02 -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
|
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
|
bc67e7c443
|
terraform: diff is split down into modules
|
2014-09-23 11:43:21 -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
|
f89c2c5ff0
|
terraform: graph tainted resources into the graph
|
2014-09-19 21:29:48 -06:00 |
|
Armon Dadgar
|
5ef46b797b
|
terraform: fixing dependency handling for orphans
|
2014-09-18 15:39:53 -07:00 |
|
Armon Dadgar
|
b2188d7fe8
|
terraform: properly handle diff generation with meta resources
|
2014-09-18 14:31:27 -07:00 |
|
Armon Dadgar
|
a9c4b523db
|
terraform: Encode dependencies of ResourceMeta ndoes
|
2014-09-18 11:22:40 -07:00 |
|
Armon Dadgar
|
d61f199d6f
|
terraform: test dependency encoding
|
2014-09-18 11:12:39 -07:00 |
|
Mitchell Hashimoto
|
7a2591190b
|
terraform: fix graph test
|
2014-09-17 17:52:24 -07:00 |
|
Mitchell Hashimoto
|
9b2b3a963f
|
ResourceDiff => InstanceDiff
|
2014-09-17 16:33:24 -07:00 |
|
Armon Dadgar
|
4b0f970659
|
terraform: fixing test errors
|
2014-09-16 15:09:40 -07:00 |
|
Mitchell Hashimoto
|
28a2e7b979
|
terraform: depends_on with count creates proper graph [GH-244]
|
2014-08-30 16:08:50 -07:00 |
|
Mitchell Hashimoto
|
f47956d62f
|
terraform: dependsOn builds into the graph
|
2014-07-22 18:20:03 -07:00 |
|
Armon Dadgar
|
eaf2c46dc5
|
terraform: Testing passthrough of ConnInfo
|
2014-07-15 12:34:06 -07:00 |
|
Armon Dadgar
|
e8245f1a67
|
terraform: Testing graph construction with provisioners
|
2014-07-10 11:38:56 -07:00 |
|
Mitchell Hashimoto
|
9f56fc8ddc
|
terraform: copy the proper dependencies over on destroy plan
|
2014-07-07 15:43:32 -07:00 |
|
Mitchell Hashimoto
|
55eb06929e
|
terraform: fix cycle that could happen during destroy
|
2014-07-07 15:38:27 -07:00 |
|
Mitchell Hashimoto
|
916eb5aaf3
|
terraform: copy before modifying struct in graphAddDiff
/cc @pearkes - Fixes the destroy bug
|
2014-07-07 12:53:39 -07:00 |
|
Mitchell Hashimoto
|
ba144ef933
|
terraform: clean up root deps on the graph
|
2014-07-03 20:51:31 -07:00 |
|
Mitchell Hashimoto
|
e7b7644cbf
|
terraform: turn multi-counts into multiple nodes
|
2014-07-03 20:42:29 -07:00 |
|
Mitchell Hashimoto
|
2ffbe56b1b
|
terraform: graph root doesn't need to depend on providers
|
2014-07-01 10:01:27 -07:00 |
|
Mitchell Hashimoto
|
fceea12ade
|
terraform: some basic validation
|
2014-06-30 21:25:15 -07:00 |
|
Mitchell Hashimoto
|
0bd704b2f1
|
terraform: GraphOpts and unification into a single Graph function
|
2014-06-30 21:21:13 -07:00 |
|
Mitchell Hashimoto
|
2d72164c6a
|
terraform: graph can add "destroy" nodes
|
2014-06-30 19:10:44 -07:00 |
|
Mitchell Hashimoto
|
6f274eb7a9
|
terraform: GraphAddDiff works on a basic level
|
2014-06-30 18:18:56 -07:00 |
|
Mitchell Hashimoto
|
abe205fc27
|
terraform: GraphFull tests
|
2014-06-25 14:53:32 -07:00 |
|
Mitchell Hashimoto
|
cdab89d7c1
|
terraform: getting closer to mapping resource providers properly
|
2014-06-25 12:58:27 -07:00 |
|