Paul Hinze
7c7dc8a4cd
Update CHANGELOG.md
2015-06-03 14:20:11 -05:00
Paul Hinze
328db1c418
Merge pull request #2215 from hashicorp/b-route-cidr-block-optional
...
provider/aws: fix panic when route has no cidr_block
2015-06-03 14:19:22 -05:00
Paul Hinze
1caef3031b
provider/aws: fix panic when route has no cidr_block
...
While cidr_block is required for static route creation, there are
apparently cases (involving some combination of VPNs, Customer Gateways,
and automatic route propogation) where the cidr_block can come back nil.
This means we cannot assume it's there in the set hash calculation.
2015-06-03 13:43:05 -05:00
Paul Hinze
300839d9d6
Merge pull request #2216 from hashicorp/b-awslabs-to-aws
...
provider/aws: handle upstream aws-sdk-go repo move
2015-06-03 13:42:27 -05:00
Paul Hinze
b71fa3d0ae
provider/aws: handle upstream aws-sdk-go repo move
...
`awslabs/aws-sdk-go => aws/aws-sdk-go`
Congrats to upstream on the promotion. :)
2015-06-03 13:36:57 -05:00
Jacques Lemieux
1d9df96fc1
typo
2015-06-03 11:25:07 -07:00
benjvi
bfcf5cd3d1
Cloudstack - allow OVA template upload
2015-06-03 16:46:56 +01:00
Paul Hinze
f1439e6118
Merge pull request #2204 from thorduri/docfix
...
Fixup aws_security_group doc example.
2015-06-03 09:28:59 -05:00
Paul Hinze
e5150148ad
Update CHANGELOG.md
2015-06-03 09:25:11 -05:00
Paul Hinze
aa39dc71de
command/output: fix error msg typo
2015-06-03 09:24:20 -05:00
Paul Hinze
e91705ac96
Merge pull request #2102 from Fodoj/add-module-outputs
...
Add module outputs
2015-06-03 09:23:43 -05:00
Paul Hinze
61c6817df6
Update README.md
2015-06-03 08:57:55 -05:00
Clint
926ff2ba10
Merge pull request #2207 from hashicorp/f-aws-fix-maps
...
provider/aws: Update SQS/SNS to work with upstream changes
2015-06-03 08:56:36 -05:00
Paul Hinze
07d10ca7cc
Merge pull request #2163 from sathiyas/examples-README-update
...
Examples readme update
2015-06-03 08:56:15 -05:00
Clint Shryock
de141fe1cc
provider/aws: Updates to SNS / SQS resources after upstream change
2015-06-03 08:46:03 -05:00
Clint Shryock
78e7519efa
Updates from go generate
2015-06-03 08:37:57 -05:00
Sander van Harmelen
7d1d7e188e
Merge pull request #2205 from benjvi/sshkey-docs
...
Update docs for Cloudstack with SSH keypair and timeout
2015-06-03 14:59:29 +02:00
Sander van Harmelen
4f6e610ff9
Improve the decoding logic to prevent parameter not found errors
...
We need to decode both the Raw config and the parsed Config to make
sure all set keys are visible. Otherwise keys that will need to be
interpolated later, will be missing causing the validation to fail.
2015-06-03 14:45:30 +02:00
Benjamin Vickers
e0b9961d93
Update docs for Cloudstack with SSH keypair and timeout
2015-06-03 12:45:46 +01:00
Thordur Bjornsson
f3a86114ae
Fixup aws_security_group doc example.
...
Both to_ and from_ port must be zero to use protocol -1.
2015-06-03 11:02:16 +02:00
Paul Hinze
0b2b9e844f
Update CHANGELOG.md
2015-06-02 17:23:51 -05:00
Paul Hinze
b5a23837bd
Merge pull request #2198 from hashicorp/f-keys-values
...
core: keys() and values() funcs for map variables
2015-06-02 17:23:24 -05:00
Paul Hinze
b781c6c446
core: keys() and values() funcs for map variables
...
they work on maps with both keys and values that are string types, which
AFAICT are the only types of maps we have right now.
closes #1915
2015-06-02 16:49:51 -05:00
Paul Hinze
fdd19a55ef
Update CHANGELOG.md
2015-06-02 14:35:26 -05:00
Clint
51d6592f3e
Update CHANGELOG.md
2015-06-02 14:34:09 -05:00
Clint
03514b7d5a
Update CHANGELOG.md
2015-06-02 14:31:43 -05:00
Clint
a42413fa5c
Merge pull request #2191 from hashicorp/b-aws-elasticache-subnet-updates
...
provider/aws: Allow ElastiCache Subnet Group updates
2015-06-02 14:30:37 -05:00
Sander van Harmelen
7aeaa344b0
Merge pull request #2004 from benjvi/sshkey
...
provider/cloudstack: add SSH keypair resource
2015-06-02 21:28:16 +02:00
Sander van Harmelen
31ae2482d5
Merge pull request #2053 from svanharmelen/f-provider-azure
...
WIP: Add Azure provider (peer-review PR)
2015-06-02 21:17:03 +02:00
Paul Hinze
f057d6e176
Merge pull request #2194 from jjshoe/master
...
Let people know elbs support tags
2015-06-02 14:11:31 -05:00
Sander van Harmelen
7e388bb078
Make sure we expand the homedir
...
If a tilde is used in the path, this makes sure we expand it to a full
path.
2015-06-02 21:08:14 +02:00
Joel
3939236f87
Let people know elbs support tags
2015-06-02 14:05:55 -05:00
Paul Hinze
79a18dc16b
Merge pull request #2192 from hashicorp/b-atlas-artifact-doc
...
website: atlas artifact type is amazon.ami no aws.ami
2015-06-02 12:55:05 -05:00
Jack Pearkes
50fc610604
website: atlas artifact type is amazon.ami no aws.ami
2015-06-02 13:26:28 -04:00
Benjamin vickers
5e9d385f96
Add cloudstack ssh key resource and attr for instances
2015-06-02 17:24:17 +01:00
Clint Shryock
a2717acf81
provider/aws: Allow ElastiCache Subnet Group updates
...
Adds update method for ElastiCache Subnet Groups, things are not all ForceNew
anymore.
- can update description
- can update subnet ids
2015-06-02 11:19:23 -05:00
Paul Hinze
434d0c9d86
Merge pull request #2186 from yyamano/typos
...
Fix typos in CHANGELOG.md
2015-06-02 07:19:52 -05:00
Yuji Yamano
0b11c33fd4
Fix typos.
2015-06-02 18:16:01 +09:00
Andrew Langhorn
70c90f420e
Clarify syntax for RDS maintenance window param
...
Closes #2069
2015-06-02 07:44:09 +01:00
Radek Simko
f29dbe0c87
Merge pull request #2181 from mzupan/add-elaticcache-tags
...
aws: adding tags option for aws_elasticache_cluster
2015-06-02 07:34:08 +01:00
Jacques Lemieux
6c7f632c22
added test creating instance with project id, added const in provider_test
2015-06-01 18:01:28 -07:00
Jacques Lemieux
5687045f10
added test for instance creation with project name
2015-06-01 17:56:43 -07:00
Mike Zupan
544236df94
tags lacking from docs
2015-06-01 15:05:07 -07:00
Clint Shryock
015c111a3d
provider/aws: Remove roles from profiles when trying to delete
2015-06-01 15:47:14 -05:00
Paul Hinze
b386cc7d03
Merge pull request #2176 from radeksimko/patch-1
...
docs: aws_sqs_queue - Add newline to fix Markdown
2015-06-01 15:01:01 -05:00
Radek Simko
7a5cf7e361
docs: aws_sqs_queue - Add newline to fix Markdown
2015-06-01 20:57:57 +01:00
Paul Hinze
943f7d0eaa
setup next version for dev
2015-06-01 14:20:15 -05:00
Paul Hinze
d829222796
v0.5.3
2015-06-01 14:02:38 -05:00
Paul Hinze
8da51bc582
CHANGELOG: one more missing PR from me
2015-06-01 13:16:00 -05:00
Clint Shryock
1ae613fcc7
update changelog from clint
2015-06-01 12:40:36 -05:00