Commit Graph

9634 Commits

Author SHA1 Message Date
Clint b351a72e4c provider/aws: Normalize and compact SQS Redrive, Policy JSON
* provider/aws: Nomralize SQS Redrive Policy JSON

* provider/aws: Fix typo in log statements

* compact the Policy on SNS Queue

* add acceptance test for policy formatting
2016-04-04 11:41:36 -05:00
Sander van Harmelen a2695b4652 Update CHANGELOG.md 2016-04-04 18:28:14 +02:00
Sander van Harmelen f81334fd88 Merge pull request #6004 from svanharmelen/f-cloudstack-static-nat
provider/cloudstack: add `cloudstack_static_nat` resource
2016-04-04 18:17:57 +02:00
Sander van Harmelen e5fecca7cc Add `cloudstack_static_nat` resource 2016-04-04 15:48:14 +02:00
Martin Atkins fa703db8a6 Merge #4955: "terraform fmt" command 2016-04-04 01:07:32 -07:00
Paul Stack ee54f1ce05 Update CHANGELOG.md 2016-04-03 19:19:23 -05:00
Paul Stack fa8ac5a1dc Merge pull request #5801 from rhyas/docker_image_destroy
Fix Image Destroy bug. #3609 #3771
2016-04-03 19:17:52 -05:00
Martin Atkins 4b39302f04 Merge pull request #5944 from sbadia/doc-gcp
docs/google: Update links, fix syntax errors and remove whitespaces
2016-04-02 16:32:30 -10:00
Martin Atkins 0fba9f1ca9 Merge pull request #5995 from skyzyx/patch-1
Fix broken Markdown in google_compute_instance_group_manager docs
2016-04-02 16:27:11 -10:00
Ryan Parman b9c07badba Update compute_instance_group_manager.html.markdown 2016-04-02 19:14:40 -07:00
Paul Stack f7d1e0390d Merge pull request #5987 from hashicorp/aws-eb-config-temp-tests
provider/aws: ElasticBeanstalk Config template tests now use a less brittle test env case
2016-04-01 17:39:21 -05:00
Paul Stack c8da2332f8 Update CHANGELOG.md 2016-04-01 17:36:14 -05:00
Paul Stack 4c2738ae98 Merge pull request #5915 from dharrisio/f-aws-elastic-beanstalk-environment-options
provider/aws: Adding outputs for elastic_beanstalk_environment resource.
2016-04-01 17:34:56 -05:00
stack72 2dd78a8faa provider/aws: ElasticBeanstalk Config template tests now use a less brittle test env case 2016-04-01 17:31:44 -05:00
Paul Stack dd2c32ef2a Merge pull request #5986 from hashicorp/aws-eb-env-tests
provider/aws: ElasticBeanstalk environment tests now use a less brittle test env case
2016-04-01 17:26:41 -05:00
Paul Stack d95635b1fe Merge pull request #5984 from endofcake/master
Add link to Route table page, remove self-reference
2016-04-01 17:15:47 -05:00
stack72 8aee3b58b5 provider/aws: ElasticBeanstalk environment tests now use a less brittle
test env case
2016-04-01 17:10:20 -05:00
David Harris c3a6cf0620 provider/aws: Adding outputs for elastic_beanstalk_environment resource.
refs #5798
2016-04-01 13:58:09 -06:00
Alexander Savchuk b3675f4a41 Add link to Route table page, remove self-reference
This note must have been copied from the Route table page.
It makes more sense to remove the self reference and add a link to the
Route table page.
2016-04-02 08:39:19 +13:00
Clint 14942640dd Update CHANGELOG.md 2016-04-01 12:54:21 -05:00
Clint d6dd2109b8 Merge pull request #5966 from dharrisio/f-aws-elastic-beanstalk-cname-prefix
provider/aws: Add support for `cname_prefix` to `aws_elastic_beanstalk_environment` resource.
2016-04-01 12:53:57 -05:00
David Harris bb1d4ee886 provider/aws: Add support for `cname_prefix` to `aws_elastic_beanstalk_environment`. 2016-04-01 09:53:10 -06:00
Dave Cunningham c19d84bce7 Merge pull request #5917 from mcalthrop/enhancement/google-two-tier-example
Address #5912: google-two-tier example incomplete
2016-04-01 01:11:17 -04:00
Paul Stack f794e0e4ba Update CHANGELOG.md 2016-03-31 23:09:46 -05:00
Paul Stack c10c1b9a11 Merge pull request #5967 from dharrisio/f-aws-elastic-beanstalk-timeout-config
Adds `wait_for_ready_timeout` option to `aws_elastic_beanstalk_environment`.
2016-03-31 23:06:29 -05:00
David Harris a8c7fb0a06 Adds `wait_for_ready_timeout` option to `aws_elastic_beanstalk_environment`. 2016-03-31 17:28:02 -06:00
Paul Stack 8f06676c58 Merge pull request #5965 from AwaNoodle/master
Added documentation for creating Azure RM credentials
2016-03-31 18:24:15 -05:00
clint shryock 5ac3c5e53d update aws db test config 2016-03-31 17:07:04 -05:00
Mark Turner bc9e9faa4a Added in section for creating credentials 2016-03-31 23:03:42 +01:00
Clint 2ddddf340d Merge pull request #5964 from hashicorp/b-aws-rds-test-updates
provider/aws: Improve the randomization in RDS tests
2016-03-31 16:56:55 -05:00
Clint d590e9b2b8 Update CHANGELOG.md 2016-03-31 16:55:16 -05:00
Clint f54b4afdc7 Merge pull request #5959 from hashicorp/b-aws-vpc-peering-update
provider/aws: Fix issue re-creating deleted VPC peering connections
2016-03-31 16:54:57 -05:00
clint shryock cbad80182a randomize DB Parameter Group names 2016-03-31 16:32:05 -05:00
clint shryock cd5569a624 provider/aws: Improve the randomization in RDS tests 2016-03-31 16:25:38 -05:00
Paul Hinze 87a1a5b3f7 Merge pull request #5962 from hashicorp/f-fmtcheck
Improve performance of fmtcheck
2016-03-31 16:12:14 -05:00
Chris Bednarski 77f8432d2f Improve performance of fmtcheck
Previously gofmt would run even on files under vendor which we don't care about, and then discard the results. This approach instead selects only the files we want to pass into gofmt.

- Before takes around 6.5 seconds
- Now takes around 2 seconds
2016-03-31 13:57:09 -07:00
Mark Turner 06a54cdc21 Set 'Testing' title to follow same format as others 2016-03-31 21:34:27 +01:00
clint shryock 2575b9f5d4 provider/aws: Fix issue re-creating deleted VPC peering connections 2016-03-31 15:23:56 -05:00
Sebastien Badia 63e67441b3 docs/google: Update links, fix syntax errors and remove whitespaces 2016-03-31 12:40:04 +02:00
Paul Stack 71995eaea1 Merge pull request #4971 from jedineeper/docs-fix-parameter
docs: correct remote state documentation and add config sub-arguments for atlas.
2016-03-30 21:18:16 -05:00
Paul Stack 0615819a98 Merge pull request #5940 from stack72/f-aws-redshift-username
provider/aws: Change Redshift Cluster Test to check for `_` in username
2016-03-30 21:08:48 -05:00
Paul Stack 6da46bed00 Update CHANGELOG.md 2016-03-30 21:08:21 -05:00
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