Mitchell Hashimoto
|
6089e4973b
|
Merge pull request #354 from hashicorp/f-dynamic-subgraph
Count can now interpolate values
|
2014-10-02 17:34:17 -07:00 |
Mitchell Hashimoto
|
66c58788fe
|
terraform: test count = 1 variable access
|
2014-10-02 17:24:22 -07:00 |
Mitchell Hashimoto
|
221e40a3a9
|
terraform: test count == zero
|
2014-10-02 17:18:40 -07:00 |
Mitchell Hashimoto
|
e4ba737392
|
terraform: validate count is non-negative
|
2014-10-02 17:14:25 -07:00 |
Mitchell Hashimoto
|
dd14303022
|
config: validate that count is an int
|
2014-10-02 16:51:20 -07:00 |
Mitchell Hashimoto
|
581d1dee8c
|
terraform: remove jank computed check for count
|
2014-10-02 16:32:11 -07:00 |
Mitchell Hashimoto
|
5090678168
|
config: validate that only proper variables can be in the count
|
2014-10-02 16:30:46 -07:00 |
Mitchell Hashimoto
|
53d05cb81f
|
terraform: counts can't be computed
|
2014-10-02 16:21:17 -07:00 |
Mitchell Hashimoto
|
ced4125037
|
teraform: test that count can be a variable
|
2014-10-02 15:47:00 -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
|
fa05b165ad
|
config: fix gob encode/decode for raw config and keys
|
2014-10-02 13:42:36 -07:00 |
Mitchell Hashimoto
|
941e27b9f3
|
terraform: Validate expands properly
|
2014-10-02 13:24:38 -07:00 |
Mitchell Hashimoto
|
79520a19c4
|
terraform: walk the resource properly for destroy
|
2014-10-02 13:23:16 -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
|
101ac636a2
|
config: add Config method
|
2014-10-02 11:34:08 -07:00 |
Mitchell Hashimoto
|
f772c11103
|
config: validate unknown var in count
|
2014-10-02 11:18:57 -07:00 |
Mitchell Hashimoto
|
8e2315599f
|
config: Count can be a string (for interpolation)
|
2014-10-02 11:14:50 -07:00 |
Mitchell Hashimoto
|
fb1c224e12
|
terraform: expand resource nodes at walk time
|
2014-10-02 10:42:58 -07:00 |
Jack Pearkes
|
1759fdeeed
|
Merge pull request #350 from pmoust/elb_ssl_certificate_id
Add listener.ssl_certificate_id support to AWS ELB
|
2014-10-01 20:53:44 -07:00 |
Panagiotis Moustafellos
|
175b10b90e
|
Updated changelog for [GH-350] (AWS ELB listener.ssl_certificate_id)
|
2014-10-02 05:30:30 +03:00 |
Panagiotis Moustafellos
|
d01418270a
|
Add listener.ssl_certificate_id support to AWS ELB (@jpadvo [GH-176])
|
2014-10-02 05:19:36 +03: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 |
Mitchell Hashimoto
|
95f43d8230
|
command/apply: if with plan, don't ask for input [GH-346]
|
2014-10-01 08:43:00 -07:00 |
cfortier2
|
77edd9d8d8
|
add subnet_group_name for aws db instance doc
|
2014-10-01 11:42:48 -04:00 |
Mitchell Hashimoto
|
817f0d9f30
|
command: don't ask for input if terraform.tfvars file given [GH-346]
|
2014-10-01 08:37:57 -07:00 |
Mitchell Hashimoto
|
8008813671
|
Merge pull request #344 from nibalizer/comments_improve
Improve comments in log.go
|
2014-09-30 22:36:43 -07:00 |
Spencer Krum
|
60e6fb8fad
|
Improve comments in log.go
Provide some hints on what to do with the environment
variables listed in log.go
|
2014-09-30 22:33:59 -07:00 |
Mitchell Hashimoto
|
6fb5b130e1
|
Update CHANGELOG
|
2014-09-30 22:16:28 -07:00 |
Mitchell Hashimoto
|
74f0842c13
|
Merge pull request #343 from hashicorp/f-destroy
Destroy command
|
2014-09-30 22:15:45 -07:00 |
Mitchell Hashimoto
|
2131e4ffd2
|
command: fix failing tests
|
2014-09-30 22:11:55 -07:00 |
Mitchell Hashimoto
|
d4a2010983
|
website: destroy command
|
2014-09-30 22:08:32 -07:00 |
Mitchell Hashimoto
|
245c1ce05a
|
command: enable destroy
|
2014-09-30 22:01:11 -07:00 |
Mitchell Hashimoto
|
f302e7d1bb
|
main: add Destroy
|
2014-09-30 21:51:45 -07:00 |
Mitchell Hashimoto
|
ab9dd71bcb
|
command/destroy: first steps
|
2014-09-30 21:49:24 -07:00 |
Mitchell Hashimoto
|
3ae6f6ba76
|
Update CHANGELOG
|
2014-09-30 15:38:04 -07:00 |
Mitchell Hashimoto
|
3b2272c69f
|
providers/aws: read properly finds the Self
|
2014-09-30 14:26:01 -07:00 |
Mitchell Hashimoto
|
dbc890e401
|
providers/aws: add `self` to ingress [GH-219]
|
2014-09-30 14:19:16 -07:00 |
Mitchell Hashimoto
|
6e02465be7
|
providers/aws: read internal for ELB
|
2014-09-30 13:37:04 -07:00 |
Mitchell Hashimoto
|
e3c7ccb1d7
|
Update changelog
|
2014-09-30 13:30:15 -07:00 |
Mitchell Hashimoto
|
09ce13d040
|
Merge pull request #303 from buth/internalelbs
provider/aws: added missing internal ELB option
|
2014-09-30 13:29:35 -07:00 |
Mitchell Hashimoto
|
41fe8a7fa2
|
Update CHANGELOG
|
2014-09-30 13:28:45 -07:00 |
Mitchell Hashimoto
|
452cc07ce8
|
Merge pull request #307 from alekstorm/aws-db-instance-gone
providers/aws: don't error out when RDS DB instance disappears
|
2014-09-30 13:28:24 -07:00 |
Mitchell Hashimoto
|
61a4ac7938
|
Update CHANGELOG
|
2014-09-30 13:22:01 -07:00 |
Mitchell Hashimoto
|
a621525741
|
Merge pull request #317 from hashicorp/f-create-before
Adding support for `lifecycle` and `create_before_destroy`
|
2014-09-30 13:17:41 -07:00 |
Armon Dadgar
|
fc324464b8
|
website: Fixing typo
|
2014-09-30 11:41:58 -07:00 |
Mitchell Hashimoto
|
b692b9eb29
|
Merge pull request #341 from nibalizer/docs2
Docs Fixup
|
2014-09-30 11:40:44 -07:00 |
Armon Dadgar
|
1977a53574
|
terraform: Deterministric and correct ordering for deposed nodes
|
2014-09-30 11:37:49 -07:00 |
Spencer Krum
|
0f32eefb2b
|
Docs Fixup
|
2014-09-30 11:32:25 -07:00 |