Clint Shryock
561e92e65d
provider/aws: Convert db security group test
2015-02-26 15:36:38 -06:00
Clint Shryock
ac8da7a988
provider/aws: Convert AWS DB Security Group to aws-sdk-go
...
Part 1: converting the test next
2015-02-26 15:08:39 -06:00
Clint Shryock
bd2791824f
Update ingress signature
2015-02-26 11:03:56 -06:00
Clint
8c49955fff
Merge pull request #1060 from hashicorp/aws-go-db-parameter-group
...
provider/aws: Convert RDS DB Parameter group to aws-sdk-go
2015-02-26 09:49:24 -06:00
Clint Shryock
242cdc7a29
provider/aws: Convert RDS DB Parameter group to aws-sdk-go
2015-02-26 09:33:33 -06:00
Clint
c52ee17e77
Merge pull request #1053 from hashicorp/hashicorp-aws-sdk
...
provider/aws: Swap awslabs/aws-sdk-go for hashicorp fork
2015-02-26 08:36:16 -06:00
Jack Pearkes
f2e92cfeab
providers/digitalocean: increase timeout for droplet wait to 60 mins
...
fixes #325
2015-02-25 16:08:35 -08:00
Jack Pearkes
0ee4e2b46c
providers/dme: rename dnsmadeeasy package to dme
...
This package rename just makes one consistent name across the docs,
packages, and dirs.
cc/ @soniah
2015-02-25 15:54:22 -08:00
Jack Pearkes
777d270f20
update changelog
2015-02-25 14:46:40 -08:00
Jack Pearkes
44f20cad6b
dnsmadeeasy: re-organize the bins
...
cc/ @soniah
2015-02-25 14:45:11 -08:00
Jack Pearkes
dfaa428728
Merge pull request #855 from soniah/dme
...
dme - DNSMadeEasy Provider
2015-02-25 14:38:38 -08:00
Clint Shryock
f3ba181861
Swap awslabs/aws-sdk-go for hashicorp fork
...
A temporary change to prevent upstream break while awslabs continues to
refactor.
2015-02-25 15:29:11 -06:00
Clint
06136bd29e
Merge pull request #1043 from hashicorp/aws-go-rds-instance
...
provider/aws: Convert AWS DB Instance to awslabs/aws-sdk-go
2015-02-25 14:13:37 -06:00
Clint Shryock
31236b8f9e
Fix zero case
2015-02-25 11:05:14 -06:00
Clint Shryock
5252623656
provider/aws: Remove sentinel value default for RDS instance; default 1 to match API
2015-02-25 10:44:10 -06:00
Clint Shryock
bb94eaa50d
provider/aws: Fix issue with AWS RDS DB instance which prevented disabling backups
2015-02-25 09:41:05 -06:00
Clint Shryock
5bbb83905e
Merge branch 'master' into aws-go-rds-instance
...
* master:
terraform: destroy node should not create
2015-02-25 09:21:28 -06:00
Mitchell Hashimoto
fc84b3a788
Merge pull request #1046 from hashicorp/b-destroy-not-create
...
terraform: destroy node should not create
2015-02-24 22:54:17 -08:00
Mitchell Hashimoto
6affc57b2d
terraform: destroy node should not create
2015-02-24 22:45:47 -08:00
Clint Shryock
4064d29050
Merge branch 'master' into aws-go-rds-instance
...
* master:
providers/aws: Convert Launch Configurations to awslabs/aws-sdk-go
update CHANGELOG
terraform: test post state update is called
command: StateHook for continous state updates
terraform: more state tests, fix a bug
state: deep copies are required
terraform: make DeepCopy public
state/remote: increment serial properly
state: only change serial if changed
terraform: call the EvalUpdateStateHook strategically
terraform: PostStateUpdate hook and EvalUpdateStateHook
2015-02-24 21:43:03 -06:00
Clint
53a75f63ba
Merge pull request #1026 from hashicorp/aws-go-launch-configurations
...
providers/aws: Convert Launch Configurations to awslabs/aws-sdk-go
2015-02-24 21:41:36 -06:00
Clint Shryock
92bf85925b
providers/aws: Convert Launch Configurations to awslabs/aws-sdk-go
2015-02-24 21:02:01 -06:00
Mitchell Hashimoto
2286fc5f20
update CHANGELOG
2015-02-24 17:36:15 -08:00
Mitchell Hashimoto
1fcbfcd19d
Merge pull request #1037 from hashicorp/f-continuous-state
...
Continuous state persistance
2015-02-24 17:34:19 -08:00
Mitchell Hashimoto
42eed99899
Merge pull request #1036 from hashicorp/b-serial-on-change
...
Only increment serial on state change
2015-02-24 17:34:10 -08:00
Clint Shryock
d79b0d7fd1
provider/aws: Convert AWS DB Instance over to awslabs/aws-sdk-go
...
- Remove check on password for AWS RDS Instance
- Update documentation on AWS RDS Instance regarding DB Security Groups
- Change error handling to check error code from AWS API [ci skip]
2015-02-24 16:51:47 -06:00
Paul Hinze
39e8f15752
Merge pull request #1024 from sparkprime/fix_network_interface
...
Fix network interface
2015-02-24 13:17:51 -06:00
Mitchell Hashimoto
ac167c3082
terraform: test post state update is called
2015-02-23 22:10:31 -08:00
Mitchell Hashimoto
95cf69aa32
command: StateHook for continous state updates
2015-02-23 21:57:17 -08:00
Mitchell Hashimoto
57f7507ebd
terraform: more state tests, fix a bug
2015-02-23 21:43:54 -08:00
Mitchell Hashimoto
cc8e6b6331
state: deep copies are required
2015-02-23 21:36:58 -08:00
Mitchell Hashimoto
f3af221866
terraform: make DeepCopy public
2015-02-23 21:32:27 -08:00
Mitchell Hashimoto
ed6128aa6e
state/remote: increment serial properly
2015-02-23 21:30:59 -08:00
Mitchell Hashimoto
c2bf600603
state: only change serial if changed
2015-02-23 21:26:33 -08:00
Mitchell Hashimoto
821536b1e9
terraform: call the EvalUpdateStateHook strategically
2015-02-23 19:14:16 -08:00
Mitchell Hashimoto
429711b938
terraform: PostStateUpdate hook and EvalUpdateStateHook
2015-02-23 19:09:48 -08:00
Mitchell Hashimoto
bfe0edef51
state/remote: passing Atlas state test
2015-02-23 17:56:29 -08:00
Mitchell Hashimoto
aaf182a4a7
state/remote: nitpick some style
2015-02-23 15:34:09 -08:00
Mitchell Hashimoto
cab2e408d2
config/module: retry bitbucket test a few times [GH-1027]
2015-02-23 15:24:24 -08:00
Mitchell Hashimoto
6e5f60c48a
update CHANGELOG
2015-02-23 15:20:46 -08:00
Mitchell Hashimoto
3f9dafc5f6
Merge pull request #1033 from hashicorp/f-self
...
core: Self Variables
2015-02-23 15:19:48 -08:00
Mitchell Hashimoto
41750dfa05
Merge pull request #1028 from hashicorp/f-continuous-state
...
core: state management refactor to prepare for continuous state
2015-02-23 15:14:25 -08:00
Mitchell Hashimoto
a655c1619a
command: update help text
2015-02-23 15:13:56 -08:00
Mitchell Hashimoto
0299e60e83
command/init: -backend-config
2015-02-23 15:13:56 -08:00
Mitchell Hashimoto
abb523cc78
remote: delete package
2015-02-23 15:13:56 -08:00
Mitchell Hashimoto
84a0e512d3
command/remote: general `-config` flag
2015-02-23 15:13:56 -08:00
Mitchell Hashimoto
4d126998b5
state/remote: atlas
2015-02-23 15:13:56 -08:00
Mitchell Hashimoto
189e7e700a
command: remove remote package
2015-02-23 15:13:55 -08:00
Mitchell Hashimoto
2c2b560d7f
command/remote: no more remote package
2015-02-23 15:13:55 -08:00
Mitchell Hashimoto
3bf59183b8
state: InmemState
2015-02-23 15:13:55 -08:00