Paul Stack
a8e0528784
Merge pull request #4277 from ctiwald/ct/add-new-asg-policy-type
...
Add support for "StepScaling" autoscaling policies.
2016-03-30 21:06:39 -05:00
Paul Stack
5b115efbde
Update CHANGELOG.md
2016-03-30 20:58:06 -05:00
stack72
3a836fa617
provider/aws: Change Redshift Cluster Test to check for `_` in username
2016-03-30 20:55:37 -05:00
Paul Stack
9d49c545af
Merge pull request #5935 from ethangunderson/master
...
Redshift master usernames may contain underscores
2016-03-30 20:54:35 -05:00
James Nugent
89f65a3bac
Update CHANGELOG.md
2016-03-30 17:28:49 -07:00
James Nugent
980f165bf7
Merge pull request #5910 from grayaii/master
...
Elasticsearch times out. It takes a while to create.
2016-03-30 17:22:06 -07:00
Paul Stack
3ba1c5e7b8
Merge pull request #5884 from TimeIncOSS/docs-api-gateway-extra
...
docs: Add some details about API Gateway resources
2016-03-30 19:20:39 -05:00
Paul Stack
386330461c
Update CHANGELOG.md
2016-03-30 19:18:37 -05:00
Paul Stack
4eb48f1222
Update CHANGELOG.md
2016-03-30 19:18:07 -05:00
Paul Stack
3dbedc6407
Merge pull request #5787 from iceycake/ISSUE-5702
...
ISSUE-5702: Making the Cloudwatch Event Rule Target target_id optional
2016-03-30 19:17:32 -05:00
Paul Stack
00ed38c571
Update CHANGELOG.md
2016-03-30 19:08:21 -05:00
Paul Stack
81ac419f13
Merge pull request #5788 from multilinear/mbrewer/datadog_allow_heredoc_for_message
...
Make datadog message, escalation_message, and query work with heredoc
2016-03-30 19:07:33 -05:00
Paul Stack
35b21e3ba0
Update CHANGELOG.md
2016-03-30 19:06:06 -05:00
Paul Stack
8ed809456d
Merge pull request #5830 from hashicorp/phinze/asg-health-check-grace-period-default
...
provider/aws: set ASG health_check_grace_period default to 300
2016-03-30 19:05:06 -05:00
James Nugent
22d0b63194
Merge pull request #5937 from stack72/f-aws-db-subnet-test
...
provider/aws: Test to validate that db subnet group description can be updated
2016-03-30 17:04:04 -07:00
stack72
197c6fa143
provider/aws: Test to validate that db subnet group description
...
can be updated
2016-03-30 18:53:52 -05:00
Paul Stack
584505d60e
Update CHANGELOG.md
2016-03-30 18:53:12 -05:00
Paul Stack
1801904e36
Merge pull request #5921 from ColinHebert/rds_subnet_group_description
...
provider/aws: DB subnet group description modification
2016-03-30 18:50:33 -05:00
Colin Hebert
1389bb2f5e
Do not check only whether the subnet_ids have changed
2016-03-31 10:37:26 +11:00
Ethan Gunderson
1c5c58d072
Redshift master usernames may contain underscores
2016-03-30 17:41:58 -05:00
Colin Hebert
3ae21f0891
Add the description as a part of the update request
2016-03-31 09:36:42 +11:00
Paul Stack
c6b768eaa5
Update CHANGELOG.md
2016-03-30 11:19:38 -05:00
Paul Stack
53434ae09c
Merge pull request #5904 from keymon/bugfix/5661_fix_codecommit_default_branch
...
AWS: codecommit set default_branch only if defined
2016-03-30 11:18:22 -05:00
Hector Rivas Gandara
29c9b8497d
provider/aws: Add tests for default_branch in new codecommit repos
...
The provider should, when working on a new repository without branches:
* Able to create a new repository even with default_branch defined.
* Able to create a new repository without default_branch, and do not fail
if default_branch is defined.
2016-03-30 16:41:20 +01:00
Hector Rivas Gandara
0c49b17f72
provider/aws: codecommit check default_branch before update
...
In AWS codecommit the default branch must have a value unless there are
no branches created, in which case it is not possible to set it to any value.
We query the existing branches and do not update the default branch
if there are none defined remotely.
This solves the issue of the initial creation of the repository with a
resource with `default_branch` defined.
2016-03-30 16:40:41 +01:00
Hector Rivas Gandara
1afd3a53b2
provider/aws: codecommit set default_branch only if defined
...
Do not try to update or reaad the AWS codecommit repository default branch if
the resource definition is not set it or is an empty string.
Fixes #5641
2016-03-30 16:40:37 +01:00
Paul Stack
31c9dd11eb
Merge pull request #5914 from davedash/patch-2
...
ssl_certificate_id applies to lb_protocol only.
2016-03-30 08:42:18 -05:00
James Nugent
c44daa7735
Update CHANGELOG.md
2016-03-29 16:19:46 -07:00
James Nugent
155e7840ba
provider/triton: Fix error for VLAN ID validation
...
Source: https://apidocs.joyent.com/cloudapi/#CreateFabricVLAN
This suggests that the check is correct and the error message and
description are not, so this commit makes them match the docs.
2016-03-29 16:17:47 -07:00
James Nugent
2b34eb5a39
Merge branch 'f-triton-fabric' of https://github.com/asteris-llc/terraform into asteris-llc-f-triton-fabric
2016-03-29 16:17:12 -07:00
Colin Hebert
d7a7db9c5a
provider/aws: Subnet group description modification
...
Do not force a new resource when changing the description of a subnet group
2016-03-30 09:33:44 +11:00
Brian Hicks
df2a192e4a
triton: add fabric resource
2016-03-29 17:13:03 -05:00
Brian Hicks
7332b0ef9e
triton: add VLAN resource
2016-03-29 16:38:34 -05:00
Matt Calthrop
f4fa94b825
Address #5912 : google-two-tier example incomplete
2016-03-29 22:18:54 +01:00
Dave Dash
de61132564
ssl_certificate_id applies to lb_protocol only.
2016-03-29 14:13:54 -07:00
Alex Gray
50c050bb92
Elasticsearch times out. It takes a while to create. lets increase the timeout.
2016-03-29 15:58:40 -04:00
Clint
7d1cfde490
Merge pull request #5887 from hashicorp/b-aws-iam-server-cert-docs
...
provider/aws: Document lifecycle block needs for IAM Server Certificate
2016-03-29 14:35:52 -05:00
Paul Hinze
1f1503a5f1
Update CHANGELOG.md
2016-03-29 13:21:21 -05:00
Paul Hinze
faba2b7d31
Merge pull request #5867 from hashicorp/phinze/fix-route-crash
...
provider/aws: fix potential aws_route crashes
2016-03-29 13:20:36 -05:00
Radek Simko
2e415df23c
Update CHANGELOG.md
2016-03-29 16:35:15 +01:00
Radek Simko
c7a8f05e03
Merge pull request #5890 from meteor/jsonencode
...
config: new interpolation function jsonencode
2016-03-29 16:33:20 +01:00
Paul Hinze
70096c5ac0
provider/aws: fix potential aws_route crashes
...
Fixes #5865
2016-03-29 09:57:29 -05:00
David Glasser
6cf06bb3ab
config: new interpolation function jsonencode
2016-03-29 07:38:58 -07:00
James Nugent
1c399d119a
Merge pull request #5897 from PurrBiscuit/datadog
...
fix typo in datadog provider documentation
2016-03-29 09:26:19 -05:00
Purrbiscuit
55269ae8d8
fix typo in datadog provisioner documentation
2016-03-29 10:19:28 -04:00
clint shryock
ac063bf573
provider/aws: Document lifecycle block needs for IAM Server Certificate
2016-03-28 15:39:54 -05:00
Radek Simko
1ce0f1b828
docs: Add some details about API Gateway resources
2016-03-28 20:15:15 +01:00
Clint
1b1e4620c7
Update CHANGELOG.md
2016-03-28 13:24:14 -05:00
Clint
163173df7a
Merge pull request #5881 from hashicorp/b-aws-sg-r-protocols
...
provider/aws: Convert protocols to standard format for Security Groups
2016-03-28 13:23:52 -05:00
clint shryock
1a2846072c
update tests to cover icmp
2016-03-28 13:08:53 -05:00