Mitchell Hashimoto
989b84bc1f
Merge pull request #100 from aussielunix/zipfilename
...
scripts: include 'terraform' in published package name
2014-08-05 10:35:44 -07:00
Mitchell Hashimoto
8c7b80d172
Merge pull request #61 from carlosdp/fix-maps-race
...
Fix maps iteration order error in append_test, merge_test, and graphviz_test
2014-08-05 10:34:09 -07:00
Mitchell Hashimoto
fac3f8defc
Revert "Merge pull request #121 from JasonGiedymin/master"
...
This reverts commit d3819e3209
, reversing
changes made to ea4210b206
.
2014-08-05 10:33:17 -07:00
Mitchell Hashimoto
d3819e3209
Merge pull request #121 from JasonGiedymin/master
...
digraph: fix graphviz_test with test table
2014-08-05 10:31:11 -07:00
Mitchell Hashimoto
ea4210b206
Update CHANGELOG
2014-08-05 10:29:01 -07:00
Mitchell Hashimoto
742e33c672
config: accept file("test.txt") [GH-145]
2014-08-05 10:28:20 -07:00
Mitchell Hashimoto
40bd1580e4
Travis file should be unix line endings
2014-08-05 10:16:53 -07:00
Mitchell Hashimoto
9105ec8cc9
Travis
2014-08-05 10:16:27 -07:00
Mitchell Hashimoto
c671e79904
fmt
2014-08-05 10:12:50 -07:00
Mitchell Hashimoto
87f4b49f85
terraform: multi-variables work with count = 1 [GH-115]
2014-08-05 10:12:35 -07:00
Mitchell Hashimoto
b19a976696
config: additional tests for sanity
2014-08-05 10:11:56 -07:00
Mitchell Hashimoto
a74775d077
helper/ssh: error if private key on SSH [GH-73]
2014-08-05 09:53:02 -07:00
Mitchell Hashimoto
642fed0356
command: terraform.tfvars loaded by default if it exists
2014-08-05 09:32:01 -07:00
Jack Pearkes
2ba5a6064d
Merge pull request #144 from hectcastro/valid_aws_security_group_example
...
Add required description attribute to aws_security_group example
2014-08-04 10:43:52 -04:00
Hector Castro
1420e261d7
Add required description attribute to aws_security_group example.
2014-08-02 22:41:00 -04:00
Jack Pearkes
cc31db0389
Merge pull request #142 from hectcastro/missing_db_endpoint_port
...
Fix output of aws_db_instance port via endpoint
2014-08-01 17:22:19 -04:00
Hector Castro
f869a077a2
Fix output of aws_db_instance port via endpoint
...
When trying to output the `endpoint` attribute of an `aws_db_instance`,
the port was not being emitted properly. Converting the port number from
an integer to a string has resolved the issue.
2014-08-01 17:13:26 -04:00
Jack Pearkes
b2cff86dbc
Merge pull request #137 from hectcastro/final_snapshot_identifier
...
Add documentation for aws_db_instance/final_snapshot_identifer
2014-08-01 13:29:24 -04:00
Hector Castro
733f10d7b9
Add documentation for aws_db_instance/final_snapshot_identifer.
2014-08-01 11:34:46 -04:00
Jack Pearkes
61122beec4
providers/digitalocean: fix comment
2014-08-01 11:05:32 -04:00
Jack Pearkes
d9bfe1c2fe
providers/digitalocean: only save private ip address if private
2014-08-01 10:12:29 -04:00
Jack Pearkes
2fe6f2e2b1
providers/digitalocean: restart droplet in failed resize
2014-08-01 10:10:52 -04:00
Jack Pearkes
8679ae6a2f
Merge pull request #132 from jlund/typo
...
Fix a minor typo in the README.
2014-07-31 21:13:19 -04:00
Joshua Lund
696fc7c04e
Fix a minor typo in the README.
2014-07-31 19:09:04 -06:00
Jack Pearkes
c6741cf1b5
providers/aws: add tests for instance availability zone
...
cc/ @dcosson here we go!
2014-07-31 20:35:31 -04:00
Jack Pearkes
e305d23591
update changelog
2014-07-31 16:13:33 -04:00
Jack Pearkes
aa94e0c41a
Merge pull request #129 from dcosson/aws_availability_zone
...
Allow specifying the AWS availability zone on creation
2014-07-31 15:28:34 -04:00
Jack Pearkes
6ffd193dab
update changelog
2014-07-31 15:22:14 -04:00
Jack Pearkes
7387dd4311
makefile: increase acceptance test timeout
2014-07-31 15:22:14 -04:00
Jack Pearkes
e07dc8891d
providers/aws: db instance wait for destroy, allow destroy config
2014-07-31 15:22:14 -04:00
Jack Pearkes
dec733f7ed
Merge pull request #128 from nrempel/patch-1
...
Fix example digital ocean image name
2014-07-31 13:57:55 -04:00
Danny Cosson
e838624468
Allow specifying the AWS availability zone on creation
2014-07-31 13:52:03 -04:00
Nicholas Rempel
41d03fac3f
Fix example digital ocean image name
2014-07-31 10:48:31 -07:00
Jack Pearkes
887ee10f77
providers/cloudflare: add bins
...
close #126
2014-07-31 09:52:48 -04:00
Jack Pearkes
0ca0b8dd62
providers/aws: remove password from resource diff to not trigger changes
...
cc/ @mitchellh
This one caught me a bit, and I'm not sure if there's another AttrType
that could be useful here – perhaps a AttrTypeHidden or something? I
don't know...this feels sloppy to have in the diff func.
2014-07-31 09:39:19 -04:00
Jack Pearkes
9a2685cf13
providers/aws: db instances now depend on db security groups
2014-07-31 09:28:25 -04:00
Jack Pearkes
9c02e41e73
website: document security group description requirement
2014-07-30 17:59:09 -04:00
Jack Pearkes
4a0ea48814
website: make ssh_key configuration for droplet clearer
2014-07-30 17:50:29 -04:00
Jack Pearkes
d73c295454
update changelog
2014-07-30 17:17:47 -04:00
Jack Pearkes
bc79f15db3
providers/aws: require description in security groups. fixes #123
2014-07-30 17:15:51 -04:00
Jason Giedymin
c1ba945c7c
Fix graphviz_test with test table
...
The tests were explicitly checking order where the underlying implementation is `map[string]*BasicNode`. This PR addresses the order which is not known and within the test I create a test table to allow multiple tests (2 in this PR rather than 1).
2014-07-30 13:24:59 -04:00
Jack Pearkes
d8dec878da
update changelog
2014-07-30 12:50:21 -04:00
Jack Pearkes
60ed50b4b6
providers/aws: allow "modifying" as pending state for db instances
...
fixes #119
2014-07-30 11:58:11 -04:00
Jack Pearkes
77625c6ca9
Merge pull request #118 from johnwards/fix/rds_engine_version
...
Stop passing engine into EngineVersion
2014-07-30 11:46:46 -04:00
John Wards
7493ee31cb
Stop passing engine into EngineVersion
...
Fixes #95
2014-07-30 16:44:02 +01:00
Jack Pearkes
efc6f7b987
Merge pull request #110 from pokle/master
...
Fixed example
2014-07-30 10:19:57 -04:00
Jack Pearkes
7adc6162d8
providers/aws: add test for health check, save health check state
...
cc/ @vertis
I added an acceptance test here, as well as making it so we
saved the health check state on update_state.
2014-07-30 10:15:22 -04:00
Jack Pearkes
c2f718d33f
Merge pull request #109 from vertis/add_health_check_to_aws_elb
...
Add health_check to aws_elb resource
2014-07-30 09:30:33 -04:00
Luke Chadwick
dcd6449245
Add documentation for elb health_check
2014-07-30 22:14:18 +10:00
Tushar Pokle
7ff36710a6
Fixed example
...
The cat should actually be an echo if you want to write the IP address to a file
2014-07-30 21:56:02 +10:00