Paul Hinze
5f6c03f515
Merge pull request #3191 from hashicorp/f-asg-wait-config
...
provider/aws: configurable capacity waiting duration
2015-10-14 10:34:55 -05:00
Paul Hinze
c51080d16b
Merge pull request #3210 from hashicorp/d-module-source-private-github-repos
...
doc: module sources from private github repos
2015-10-14 10:21:15 -05:00
Paul Hinze
46952b9c13
Merge pull request #3469 from squaresurf/doc-update
...
A script must have executable permissions.
2015-10-14 10:20:45 -05:00
Paul Hinze
1b29840632
Merge pull request #3484 from hashicorp/edit-this-page
...
Website: use `github_url` in "edit this page" href
2015-10-14 10:20:16 -05:00
Paul Hinze
e62d2c7aec
Merge pull request #3489 from gtheys/fix_doc_aws_elb_stickyness
...
fix illegal char in the policy name
2015-10-14 10:19:47 -05:00
Paul Hinze
ef5b6e93a9
provider/azure: fix issues loading config from homedir
...
Issues were:
* `settings_file` `ValidateFunc` needs to expand homedir just like the
`configure` does, otherwise ~-based paths fail validation
* `isFile` was being called before ~-expand so configure was failing as well
* `Config` was swallowing error so provider was ending up with `nil`,
resulting in crash
To fix:
* Consolidate settings_file path/contents handling into a single helper
called from both `validate` and `configure` funcs
* Return err from `Config`
To cover:
* Added test case to validate w/ tilde-path
* Added configure test w/ tilde-path
2015-10-13 16:57:11 -05:00
Radek Simko
6762a97b88
Merge pull request #3494 from TimeIncOSS/docs-aws-glacier
...
Fix a few nitpicks in docs for aws_glacier_vault
2015-10-13 23:52:52 +02:00
Garrett Heel
9c2725e0a5
provider/aws: allow local kinesis
2015-10-13 14:29:50 -07:00
Garrett Heel
127c1aef61
provider/aws: fix bug with reading GSIs from dynamodb
2015-10-13 14:14:58 -07:00
Radek Simko
7088a0096e
provider/aws: Add acceptance tests for aws_cloudformation_stack
2015-10-13 22:55:55 +02:00
Radek Simko
4dfbbe3074
provider/aws: Add implementation for aws_cloudformation_stack
2015-10-13 22:55:55 +02:00
Radek Simko
61948f35d2
provider/aws: Add docs for aws_cloudformation_stack
2015-10-13 22:55:09 +02:00
Radek Simko
88e56479a5
docs: Make IAM policy doc canonical
2015-10-13 22:52:11 +02:00
Radek Simko
43c7711ac8
docs/aws: Fix whitespacing in glacier_vault
2015-10-13 22:46:55 +02:00
Clint
95832c2fb2
Update CHANGELOG.md
2015-10-13 12:56:53 -05:00
Clint
c0c81dc78f
Merge pull request #3490 from hashicorp/b-aws-vpc-peering-checks
...
provider/aws: Additional error checking to VPC Peering conn
2015-10-13 12:55:45 -05:00
Radek Simko
2f42f58256
Update CHANGELOG.md
2015-10-13 17:15:34 +02:00
Radek Simko
29c23e9ec1
Merge pull request #3491 from stack72/aws-glacier-resource-merge
...
Aws glacier resource merge
2015-10-13 17:14:45 +02:00
stack72
9f01efae6f
Adding a test to make sure that the diffGlacierVaultTags func works as expected
2015-10-13 15:01:58 +01:00
stack72
2a7b8be9f3
Gofmt of the aws glacier vault resource
2015-10-13 14:58:29 +01:00
stack72
95d35ad77f
Adding the the docs for the Glacier Vault resource
...
Updating the glacier docs to include a link to the AWS developer guide
2015-10-13 14:58:29 +01:00
stack72
5266db31e2
Adding the ability to manage a glacier vault
2015-10-13 14:58:29 +01:00
Clint Shryock
60b7037cdd
provider/aws: Additional error checking to VPC Peering conn
2015-10-13 06:20:46 -05:00
Geert Theys
aaac9435ec
fix illegal char in the policy name
...
aws_lb_cookie_stickiness_policy.elbland: Error creating LBCookieStickinessPolicy: ValidationError: Policy name cannot contain characters that are not letters, or digits or the dash.
2015-10-13 12:57:22 +02:00
Paul Hinze
7549872780
Update CHANGELOG.md
2015-10-12 17:20:05 -05:00
Paul Hinze
2978a9fb52
Merge pull request #3485 from hashicorp/b-aws-asg-force-delete
...
provider/aws: fix force_delete on ASGs
2015-10-12 17:18:38 -05:00
Paul Hinze
a811a72f11
provider/aws: fix force_delete on ASGs
...
The `ForceDelete` parameter was getting sent to the upstream API call,
but only after we had already finished draining instances from
Terraform, so it was a moot point by then.
This fixes that by skipping the drain when force_delete is true, and it
also simplifies the field config a bit:
* set a default of false to simplify the logic
* remove `ForceNew` since there's no need to replace the resource to
flip this value
* pull a detail comment from code into the docs
2015-10-12 17:10:01 -05:00
Clint
8df9d706fb
Merge pull request #3488 from hashicorp/b-aws-sgrule-migrate-test
...
update migration test
2015-10-12 16:34:44 -05:00
Clint
307902ec2d
Update CHANGELOG.md
2015-10-12 16:34:16 -05:00
Clint
a1f2b824cc
Merge pull request #3470 from hashicorp/b-aws-key-pair-key-sig
...
provider/aws: Migrate KeyPair to version 1
2015-10-12 16:33:24 -05:00
Clint Shryock
c44e9d10a4
update migration test
2015-10-12 16:26:49 -05:00
Clint Shryock
31b8f04bda
provider/aws: Migrate KeyPair to version 1
2015-10-12 16:04:51 -05:00
Clint
8d84369738
Update CHANGELOG.md
2015-10-12 16:03:43 -05:00
Clint
ad42313dad
Merge pull request #3019 from hashicorp/b-aws-sg-rules-v2
...
provider/aws: Update Security Group Rules to Version 2
2015-10-12 16:03:12 -05:00
Clint Shryock
9f3a17e9b4
update sg rule ids
2015-10-12 15:51:47 -05:00
Clint Shryock
03aac9f42b
Expand on an error case with more descriptive error
2015-10-12 15:51:21 -05:00
Clint Shryock
e0bb04b822
update expeded hash for migration test
2015-10-12 15:51:21 -05:00
Clint Shryock
d3c5c0d85f
provider/aws: Update Security Group Rules to Version 2
2015-10-12 15:51:21 -05:00
Clint Shryock
810d088279
Fix whitespace formatting with go fmt
2015-10-12 15:50:04 -05:00
Paul Hinze
ed25948651
Update CHANGELOG.md
2015-10-12 14:24:57 -05:00
Clint
9f106bc98e
Update CHANGELOG.md
2015-10-12 14:24:14 -05:00
Paul Hinze
61721387b3
Merge pull request #3457 from TimeIncOSS/f-aws-ec2-placement-groups
...
provider/aws: Add support for EC2 Placement Group
2015-10-12 14:24:12 -05:00
Clint
8152f5822e
Merge pull request #3265 from stack72/aws-s3-bucket-update
...
provider/aws: Adding some other simple S3 Bucket Object (Optional) Inputs
2015-10-12 14:23:29 -05:00
Sam Handler
b9c43b2ee9
use github_url in 'Edit This Page link
2015-10-12 15:02:11 -04:00
Sam Handler
8a5d558656
add github slug to website config
2015-10-12 15:01:06 -04:00
Sam Handler
af5dae5907
bundle update middleman-hashicorp
2015-10-12 15:00:43 -04:00
Paul Hinze
8436931cec
Update CHANGELOG.md
2015-10-12 11:44:53 -05:00
Martin Atkins
344fef7099
Update CHANGELOG.md
2015-10-12 09:39:48 -07:00
Martin Atkins
51630aea26
Merge #3397 : Tags for AWS Kinesis Streams
2015-10-12 09:38:09 -07:00
Garrett Heel
36f78cc1dc
provider/aws: Allow tags for kinesis streams
2015-10-12 09:00:56 -07:00