Commit Graph

11824 Commits

Author SHA1 Message Date
stack72
c95bf296d4
Merge branch 'Ticketmaster-5637-conflict-resolution' 2016-08-11 15:15:34 +12:00
stack72
ec3e442f26
provider/aws: change the test to be us-west-2a 2016-08-11 15:15:23 +12:00
stack72
cdda4d76d4
Merge branch '5637-conflict-resolution' of https://github.com/Ticketmaster/terraform into Ticketmaster-5637-conflict-resolution 2016-08-11 11:23:04 +12:00
Kraig Amador
742089f10c Fixing the certs, test now passes 2016-08-10 13:31:36 -07:00
Paul Stack
6b477e888a Update CHANGELOG.md 2016-08-10 16:07:32 +12:00
Krzysztof Wilczynski
f5b46b80e7 Add ability to set canned ACL in aws_s3_bucket_object. (#8091)
An S3 Bucket owner may wish to set a canned ACL (as opposite to explicitly set
grantees, etc.) for an object. This commit adds an optional "acl" attribute to
the aws_s3_bucket_object resource so that the owner of the S3 bucket can
specify an appropriate pre-defined ACL to use when creating an object.

Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
2016-08-10 16:05:39 +12:00
f440
a82f96f939 Fix invalid markdown syntax (#8089) 2016-08-10 13:16:31 +12:00
Kraig Amador
6c2949fdac Added aws_iam_role import. Now that we read the assume_role_policy it highlights all of the tests that change this, so I've fixed a bunch of those while i'm in here. (#7617) 2016-08-10 12:16:59 +12:00
Paul Stack
25f1c6dc02 Update CHANGELOG.md 2016-08-10 12:07:46 +12:00
Chris Marchesi
41c23b2f04 provider/aws: Various IAM policy normalizations for IAM data source (#6956)
* Various string slices are sorted and truncated to strings if they
   only contain one element.
 * Sids are now included if they are empty.

This is to ensure what is sent to AWS matches what comes back, to
prevent recurring diffs even when the policy has changed.
2016-08-10 12:06:38 +12:00
Paul Stack
8925235ef1 Update CHANGELOG.md 2016-08-10 11:06:01 +12:00
Krzysztof Wilczynski
92d75b263c Add ability to set Requests Payer in aws_s3_bucket. (#8065)
Any S3 Bucket owner may wish to share data but not incur charges associated
with others accessing the data. This commit adds an optional "request_payer"
attribute to the aws_s3_bucket resource so that the owner of the S3 bucket can
specify who should bear the cost of Amazon S3 data transfer.

Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
2016-08-10 11:01:17 +12:00
Mosley, Franklin
4d55b8e9ea Corrected printf verb of wrong type
Corrected printf verb by changing it from a string type to an int type.
2016-08-09 15:29:50 -07:00
Mosley, Franklin
6d7933b41a Added tests for expandPolicyAttributes/flattenPolicyAttributes 2016-08-09 15:29:50 -07:00
Mosley, Franklin
eb0cd14f41 Changed attribute argument to be optional.
Changed the `attribute` argument of the resource to be optional vs.
required.
2016-08-09 15:29:50 -07:00
Mosley, Franklin
8a24dd8efe Added resource documentation.
Updated the Terraform documentation to add a new page, and a link in
the sidebar, for the aws_lb_ssl_negotiation_policy resource.
2016-08-09 15:29:50 -07:00
Mosley, Franklin
a6de088375 Add new resource aws_lb_ssl_negotiation_policy
Added new resource to create an AWS ELB SSL negotiation policy, and an
acceptance test.
2016-08-09 15:29:13 -07:00
James Nugent
f18e2546b3 Merge pull request #8080 from hashicorp/docs-mapkeys
docs: Fix map key interpolation documentation
2016-08-09 16:12:05 -04:00
James Nugent
9fa978a45f docs: Fix map key interpolation documentation
Previously was recommending the now-invalid dot syntax for map keys,
change to using HIL indexing.
2016-08-09 16:03:05 -04:00
Clint
e4f1d879d9 Update CHANGELOG.md 2016-08-09 14:19:58 -05:00
Clint
22684200b5 provider/aws: Fix line ending errors/diffs with IAM Server Certs (#8074)
* provider/aws: Failing IAM Server Cert test with windows line endings

* provider/aws: Fix IAM Server Cert issue with line encodings
2016-08-09 14:19:12 -05:00
James Nugent
e181d753fe build: Fix ordering of plugin list 2016-08-09 15:03:24 -04:00
Joe Topjian
13497db713 Merge pull request #8073 from jtopjian/openstack-doc-osextgwid
provider/openstack: Missing OS_EXTGW_ID in OpenStack Docs
2016-08-09 11:03:36 -06:00
Martin Atkins
c6e8662838 Merge #7984: Data sources for AWS and Fastly IP address ranges 2016-08-09 09:53:05 -07:00
Joe Topjian
34d425fc26 Missing OS_EXTGW_ID in OpenStack Docs
This commit adds a note about the requirement for the OS_EXTGW_ID
environment variable in order to run the OpenStack Provider acceptance
tests.
2016-08-09 16:49:46 +00:00
James Nugent
d63008e880 Merge pull request #8069 from f440/fix-documents
provider/aws: Fixes for Opsworks documentation
2016-08-09 12:26:35 -04:00
James Nugent
8f20dedc8a Merge pull request #8071 from theanalyst/patch-1
doc: openstack fix minor typo
2016-08-09 12:25:48 -04:00
Abhishek L
f3005f0984 doc: openstack fix minor typo
s/ommitted/omitted
2016-08-09 18:01:11 +02:00
f440
02fb2e8a21 Add links to sidebar 2016-08-10 00:23:08 +09:00
f440
8a6e86d11b Sort links in sidebar 2016-08-10 00:23:08 +09:00
f440
e77690e47b Fix broken documents 2016-08-10 00:23:08 +09:00
Joern Barthel
8ea400b442 Added tests. 2016-08-09 14:42:19 +02:00
Joern Barthel
d0278ecf0f Normalize sets, don’t check for missing services. 2016-08-09 14:42:09 +02:00
Paul Stack
3481d1bf6e provider/aws: Update docs for s3 compression_formation for Kinesis (#8063)
Firehose

Fixes #8054
2016-08-09 17:07:22 +12:00
stack72
2731ac570f
Merge branch 'master' of github.com:hashicorp/terraform 2016-08-09 15:48:56 +12:00
stack72
ec310754cd
provider/aws: Add the documentation for the new * resources to the ERB layout 2016-08-09 15:43:02 +12:00
Paul Stack
de747fae59 Update CHANGELOG.md 2016-08-09 15:20:53 +12:00
Paul Stack
1e6e8bfc3d Update CHANGELOG.md 2016-08-09 15:19:16 +12:00
stack72
f5714ab5a9
Merge branch 'ewdurbin-elb_backend_auth' 2016-08-09 15:13:08 +12:00
stack72
c39bad01a1
provider/aws: Changing the region that * tests run against 2016-08-09 15:11:49 +12:00
stack72
1a0b2971dd
Merge branch 'elb_backend_auth' of https://github.com/ewdurbin/terraform into ewdurbin-elb_backend_auth 2016-08-09 14:08:28 +12:00
Radek Simko
40980f5895 Update CHANGELOG.md 2016-08-08 21:24:36 +01:00
Kevin Crawley
58a01f2fd5 #8051 :: bumped aws_rds_cluster timeout to 40 minutes (#8052) 2016-08-08 21:23:21 +01:00
stack72
fae6fcd399
Merge branch 'aurora_enhanced_rule' of https://github.com/Ticketmaster/terraform 2016-08-09 08:14:35 +12:00
Paul Stack
012090f2a3 Update CHANGELOG.md 2016-08-09 08:00:41 +12:00
Dan Allegood
f8ee778c3a Adding disk type of Thick Lazy (#7916) 2016-08-09 07:59:32 +12:00
Seth Vargo
66e5b1cc4c Merge pull request #8050 from hashicorp/sethvargo/link
Update links to serf
2016-08-08 12:46:16 -04:00
Seth Vargo
4398304b93
Update links to serf 2016-08-08 12:42:46 -04:00
James Nugent
43b45d8c74 Merge pull request #8049 from Ninir/patch-1
Updated API GW integration response documentation
2016-08-08 11:28:54 -05:00
Ninir
057a821779 Updated API GW integration response documentation
### Explanation for this change
Recently, I've been using Terraform to manage AWS API GWs with Lambda backends.
It appears that an explicit dependency is required. Not setting it would lead to this error:

```
[...] Error creating API Gateway Integration Response: NotFoundException: No integration defined for method
```

Thus, I found the thread below which exposes the problem too.

Relevant Terraform version: checked against 0.6.16
Thread issue: https://github.com/hashicorp/terraform/issues/6128
2016-08-08 18:16:30 +02:00