Armon Dadgar
|
cdce8208f3
|
terraform: ensure provisioner runs only on instance create
|
2014-09-22 11:15:22 -07:00 |
|
Mitchell Hashimoto
|
f89c2c5ff0
|
terraform: graph tainted resources into the graph
|
2014-09-19 21:29:48 -06:00 |
|
Armon Dadgar
|
cb8e581731
|
terraform: test creates an actual logical dependence
|
2014-09-17 17:30:25 -07:00 |
|
Mitchell Hashimoto
|
a53faa2fff
|
terraform: validate providers even without config block [GH-284]
|
2014-09-09 17:38:30 -07:00 |
|
Mitchell Hashimoto
|
52bc9a1055
|
core: check sets for computed [GH-247]
|
2014-08-30 17:26:10 -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
|
038cca291e
|
config: HCL loader
|
2014-08-11 09:58:53 -07:00 |
|
Mitchell Hashimoto
|
87f4b49f85
|
terraform: multi-variables work with count = 1 [GH-115]
|
2014-08-05 10:12:35 -07:00 |
|
Mitchell Hashimoto
|
d28e5a1638
|
dos2unix
|
2014-07-28 10:43:00 -07:00 |
|
Mitchell Hashimoto
|
7564a0a21c
|
terraform: set state properly when tainted
|
2014-07-26 21:03:07 -07:00 |
|
Mitchell Hashimoto
|
37c4edd5e7
|
terraform: test cases around self-referencing variables
This includes cases of multi-counts.
/cc @armon - Looks like this was a non-issue. Terraform already errors
on this.
|
2014-07-26 15:02:23 -07:00 |
|
Mitchell Hashimoto
|
79a9dfce4a
|
terraform: add test for diff var changing
|
2014-07-24 20:24:59 -07:00 |
|
Mitchell Hashimoto
|
1ee69761d4
|
terraform: self-referencing variables in provisoiners work
|
2014-07-24 07:58:45 -07:00 |
|
Mitchell Hashimoto
|
f47956d62f
|
terraform: dependsOn builds into the graph
|
2014-07-22 18:20:03 -07:00 |
|
Mitchell Hashimoto
|
14f7067b0c
|
terraform: taint plan requires destroy/create
|
2014-07-22 10:30:42 -07:00 |
|
Mitchell Hashimoto
|
808036bf60
|
terraform: ResourceProvisioner can't return a state anymore
|
2014-07-22 09:56:39 -07:00 |
|
Mitchell Hashimoto
|
e59ff6e92c
|
terraform: fix tests
|
2014-07-22 08:29:49 -07:00 |
|
Mitchell Hashimoto
|
c6474b3e5c
|
terraform: more test cases
|
2014-07-22 08:27:16 -07:00 |
|
Mitchell Hashimoto
|
83ba038423
|
terraform: mapping overrides work
|
2014-07-22 08:18:53 -07:00 |
|
Mitchell Hashimoto
|
5795db9232
|
terraform: test regular variable default
|
2014-07-22 08:14:20 -07:00 |
|
Mitchell Hashimoto
|
c9a20c3c58
|
terraform: test that mapping lookups work
|
2014-07-22 08:06:09 -07:00 |
|
Armon Dadgar
|
0110640946
|
terraform: Test ConnInfo materialization during Apply
|
2014-07-15 12:34:07 -07:00 |
|
Armon Dadgar
|
eaf2c46dc5
|
terraform: Testing passthrough of ConnInfo
|
2014-07-15 12:34:06 -07:00 |
|
Mitchell Hashimoto
|
3af16c8faf
|
terraform: don't process outputs when all we did was destroy
|
2014-07-13 11:07:31 -07:00 |
|
Mitchell Hashimoto
|
8d065ce5c4
|
terraform: don't validate orphans
|
2014-07-11 11:09:19 -07:00 |
|
Armon Dadgar
|
cfc7b69bb1
|
terraform: Test provisioner apply
|
2014-07-10 11:38:56 -07:00 |
|
Armon Dadgar
|
03a20f072e
|
terraform: Test Validation of provisioners
|
2014-07-10 11:38:56 -07:00 |
|
Armon Dadgar
|
e8245f1a67
|
terraform: Testing graph construction with provisioners
|
2014-07-10 11:38:56 -07:00 |
|
Mitchell Hashimoto
|
eda3cb009c
|
terraform: make sure the "id" attribute is in the state
|
2014-07-08 17:15:41 -07:00 |
|
Mitchell Hashimoto
|
251790f05a
|
terraform: add ID to diff implicitly
|
2014-07-08 16:58:31 -07:00 |
|
Armon Dadgar
|
8f4cd641df
|
terraform: minimal apply test case
|
2014-07-08 16:12:30 -07:00 |
|
Mitchell Hashimoto
|
b0a83adea4
|
terraform: manually interpolate variables in walker functions
This avoids issues where we were interpolating when we didn't need to
|
2014-07-07 16:56:23 -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
|
177f8c094d
|
helper/diff: add ID to diff
|
2014-07-07 14:57:41 -07:00 |
|
Mitchell Hashimoto
|
cc0c32d5ca
|
terraform: test for single index access of counts
|
2014-07-06 14:09:44 -07:00 |
|
Mitchell Hashimoto
|
a01d979c1b
|
terraform: outputs work with multi-variables
|
2014-07-05 10:48:47 -07:00 |
|
Mitchell Hashimoto
|
4b5f5aec65
|
terraform: outputs are computed for the state
|
2014-07-04 15:36:28 -07:00 |
|
Mitchell Hashimoto
|
3b3c9e140a
|
terraform: tests for increasing count from 1 to > 1
|
2014-07-03 21:47:07 -07:00 |
|
Mitchell Hashimoto
|
c5a0b9cb40
|
terraform: test case for decreasing the count
|
2014-07-03 21:42:18 -07:00 |
|
Mitchell Hashimoto
|
a616218d13
|
terraform: planning and applying multi-count resources tests
|
2014-07-03 21:24:17 -07:00 |
|
Mitchell Hashimoto
|
e7b7644cbf
|
terraform: turn multi-counts into multiple nodes
|
2014-07-03 20:42:29 -07:00 |
|
Mitchell Hashimoto
|
ed57fe7083
|
terraform: ValidateResource is called
|
2014-07-03 12:30:51 -07:00 |
|
Mitchell Hashimoto
|
6508edaba9
|
terraform: Context.Validate checks ProviderConfig Validate
|
2014-07-03 12:17:56 -07:00 |
|
Mitchell Hashimoto
|
947fa4e669
|
terraform: Context introduction
|
2014-07-03 10:14:17 -07:00 |
|
Mitchell Hashimoto
|
c8c7d6baa3
|
terraform: add some semantic check functions
|
2014-07-02 20:47:10 -07:00 |
|
Mitchell Hashimoto
|
8625e8c2ac
|
terraform: tests for Apply in areas of errors
|
2014-07-02 17:26:39 -07:00 |
|
Mitchell Hashimoto
|
733752122a
|
terraform: stopHook and tests
|
2014-07-02 16:16:38 -07:00 |
|
Mitchell Hashimoto
|
d026d4207e
|
terraform: apply diff before apply
|
2014-06-30 19:29:07 -07:00 |
|
Mitchell Hashimoto
|
2d72164c6a
|
terraform: graph can add "destroy" nodes
|
2014-06-30 19:10:44 -07:00 |
|