Commit Graph

9357 Commits

Author SHA1 Message Date
Martin Atkins 1c07e0de21 influxdb_database resource.
Creates a database on an InfluxDB server. InfluxDB databases don't have
any schema or other settings, so this is a really simple resource.
2016-03-20 14:53:34 -05:00
Martin Atkins 5ef646e072 InfluxDB provider 2016-03-20 14:53:34 -05:00
Paul Hinze 66fdd196f1 Merge pull request #5716 from Ensighten/ultradns-provider 2016-03-20 12:13:13 -05:00
Josh Masseo 1b4991163f UltraDNS Provider 2016-03-20 12:10:59 -05:00
James Nugent 85b4b5813f Revert "provider/triton: New provider for Joyent Triton"
This reverts commit f60f04ac70.
2016-03-19 17:53:06 +00:00
James Nugent 5bae6cb1e6 Merge pull request #5277 from hashicorp/f-joyent-triton
provider/triton: New provider for Joyent Triton
2016-03-19 17:49:39 +00:00
James Nugent 0ba04cd6b0 Update CHANGELOG.md 2016-03-19 17:07:58 +00:00
James Nugent c71751c596 Merge pull request #5428 from shaneog/google_dns_managed_zone
description is now a required field for google_dns_managed_zone
2016-03-19 17:06:13 +00:00
James Nugent b952336d38 Merge pull request #5730 from JacobASeverson/test_user
Pull out the hardcoded test user in the Github provider for #5729
2016-03-19 17:02:59 +00:00
Jacob Severson b1e7065878 Pulling out the hardcoded test user 2016-03-18 21:55:33 -05:00
James Nugent f60f04ac70 provider/triton: New provider for Joyent Triton
This brings across the following resources for Triton from the
joyent/triton-terraform repository, and converts them to the canonical
Terraform style, introducing Terraform-style documentation and
acceptance tests which run against the live API rather than the local
APIs:

- triton_firewall_rule
- triton_machine
- triton_key
2016-03-18 23:35:01 +00:00
Paul Hinze 020e564dc7 Merge pull request #5725 from hashicorp/phinze/aws-aurora-db-subnet-group-name-docs
provider/aws: clarify `db_subnet_group_name` in Aurora docs
2016-03-18 18:25:43 -05:00
Paul Hinze 4ffd733ca4 Merge pull request #5726 from hashicorp/phinze/doc-debugging-panics
docs: Add a section to Debugging docs about crash logs
2016-03-18 18:24:09 -05:00
Paul Hinze 209b691971 docs: Add a section to Debugging docs about crash logs
Not necessary for the average user, but perhaps helpful to the intrepid
one!
2016-03-18 18:10:26 -05:00
Paul Hinze fe04808d0d provider/aws: clarify `db_subnet_group_name` in Aurora docs
The `db_subnet_group_name` needs to match between clusters and their
instances.
2016-03-18 17:15:13 -05:00
Paul Hinze 46469d8ec3 Update CHANGELOG.md 2016-03-18 16:17:22 -05:00
Paul Hinze d60bf93b4d Merge pull request #5723 from hashicorp/phinze/rds-instance-generate-identifier
provider/aws: ability to generate unique RDS identifier
2016-03-18 16:16:35 -05:00
Paul Hinze 4e5429a140 provider/aws: ability to generate unique RDS identifier
Needed to truncate the identifier for SQL Server engines to keep it at
max 15 chars per the docs. Not a full UUID going into it, but should be
"unique enough" to not matter in practice.

Modified the basic test to use the generated value. Other tests are
still working w/ explicitly specified identifiers.
2016-03-18 16:07:37 -05:00
Paul Stack b9620e9c28 Update CHANGELOG.md 2016-03-19 01:34:04 +05:30
Paul Stack f2fb5d6f9f Merge pull request #5721 from stack72/f-aws-redshift-modify
provider/aws: `aws_redshift_cluster` now allows`publicly_accessible` to be modified
2016-03-19 01:32:06 +05:30
stack72 12ac0761b7 provider/aws: Modify `aws_redshift_cluster` now allows
`publicly_accessible` to be changed

Also updated the AWS Go SDK from 1.1.9 -> 1.1.12 as this was required to
allow the new behavior for the Redshift API
2016-03-19 01:05:09 +05:30
Paul Hinze 6bba27c509 Merge pull request #5720 from hashicorp/f-aws-asg-metrics-docs
documentation/aws: Changing `aws_autoscaling_group` `metrics_granularity` to be optional and noting that it has a default value of 1Minute
2016-03-18 14:07:12 -05:00
stack72 2e1455df2f documentation/aws: Changing `aws_autoscaling_group` `metrics_granularity` to be optional and noting that it has a default value of 1Minute 2016-03-19 00:00:22 +05:30
Paul Hinze 88a1103738 Update CHANGELOG.md 2016-03-18 13:00:55 -05:00
Paul Hinze 65d0707d0a Merge pull request #5717 from hashicorp/phinze/fix-rds-cluster-instance-disappears-crash
provider/aws: fix crash when Aurora instance disappears
2016-03-18 13:00:07 -05:00
James Nugent aaa527abc8 Update CHANGELOG.md 2016-03-18 17:30:30 +00:00
James Nugent 182026e830 Merge pull request #5718 from hashicorp/b-windows-color
core: Fix console colors on Windows
2016-03-18 17:29:31 +00:00
Paul Hinze 17775205f7 provider/aws: fix crash when Aurora instance disappears
Usage of a helper function was assuming that an error would be returned
in a not found condition, when in fact a nil pointer was
returned.

Attached test crashes w/o fix, passes with it.

Fixes #5350
Refs #5418
2016-03-18 12:27:57 -05:00
James Nugent c77144bd5b core: Fix console colors on Windows
This brings in the go-colorable library when running on Windows in order
to output console colors correctly instead of leaving the codes in place
as is currently the case.
2016-03-18 17:10:20 +00:00
Lars Wander 11f190dc7b Update CHANGELOG.md 2016-03-18 12:49:35 -04:00
Lars Wander 85bd151370 Merge pull request #5715 from uber/b-google_compute_instance_group-error
Fix error message arguments in google_compute_instance_group
2016-03-18 12:48:15 -04:00
Bill Fumerola 86bf978550 google_compute_instance_group: Correct error message for invalid instances 2016-03-18 09:25:28 -07:00
Clint 753e7a2f00 Merge pull request #5711 from hashicorp/catsby-rds-docs-patch-1
provider/aws: Update RDS Cluster Instance Docs
2016-03-18 09:48:31 -05:00
Clint a8a5acec6f provider/aws: Update RDS Cluster Instance Docs
The provided config didn't work; this should patch that up, to avoid the name conflict
2016-03-18 09:34:28 -05:00
Paul Stack 31a452a88b Merge pull request #5697 from kocsismate/fix-ecs-elb-name
docs/aws: Fixed aws_ecs_service example
2016-03-18 08:47:01 +05:30
Kocsis Máté 7a0063c9eb docs/aws: Fixed aws_ecs_service example 2016-03-17 21:17:13 +01:00
Paul Hinze 111a59c634 Update CHANGELOG.md 2016-03-17 10:57:34 -05:00
Paul Hinze 07caec0d14 Merge pull request #5194 from objectpartners/f-github-provider
GitHub Organization Provider
2016-03-17 10:53:13 -05:00
James Nugent 6a6bff5f86 Update CHANGELOG.md 2016-03-17 15:40:20 +00:00
stack72 808ce45612 provider/azurerm: Adds documentation for the `azurerm_virtual_machine`
resource
2016-03-17 15:08:59 +00:00
stack72 4db3242c53 provider/azurerm: Scaffolding the AzureRM Virtual Machine Test framework 2016-03-17 15:08:59 +00:00
stack72 cb109043f2 Scaffold the Azure RM Virtual Machine resource 2016-03-17 15:08:59 +00:00
Clint de1567c2e7 Merge pull request #5693 from hashicorp/b-aws-ebs-domain-docs
provider/aws: Document volume_size requirement if using EBS in ElasticSearch Domain
2016-03-17 09:03:51 -05:00
clint shryock 93a1f7a41f provider/aws: Document volume_size requirement if using EBS in ElasticSearch Domain 2016-03-17 09:00:41 -05:00
Paul Stack fea6b60f06 Merge pull request #5680 from iceycake/aws_db_instance-missing-tags-doc
Added the missing tags params to the aws_db_instance doc
2016-03-17 09:08:52 +05:30
Andy Chan 1fb74416ac Added the missing tags params to the doc 2016-03-16 16:20:40 -07:00
Paul Hinze 725ffe01d6 CHANGELOG: Note about ASG metrics_granularity 2016-03-16 15:51:11 -05:00
James Nugent 38b8efdc6d Merge pull request #5655 from thinktwo/patch-1
Changed volume to network in description for zone
2016-03-16 19:49:17 +00:00
James Nugent 823abfc6a0 Update CHANGELOG.md 2016-03-16 19:46:57 +00:00
James Nugent 69c65109cd Merge pull request #5668 from Originate/mb-correctly-handle-missing-lambda
provider/aws: Correctly handle missing lambda function
2016-03-16 19:45:36 +00:00