Clint
4cd8147340
Merge pull request #2110 from hashicorp/f-aws-kinesis
...
provider/aws: AWS Kinesis Stream support
2015-05-29 10:37:29 -05:00
Clint
f536df7aff
Merge pull request #2128 from hashicorp/f-aws-elasticache-check-nodes
...
provider/aws: Check ElastiCache node status before returning
2015-05-29 10:20:02 -05:00
Clint Shryock
c95557af27
Check node length to match expected node count
2015-05-29 10:09:54 -05:00
Clint Shryock
9a1ae44475
provider/aws: Cleanups on Kinesis naming
2015-05-29 09:40:34 -05:00
Radek Simko
79583b937c
Merge pull request #2135 from TimeIncOSS/ebs-volume-tags
...
Add tags to EBS volumes
2015-05-29 13:35:24 +01:00
Radek Simko
01399f3240
Add tags to EBS volumes
2015-05-29 12:39:20 +01:00
Sander van Harmelen
2e1463ba0f
Merge pull request #2133 from hashicorp/b-volumn-error-params
...
go vet caught wrong number of params passed to error message
2015-05-29 10:38:20 +02:00
Sander van Harmelen
a94a48a3c7
Merge pull request #2134 from hashicorp/b-aws-autoscale-upstream-renames
...
Updated the names for autoscaling to match breaking changes in upstream
2015-05-29 10:33:22 +02:00
Chris Bednarski
3768bdeae1
Updated the names for autoscaling to match breaking changes in upstream
...
AutoScalingGroup -> Group
04d1270245
2015-05-29 00:55:59 -07:00
Chris Bednarski
caa8117a08
Merge pull request #2131 from ketzacoatl/patch-2
...
Correct to_port in egress example
2015-05-28 22:25:19 -07:00
Chris Bednarski
d9551866f4
go vet caught wrong number of params passed to error message
2015-05-28 21:21:52 -07:00
ketzacoatl
addb43deae
Correct to_port in egress example
...
When using `-1` for the protocol, both `from_port` and `to_port` must be `0`, or so says AWS thru Terraform:
```
* from_port (0) and to_port (65535) must both be 0 to use the the 'ALL' "-1" protocol!
```
2015-05-28 21:37:46 -04:00
Chris Bednarski
f7e71a21ae
Merge pull request #2129 from syohex/misspellings
...
Correct misspellings
2015-05-28 18:30:59 -07:00
Syohei YOSHIDA
4702f4e97c
Correct misspellings
2015-05-29 10:25:42 +09:00
Clint Shryock
8a4cbcb5a2
provider/aws: Check ElastiCache node status before returning
2015-05-28 17:36:21 -05:00
Clint
440537a6cf
Merge pull request #2050 from hashicorp/f-aws-volume-attachment
...
provider/aws: Add resource_aws_volume_attachment
2015-05-28 16:24:16 -05:00
Paul Hinze
5e18f4c98e
Merge pull request #2127 from gkze/master
...
Typos
2015-05-28 15:59:20 -05:00
gkze
55555a2a03
Typos
2015-05-28 13:53:05 -07:00
Clint
e794287ff5
Merge pull request #2122 from gkze/master
...
Correcting typo
2015-05-28 13:34:03 -05:00
gkze
946d7a3102
Correcting typo
2015-05-28 11:32:26 -07:00
Clint Shryock
db8805dfa5
provider/aws: Fix issue with restoring from snapshot ID
...
Fixes #1862
2015-05-28 11:25:13 -05:00
Clint Shryock
1f5c038570
provider/aws: Document Volume Attachment
2015-05-28 10:33:20 -05:00
Clint Shryock
3f68ea7d0e
Merge remote-tracking branch 'upstream/master' into f-aws-volume-attachment
...
* upstream/master: (21 commits)
fix typo
fix typo, use awslabs/aws-sdk-go
Update CHANGELOG.md
More internal links in template documentation.
providers/aws: Requires ttl and records attributes if there isn't an ALIAS block.
Condense switch fallthroughs into expr lists
Fix docs for aws_route53_record params
Update CHANGELOG.md
provider/aws: Add IAM Server Certificate resource
aws_db_instance docs updated per #2070
providers/aws: Adds link to AWS docs about RDS parameters.
Downgrade middleman to 3.3.12 as 3.3.13 does not exist
providers/aws: Clarifies db_security_group usage.
"More more" no more!
Indentation issue
Export ARN in SQS queue and SNS topic / subscription; updated tests for new AWS SDK errors; updated documentation.
Changed Required: false to Optional: true in the SNS topic schema
Initial SNS support
correct resource name in example
added attributes reference section for AWS_EBS_VOLUME
...
2015-05-28 10:13:58 -05:00
Clint Shryock
9329073dae
refactor to poll for status consistently
2015-05-28 10:13:46 -05:00
Sander van Harmelen
2ca4df03ae
Merge pull request #2118 from phrawzty/fix-typo
...
fix typo
2015-05-28 11:14:21 +02:00
dan
8553d97682
fix typo
2015-05-28 10:20:00 +02:00
Clint Shryock
3af25c1b97
refactor volume attachment to not retry attachment
2015-05-27 17:07:34 -05:00
Clint Shryock
c523401f46
provider/aws: Wait for EBS Volume to be available
2015-05-27 17:07:04 -05:00
Chris Bednarski
88f72aaf92
Merge pull request #2111 from hashicorp/b-aws-remove-hashicorp-sdk
...
Fix typo, use awslabs/aws-sdk-go
2015-05-27 14:10:59 -07:00
Clint Shryock
d06f637c74
fix typo, use awslabs/aws-sdk-go
2015-05-27 16:07:38 -05:00
Clint Shryock
214ed23974
provider/aws: AWS Kinesis Stream support
...
Adds a Kinesis Stream resource
2015-05-27 15:54:17 -05:00
Clint
0e84604676
Update CHANGELOG.md
2015-05-27 08:34:54 -05:00
Clint
13e2a7cf0e
Merge pull request #2086 from hashicorp/f-aws-iam-server-cert
...
provider/aws: Add IAM Server Certificate resource
2015-05-27 08:34:23 -05:00
Paul Hinze
95d2df0850
Merge pull request #2099 from 7heo/add-link-to-template-syntax-in-provider-doc
...
More internal links in template documentation.
2015-05-27 06:33:20 -05:00
7heo
ff9b74c7e8
More internal links in template documentation.
2015-05-27 12:22:52 +02:00
Chris Bednarski
1128c64ade
Merge pull request #2093 from sdboyer/master
...
nit: Condense switch fallthroughs into expression lists
2015-05-26 20:40:50 -07:00
Chris Bednarski
2e05515429
Merge pull request #2092 from TimeIncOSS/r53-alias-docs-fix
...
Fix docs for aws_route53_record params
2015-05-26 20:32:27 -07:00
Radek Simko
7aeeb14d28
Merge pull request #2089 from managedbyq/b_fix_route53_required_attrs
...
providers/aws: Requires ttl and records attributes to be set if there isn't an ALIAS block.
2015-05-27 04:15:24 +01:00
Camilo Aguilar
c346da6981
providers/aws: Requires ttl and records attributes if there isn't an ALIAS block.
2015-05-26 22:11:01 -04:00
Sam Boyer
b82bd0c280
Condense switch fallthroughs into expr lists
2015-05-26 21:52:36 -04:00
Radek Simko
f64cb23334
Fix docs for aws_route53_record params
2015-05-27 02:50:28 +01:00
Clint
a363bd9b34
Update CHANGELOG.md
2015-05-26 16:52:26 -05:00
Clint
8764205bcf
Merge pull request #1974 from johnewart/sns
...
Initial SNS topic / subscription support
2015-05-26 16:50:57 -05:00
Clint Shryock
be7ece0ce7
provider/aws: Add IAM Server Certificate resource
2015-05-26 16:40:15 -05:00
Paul Hinze
a6b8b65e6e
Merge pull request #2029 from julienlavergne/ebs_description
...
added attributes reference section for AWS_EBS_VOLUME
2015-05-26 09:50:02 -05:00
Otto Jongerius
3031b08cd9
Correct lb_cookie_stickiness_policy example config documentation.
2015-05-26 11:26:41 +10:00
Mitchell Hashimoto
3b8f82f68f
Merge pull request #2073 from TimeIncOSS/downgrade-middleman
...
Downgrade middleman to 3.3.12 as 3.3.13 does not exist
2015-05-25 17:03:45 -07:00
Radek Simko
ff2f446eb4
aws_db_instance docs updated per #2070
2015-05-26 00:14:44 +01:00
Radek Simko
d569e14121
Merge pull request #2070 from managedbyq/master
...
providers/aws: Clarifies db_security_group usage docs.
2015-05-25 16:10:49 -07:00
Camilo Aguilar
e94a8b2627
providers/aws: Adds link to AWS docs about RDS parameters.
2015-05-25 18:57:23 -04:00