Paul Stack
a4c8d869d3
Update CHANGELOG.md
2016-03-09 23:30:27 +01:00
stack72
c5ea6d0fb9
Merge branch 'BSick7-b/4311'
2016-03-09 23:27:38 +01:00
Brad Sickles
3f41515d2b
Fixing noop differences in aws_route.
2016-03-09 23:27:09 +01:00
Brad Sickles
16f94ed4b7
Added failing aws_route test that shows diff after apply.
2016-03-09 23:27:09 +01:00
James Nugent
13a3387996
Merge pull request #5539 from hashicorp/b-route-docs
...
Make aws_route and aws_route_table docs consistent
2016-03-09 21:16:44 +00:00
Clint
3679d7965e
Update CHANGELOG.md
2016-03-09 15:08:34 -06:00
Clint
d14920adaf
Merge pull request #5515 from hashicorp/b-aws-acc-test-updates
...
provider/aws: Retry DB Creation on IAM propigation error
2016-03-09 15:08:13 -06:00
James Nugent
8d9126b8e3
Make aws_route and aws_route_table docs consistent
...
Fixes #5531 .
2016-03-09 21:05:08 +00:00
Paul Stack
0e50c7a6f4
Update CHANGELOG.md
2016-03-09 19:21:21 +00:00
Paul Stack
edbf310d7a
Merge pull request #5535 from Originate/mb-fix-rds-publicly-accessible-read
...
provider/aws: aws_db_instance doesn't read publicly_accessible from AWS
2016-03-09 19:18:55 +00:00
Maxime Bury
9e0bac6c9f
Terraform should keep track of the publicly accessible attribute
2016-03-09 13:33:00 -05:00
Lars Wander
8d051ef268
Update CHANGELOG.md
2016-03-09 10:35:29 -05:00
Lars Wander
b0d53a99c2
Merge pull request #4834 from erobert-c/gce_instance_template_preemptible
...
Fix Google instance template creation for preemptible VM
2016-03-09 10:34:20 -05:00
Paul Stack
8905a05e08
Update CHANGELOG.md
2016-03-09 09:39:13 +00:00
Paul Stack
4601d371e1
Merge pull request #5524 from stack72/f-aws-ecr-repository_name
...
provider/aws: `repository_url` is computed for `aws_ecr_repository`
2016-03-09 09:38:09 +00:00
stack72
7c5ab40b74
provider/aws: Add support for the `repository_url` to be computed for
...
ECR
2016-03-09 09:29:23 +00:00
Paul Stack
98afaf614e
Update CHANGELOG.md
2016-03-09 00:22:57 +00:00
Paul Stack
b5e6cb5f88
Merge pull request #5520 from bsiegel/aws_rds_cluster_encryption
...
Add storage_encrypted as an optional parameter to aws_rds_cluster
2016-03-09 00:21:26 +00:00
Paul Stack
ed1126ee2c
Update CHANGELOG.md
2016-03-08 23:47:37 +00:00
Paul Stack
33dd9e1166
Merge pull request #5523 from stack72/f-aws-ebi-description
...
provider/aws: Add support for `description` to `aws_network_interface` resource
2016-03-08 23:46:36 +00:00
stack72
cad550e63d
provider/aws: Add support for `description` to `aws_network_interface`
...
resource
2016-03-08 23:28:37 +00:00
Brandon Siegel
fc7e9fcd53
Ensure aws_rds_cluster can have storage_encrypted set to true
2016-03-08 17:28:44 -05:00
Brandon Siegel
0085bf6ae8
Ensure aws_rds_cluster has storage_encrypted set to false by default
2016-03-08 17:28:32 -05:00
Brandon Siegel
b3864db462
fixup! Add storage_encrypted as an optional parameter to aws_rds_cluster
2016-03-08 17:15:01 -05:00
Brandon Siegel
8a60c68c8c
Update rds_cluster.html.markdown
...
Add documentation around the `storage_encrypted` parameter
2016-03-08 16:51:16 -05:00
Brandon Siegel
8aadf1d56d
Add storage_encrypted as an optional parameter to aws_rds_cluster
2016-03-08 16:48:04 -05:00
Paul Hinze
5d9637ab1a
core: Clean up test for issue #5254
2016-03-08 14:28:18 -06:00
clint shryock
c29e1f24b8
provider/aws: Retry DB Creation on IAM propigation error
2016-03-08 14:09:42 -06:00
Eric Robert
92d535267c
Fix Google instance template creation for preemptible VM
2016-03-08 16:18:23 +00:00
Clint
2c48a7c4cb
Merge pull request #5506 from hashicorp/b-aws-acc-test-updates
...
provider/aws: Randomize more things in the acceptance tests
2016-03-08 10:06:33 -06:00
clint shryock
5dc387354d
provider/aws: Randomize tests more to reduce conflicts
...
- ASG placement tests
- Randomize DynamoDB names in tests
- tag the sg created in this test to help identify in the console
- randomize policy and role names
2016-03-08 09:56:14 -06:00
Radek Simko
a73c4d954b
Merge pull request #5504 from TimeIncOSS/docs-eb-fix
...
docs: Make a separate Elastic Beanstalk section in sidebar
2016-03-08 10:48:35 +00:00
Radek Simko
c030745e45
docs: Make a separate Elastic Beanstalk section in sidebar
2016-03-08 09:53:06 +00:00
Paul Hinze
ec5643f031
Merge pull request #5482 from randomeizer/patch-1
...
Added a cast to "(*schema.Provider)"
2016-03-07 16:29:57 -06:00
Clint
bcf1bca564
Update CHANGELOG.md
2016-03-07 15:48:21 -06:00
Paul Hinze
5d2f3a4ce9
Update CHANGELOG.md
2016-03-07 15:28:57 -06:00
Paul Hinze
d8a072cfa2
Merge pull request #5460 from hashicorp/phinze/resource-retry-retval
...
helper/resource: restore retval of resource.Retry on timeout
2016-03-07 15:27:36 -06:00
clint shryock
d3dff2aa79
correct beanstalk godeps
2016-03-07 15:13:12 -06:00
clint shryock
f0d3176999
provider/aws: Add Elastic Beanstalk Application, Configuration Template, and Environment
...
This adds support for Elastic Beanstalk Applications, Configuration Templates,
and Environments.
This is a combined work of @catsby, @dharrisio, @Bowbaq, and @jen20
2016-03-07 14:43:23 -06:00
Paul Stack
2458bfe563
Merge pull request #5493 from mmell/patch-1
...
insert missing word
2016-03-07 21:02:44 +01:00
Michael Mell
525fddff61
insert missing word
2016-03-07 11:18:49 -08:00
Paul Stack
642cf387a3
Update CHANGELOG.md
2016-03-07 18:55:12 +01:00
Paul Stack
46e4717428
Merge pull request #5474 from kjmkznr/skip-normalize-empty-policy
...
provider/aws: Fix error parsing JSON in S3 bucket policy
2016-03-07 18:53:51 +01:00
Paul Stack
122e9ac42a
Merge pull request #5476 from nicolai86/feature/docker-tag-handling
...
provider/docker fix image test assertions
2016-03-07 18:52:03 +01:00
James Nugent
bda0c649a5
Merge pull request #5488 from ijin/patch-1
...
fix indentation in test
2016-03-07 08:11:10 -06:00
Michael H. Oshita
00288c36b9
fix indentation
2016-03-07 22:18:58 +09:00
Radek Simko
53559ac8bf
Merge pull request #5485 from dcgoss/patch-1
...
Added disk_size_gb documentation to resource "google_compute_instance_template"
2016-03-07 06:47:32 +00:00
Derek Goss
91204cf7eb
Added disk_size_gb documentation to resource "google_compute_instance_template"
...
This was missing in the docs yet was implemented in Terraform. See line 81 in https://github.com/hashicorp/terraform/blob/master/builtin/providers/google/resource_compute_instance_template.go
2016-03-06 21:44:55 -05:00
Kazunori Kojima
8d1292d608
Return empty string when input empty S3 bucket policy
...
Before:
"" -> "Error parsing JSON: unexpected end of JSON input"
After:
"" -> ""
2016-03-07 09:31:33 +09:00
David Peterson
0c152845ca
Added a cast to "(*schema.Provider)" in the standard TestProvider function
2016-03-06 19:16:34 -03:00