Jack Pearkes
|
ee24fce321
|
Merge pull request #285 from hden/263
add MapPublicIpOnLaunch
|
2014-09-16 09:56:40 -04:00 |
Jack Pearkes
|
2a893294e3
|
Merge pull request #296 from jmartelletti/master
Documentation fixes
|
2014-09-16 09:55:22 -04:00 |
Jack Pearkes
|
284cf57386
|
website: fix typo
|
2014-09-16 09:54:53 -04:00 |
Jack Pearkes
|
f16485664d
|
website: document db_subnet_group
cc/ @buth
|
2014-09-16 09:53:41 -04:00 |
Jack Pearkes
|
dd434fb71b
|
providers/aws: add description to test
cc/ @buth
Looks like the schema was correctly defining description as required,
added it to the tests and it's passing now.
|
2014-09-16 09:44:32 -04:00 |
Jack Pearkes
|
f28c3d50df
|
Merge pull request #295 from buth/awsdbsubnets
AWS DB Subnet Group resource and testing
|
2014-09-16 09:41:16 -04:00 |
James Martelletti
|
1f08ddf27d
|
Change to valid CIDR address
|
2014-09-16 21:41:10 +10:00 |
James Martelletti
|
a8947b17cd
|
Provide all required parameters in example
|
2014-09-16 21:40:46 +10:00 |
James Martelletti
|
78e072e0b6
|
source_dest_check defaults to true in the code
|
2014-09-16 21:40:16 +10:00 |
Eric Buth
|
4cd11e4091
|
AWS DB Subnet Group resource and testing
|
2014-09-15 14:58:04 -04:00 |
Armon Dadgar
|
7d1d9bab79
|
Merge pull request #292 from mleventi/patch-1
Update provider.html.md
|
2014-09-15 11:13:33 -07:00 |
Matthew Leventi
|
ab311e8401
|
Update provider.html.md
Fix typo
|
2014-09-13 21:58:54 -07:00 |
Mitchell Hashimoto
|
cf6ff450c0
|
Merge pull request #291 from ivuk/vagrantfile-changes
Vagrantfile changes
|
2014-09-13 16:40:19 -07:00 |
Igor Vuk
|
434498a04a
|
Consistent ordering of arguments for apt-get commands
|
2014-09-14 01:31:36 +02:00 |
Igor Vuk
|
27c08145bf
|
Drop the SRCROOT variable
|
2014-09-14 01:10:50 +02:00 |
Igor Vuk
|
9b86b0303c
|
Update comment, build Go if cd succeeds
|
2014-09-14 00:56:31 +02:00 |
Igor Vuk
|
0dfe5fd853
|
Unify GOPATH capitalization, delete empty line
|
2014-09-14 00:51:50 +02:00 |
Igor Vuk
|
1a782d27f7
|
Drop the execute permissions
|
2014-09-14 00:46:29 +02:00 |
Igor Vuk
|
e0f0174300
|
Write directly to /etc/profile.d/gopath.sh instead of /tmp
|
2014-09-14 00:35:54 +02:00 |
Igor Vuk
|
60ec8ad96a
|
Make apt-get silent
|
2014-09-14 00:15:54 +02:00 |
Igor Vuk
|
0a91741cc8
|
Also install pkg-config and libpcre3-dev so Go does not complain
|
2014-09-14 00:03:51 +02:00 |
Igor Vuk
|
4da12f7969
|
Install all required packages at once
|
2014-09-13 23:45:24 +02:00 |
Igor Vuk
|
6a889f09b4
|
Drop the extra sudo calls
|
2014-09-13 23:36:32 +02:00 |
Jack Pearkes
|
38c633871f
|
Delete Godeps
We don't need this anymore. Can you confirm @mitchellh?
|
2014-09-11 09:52:10 -04:00 |
Hao-kang Den
|
d9665bad4e
|
add MapPublicIpOnLaunch
|
2014-09-10 13:13:16 +08:00 |
Mitchell Hashimoto
|
2317f7ea9b
|
providers/aws: proper DefaultFunc to return nil if no env
|
2014-09-09 21:46:50 -07:00 |
Mitchell Hashimoto
|
281b59533d
|
fmt
|
2014-09-09 21:44:40 -07:00 |
Mitchell Hashimoto
|
6a275d7bd0
|
providers/aws: convert validation to helper/schema
|
2014-09-09 21:44:31 -07:00 |
Mitchell Hashimoto
|
0250c17d6e
|
helper/schema: DefaultFunc for dynamic defaults
/cc @c4milo - This might be useful to you as well.
|
2014-09-09 21:33:08 -07:00 |
Mitchell Hashimoto
|
e8d09da6fa
|
Update CHANGELOG
|
2014-09-09 21:18:02 -07:00 |
Mitchell Hashimoto
|
5919637456
|
helper/schema: Defaults [GH-245]
|
2014-09-09 21:17:29 -07:00 |
Mitchell Hashimoto
|
397cf82c96
|
depgraph: Walk finishes all non-dependent trees
|
2014-09-09 17:51:25 -07:00 |
Mitchell Hashimoto
|
9573d1bfec
|
terraform: test to make sure nil in RawConfig is okay
|
2014-09-09 17:41:05 -07:00 |
Mitchell Hashimoto
|
a53faa2fff
|
terraform: validate providers even without config block [GH-284]
|
2014-09-09 17:38:30 -07:00 |
Mitchell Hashimoto
|
267a125a07
|
Up version for dev
|
2014-09-09 15:29:54 -07:00 |
Mitchell Hashimoto
|
c812ed41fd
|
v0.2.2
|
2014-09-09 14:43:36 -07:00 |
Mitchell Hashimoto
|
1b89e08b0d
|
Update to 12.04 in vagrantfile for building
|
2014-09-09 14:43:13 -07:00 |
Mitchell Hashimoto
|
c724f161c5
|
config: parse multi-args in interpolations [GH-282]
|
2014-09-09 14:39:32 -07:00 |
Mitchell Hashimoto
|
21472e98b8
|
config: unit tests for lexer
|
2014-09-09 14:34:03 -07:00 |
Mitchell Hashimoto
|
7cdfc33b3f
|
Merge pull request #283 from polynomial/master
website: small typo
|
2014-09-09 14:30:10 -07:00 |
Ben Smith
|
597a3bfddd
|
small typo
|
2014-09-09 14:29:05 -07:00 |
Mitchell Hashimoto
|
ffcacca191
|
config: don't crash when there is an error parsing interpolation
[GH-282]
|
2014-09-09 14:28:32 -07:00 |
Mitchell Hashimoto
|
62e2743dcc
|
providers/aws: retry delete of eip [GH-276]
|
2014-09-09 14:18:53 -07:00 |
Mitchell Hashimoto
|
57f287c06d
|
providers/aws: check for non-exist on refresh
|
2014-09-09 14:15:33 -07:00 |
Mitchell Hashimoto
|
a5b85dd788
|
providers/aws: check if instance is set on eip
|
2014-09-09 14:15:08 -07:00 |
Mitchell Hashimoto
|
a5c884f5aa
|
fmt
|
2014-09-09 13:43:03 -07:00 |
Mitchell Hashimoto
|
ad7d1c056b
|
Update CHANGELOG
|
2014-09-09 13:42:56 -07:00 |
Mitchell Hashimoto
|
78672ead21
|
providers/digitalocean: convert domain to helper/schema [GH-187]
|
2014-09-09 13:42:06 -07:00 |
Mitchell Hashimoto
|
228fd035ba
|
providers/digitalocean: handle when resource deleted manually [GH-279]
|
2014-09-09 13:36:47 -07:00 |
Mitchell Hashimoto
|
a9c8ccb29b
|
Merge pull request #281 from hashicorp/f-do-schema
Convert DO to partial-helper.Schema
|
2014-09-09 13:33:38 -07:00 |