Mitchell Hashimoto
bf43cabcc2
website: document format
2015-03-02 10:27:58 -08:00
Mitchell Hashimoto
b39ddc7d47
config: add format function
2015-03-02 10:26:06 -08:00
Mitchell Hashimoto
1c2d19dc00
providers/google: set only top-level configs for lists [GH-929]
2015-03-02 10:00:24 -08:00
Mitchell Hashimoto
54b5349d26
update CHANGELOG
2015-03-02 09:48:43 -08:00
Mitchell Hashimoto
76e3cfcf31
Merge pull request #1094 from hashicorp/f-gsub
...
config: add "replace" function [GH-1029]
2015-03-02 09:47:44 -08:00
Clint Shryock
6eea5dcec8
rename structure tests to be more idiomatic
2015-03-02 11:47:06 -06:00
Mitchell Hashimoto
63ee4c83ab
config: only regexp if at least two characters in replace search
2015-03-02 09:46:46 -08:00
Mitchell Hashimoto
754b69219b
update CHANGELOG
2015-03-02 09:45:38 -08:00
Mitchell Hashimoto
5895494897
config: test bad regexp for replace
2015-03-02 09:44:45 -08:00
Mitchell Hashimoto
50da2bd0a5
Merge pull request #1093 from hashicorp/f-autoload-tfvars-json
...
command: autoload terraform.tfvars.json as well [GH-1030]
2015-03-02 09:42:43 -08:00
Mitchell Hashimoto
68e4d346be
website: doc replace
2015-03-02 09:40:24 -08:00
Mitchell Hashimoto
2f33a24385
config: add replace function
2015-03-02 09:37:40 -08:00
Paul Hinze
2450b03bc6
Merge pull request #1041 from aianchici/master
...
adding storage_encrypted as an optional parameter
2015-03-02 11:33:52 -06:00
Mitchell Hashimoto
71315076c3
command: autoload terraform.tfvars.json as well [GH-1030]
2015-03-02 09:22:28 -08:00
Clint Shryock
af57b3db69
provider/aws: Special case us-east-1 for S3 bucket creation.
2015-03-02 11:13:19 -06:00
Mitchell Hashimoto
8e76a02a56
command: disable backup with "-" [GH-1072]
...
/cc @phinze
2015-03-02 09:11:49 -08:00
Mitchell Hashimoto
80c129a961
terraform: style, multiline a long line
2015-03-02 08:41:09 -08:00
Mitchell Hashimoto
9e05badb09
update CHANGELOG
2015-03-02 08:34:45 -08:00
Mitchell Hashimoto
4894080d87
Merge pull request #1086 from hashicorp/b-pph
...
terraform: catch scenario where both "foo" and "foo.0" are in state
2015-03-02 08:34:05 -08:00
Mitchell Hashimoto
58cc129caa
Merge pull request #1081 from hashicorp/f-trans-reduct
...
Perform Transitive Reduction on Graph
2015-03-02 08:33:03 -08:00
Clint Shryock
2b3bcd5c27
add simple test for expandInstanceString
2015-03-02 10:00:45 -06:00
Clint Shryock
da55f9bf85
provider/aws: Convert AWS ELB to aws-sdk-go
2015-03-02 09:44:06 -06:00
Paul Hinze
cd47f00b91
Merge pull request #1089 from TimeInc/fix-broken-token
...
Bugfix: Save token that came from goamz + use it in go-sdk-aws
2015-03-02 09:29:13 -06:00
Radek Simko
503ffbd3be
Save token that came from goamz + use it in go-sdk-aws
2015-03-02 11:16:06 +00:00
Rahul Menon
89d01b49ab
Refactor with Acceptance Tests
2015-03-02 14:21:13 +05:30
Mitchell Hashimoto
11d073f7d4
terraform: test the increase from one case
2015-03-01 21:39:48 -08:00
Mitchell Hashimoto
2389251c38
terraform: catch scenario where both "foo" and "foo.0" are in state
2015-03-01 21:28:41 -08:00
Mitchell Hashimoto
a0b9dc32c8
update CHANGELOG
2015-02-27 22:55:37 -08:00
Mitchell Hashimoto
f4de5732b4
Merge pull request #1082 from hashicorp/b-computed-set-substring
...
config: if any interpolated var is computed, the entire interpolation is computed
2015-02-27 22:54:40 -08:00
Mitchell Hashimoto
5e25dc54a7
config: if any var is computed, the entire interpolation is computed
2015-02-27 22:47:43 -08:00
Mitchell Hashimoto
2feaebdca5
config: substring containing computed value replaces element
2015-02-27 21:51:14 -08:00
Mitchell Hashimoto
865de51816
dag: do a DFS for each vertex
2015-02-27 19:37:59 -08:00
Mitchell Hashimoto
9eb7ebbddd
terraform: do the transitive reduction as part of the graph builder
2015-02-27 19:23:20 -08:00
Mitchell Hashimoto
903e49162d
terraform: add TransitiveReductionTransformer
2015-02-27 19:18:04 -08:00
Mitchell Hashimoto
ed2075e384
dag: TransitiveReduction
2015-02-27 19:12:19 -08:00
Alex Ianchici
916c64b166
adding storage_encrypted as an optional boolean parameter to support encryption at rest in AWS
2015-02-27 14:29:24 -08:00
Mitchell Hashimoto
abd68c2c87
update cHANGELOG
2015-02-27 13:45:59 -08:00
Mitchell Hashimoto
d01c764966
Merge pull request #1068 from hashicorp/f-lang-math
...
Add math support to embedded interpolation language
2015-02-27 13:44:57 -08:00
Tomas Doran
09f5935993
Allow launch configuration names to be computed
...
This allows you to set lifecycle create_before_destroy = true
and fixes #532 as then we'll make a new launch config, change
the launch config on the ASG, and *then* delete the old launch
config.
Also tried adding tests which unfortunately don't seem to fail...
2015-02-27 10:51:33 -08:00
Jack Pearkes
f680e9a0f8
Update CHANGELOG.md
2015-02-27 09:38:44 -08:00
Jack Pearkes
6f27f90ae1
providers/aws: increase db instance wait times
2015-02-27 09:38:07 -08:00
Jack Pearkes
053a7c0a8b
Merge pull request #1052 from TimeInc/hct-bugfix
...
Bug: Prevent empty string to be used as default health_check_type
2015-02-27 09:33:46 -08:00
Clint
1f7e71b7f6
Merge pull request #1075 from hashicorp/aws-go-remove-goamz-rds
...
provider/aws: Remove goamz/rds, only use aws-sdk-go for RDS
2015-02-27 10:57:58 -06:00
Clint
0adb052c11
provider/aws: Remove goamz/rds
...
consolidates the conversion of AWS RDS to aws-sdk-go
2015-02-27 10:54:37 -06:00
Clint
a222eb183b
Merge pull request #1067 from hashicorp/aws-go-db-subnet
...
provider/aws: convert aws rds subnet to aws-sdk-go
2015-02-27 10:50:21 -06:00
Clint Shryock
b5590c6247
provider/aws: convert aws rds subnet to aws-sdk-go
2015-02-27 09:56:38 -06:00
Clint
c44d0e6301
Merge pull request #1064 from hashicorp/aws-go-db-security-group
...
provider/aws: Convert AWS DB Security Group to aws-sdk-go
2015-02-27 08:49:48 -06:00
Pablo Lalloni
ac58a450ba
Add DigitalOcean SSH Key resource
2015-02-27 08:40:11 -03:00
Mitchell Hashimoto
c287cc6d65
update cHANGELOG
2015-02-26 23:56:12 -08:00
Mitchell Hashimoto
ac6efa5e57
Merge pull request #1065 from hashicorp/f-taint
...
Add "taint" command
2015-02-26 23:55:20 -08:00