Seth Vargo
9c3c05a70c
hclfmt on homepage configs
2017-02-17 15:36:57 -05:00
Mitchell Hashimoto
1e1455acef
update CHANGELOG
2017-02-17 12:36:38 -08:00
Mitchell Hashimoto
388dda4a12
Merge pull request #12050 from hashicorp/b-provider-include
...
terraform: don't include providers if not targeted
2017-02-17 12:34:04 -08:00
Seth Vargo
cd2da52a01
Merge pull request #12056 from pdecat/patch-3
...
Doc: fix 404 on API link
2017-02-17 13:34:36 -05:00
Seth Vargo
0ad7adbf8e
Merge pull request #12057 from pdecat/patch-2
...
Fix typo: retry_duraction => retry_duration
2017-02-17 13:34:13 -05:00
James Bardin
a4283d23f6
fix windows locking
...
Don't create a new windows handle for the lock.
2017-02-17 13:29:48 -05:00
James Bardin
c0dda6a7b3
test failure for windows local locks
2017-02-17 13:29:47 -05:00
Mitchell Hashimoto
ef546517be
terraform: close transform should not include untargeted providers
2017-02-17 09:27:47 -08:00
Mitchell Hashimoto
9062a1893e
terraform: don't include providers if not targeted
...
Fixes #12009
This is a simple change similar to #10911 where we need to exclude
providers that aren't targeted.
2017-02-17 09:21:29 -08:00
Mitchell Hashimoto
d1ecaff6f6
Merge pull request #12049 from hashicorp/b-update-hcl
...
vendor: update HCL (formatting)
2017-02-17 08:56:40 -08:00
Mitchell Hashimoto
3c543a4d6f
vendor: update HCL (formatting)
2017-02-17 08:52:09 -08:00
Mitchell Hashimoto
8ee3be9d55
Merge pull request #12048 from hashicorp/b-update-go-pllugin
...
vendor: update go-plugin
2017-02-17 08:37:53 -08:00
Traver Tischio
84308439aa
provider/fastly Adds fastly response object ( #12032 )
...
* Adds basic schema for response object
* Updates based on differences in fastly response objects
* Refreshes and flattens fastly response object
* Tests fastly response object
* Adds documentation for a fastly response object
2017-02-17 10:36:05 -06:00
Mitchell Hashimoto
0f058b661b
Merge pull request #12031 from ChrisParis/output-refresh-state
...
RefreshState in output command
2017-02-17 08:35:40 -08:00
Mitchell Hashimoto
6cc5123d31
vendor: update go-plugin
...
This fixes some hanging issues seen by TF users, see the relevant
commits in go-plugin.
2017-02-17 08:32:21 -08:00
Clint
5353515f5b
Merge pull request #12025 from hashicorp/f-fastly-optional-backend
...
provider/fastly: Make Backends optional if used in VCL
2017-02-17 10:23:29 -06:00
David Harris
2ab6fcc16b
provider/aws: Elastic Beanstalk Application Version ( #5770 )
...
* Added new resource aws_elastic_beanstalk_application_version.
* Changing bucket and key to required.
* Update to use d.Id() directly in DescribeApplicationVersions.
* Checking err to make sure that the application version is successfully deleted.
* Update `version_label` to `Computed: true`.
* provider/aws: Updating to python solution stack
* provider/aws: Beanstalk App Version delete source
The Elastic Beanstalk API call to delete `application_version` resource
should not delete the s3 bundle, as this object is managed by another
Terraform resource
* provider/aws: Update application version docs
* Fix application version test
* Add `version_label` update test
Adds test that fails after rebasing branch onto v0.8.x. `version_label`
changes do not update the `aws_elastic_beanstalk_environment` resource.
* `version_label` changes to update environment
* Prevent unintended delete of `application_version`
Prevents an `application_version` used by multiple environments from
being deleted.
* Add `force_delete` attribute
* Update documentation
2017-02-17 17:54:07 +02:00
Jesse Szwedko
5b7e3701cb
[datadog] add support for new host delay to the datadog_monitor resource ( #11975 )
...
* [datadog] Update go-datadog-api library
Involves one breaking API change. Also some `gofmt`ing.
* [datadog] Add support for new_host_delay to the datadog_monitor resource
New API parameter that Datadog added for monitors to ignore new hosts
for the specified time period in monitor evaluation.
2017-02-17 17:08:31 +02:00
Sebastien Badia
e15f1628c2
doc: gcs - Update storage_class documentation and tests
...
`STANDARD` storage_class is now replaced by `MULTI_REGIONAL` depending
the bucket location. Same for `DURABLE_REDUCED_AVAILABILITY` replaced
by `REGIONAL`.
refs: https://cloud.google.com/storage/docs/storage-classes#standard
2017-02-17 15:59:25 +01:00
donaldgray
2075ea84e8
Fixed a couple of typos in azurerm_local_network_gateway docs ( #12036 )
2017-02-17 16:51:38 +02:00
Traver Tischio
586bf51a80
Fixes logging response condition documentation ( #12028 )
2017-02-17 16:50:12 +02:00
Anthony Stanton
38eb0067d5
Fix doc formatting ( #12034 )
2017-02-17 16:44:51 +02:00
Rickard von Essen
1bb3f7f37a
aws/codebuild: Fixed documentation about Optional vs. Required attributes ( #12039 )
2017-02-17 16:43:58 +02:00
Yann DEGAT
e3a6b00db0
provider/openstack: Adding Image Resource
2017-02-17 09:35:16 +01:00
Chris Paris
5812bae27f
RefreshState in output command
2017-02-16 18:44:43 -08:00
Sean Chittenden
d8232314cc
CHANGELOG++
2017-02-16 16:30:49 -08:00
Sean Chittenden
df19f674e6
Merge pull request #11729 from hashicorp/f-consul-data-source
...
Consul Data Sources for nodes and services
2017-02-16 15:25:34 -08:00
Sean Chittenden
5f3b6ffdb2
Add `consul_agent_self` docs and synchronize a few missing attributes.
2017-02-16 15:10:50 -08:00
Christoph Blecker
e27a04ab06
build: Bump Vagrant to go1.8 ( #12026 )
2017-02-17 00:45:19 +02:00
clint shryock
896d1d30fb
provider/fastly: Make Fastly Service Backends optional
...
Backends must be defined in the config, but may optionally be declared
inside custom VCL. Here we mark Backends optional to enable that.
2017-02-16 16:22:41 -06:00
Matt Dainty
4678fa4121
Add missing resource types to the sidebar
2017-02-16 22:14:24 +00:00
Sean Chittenden
dfb86a8983
Fix a `go vet` issue re: missing arg to `fmt.Sprintf`.
2017-02-16 14:08:15 -08:00
Sean Chittenden
6df42d4348
Add a link to the `consul_catalog_nodes` data source.
2017-02-16 14:03:15 -08:00
Sean Chittenden
99d91d1f28
Chase the update to the out parameter: `s/services/service/g`
2017-02-16 13:58:08 -08:00
Sean Chittenden
e7a8f25388
Push out the last of the docs and fixes for the `consul_catalog_nodes` data source.
2017-02-16 13:50:06 -08:00
Sean Chittenden
1c7a924258
Update and provide docs to the `consul_catalog_service` data source.
2017-02-16 13:50:06 -08:00
Sean Chittenden
9d06a47069
Add docs for the `consul_catalog_services` data source.
2017-02-16 13:50:06 -08:00
Sean Chittenden
b7c9dedf4e
Add a `consul_catalog_services` resource that enumerates the list of services in a given Consul datacenter.
2017-02-16 13:50:06 -08:00
Sean Chittenden
4003c47c71
Remove some accidentally leaked `q.Q()` calls from earlier debugging.x
2017-02-16 13:50:06 -08:00
Sean Chittenden
59925478c3
Add a `consul_catalog_service` resource to obtain detailed information about a specific Consul service.
2017-02-16 13:50:06 -08:00
Sean Chittenden
41e4208777
Commit miss: `s/query_opts/query_options/`
2017-02-16 13:50:05 -08:00
Sean Chittenden
974415d5cf
Move the query options schema into its own set and nested collection of attributes.
...
This is being done in advance of supporting the services data source.
2017-02-16 13:50:05 -08:00
Sean Chittenden
0d049026be
Remove unused helper functions.
2017-02-16 13:50:05 -08:00
Sean Chittenden
efb76b3374
Update the style of the `consul_catalog_nodes` data source.
2017-02-16 13:50:05 -08:00
Sean Chittenden
1476445593
Update `consul_catalog_nodes` to conform to normal resource guidelines.
2017-02-16 13:50:05 -08:00
Sean Chittenden
5567732814
Remove underscores from private identifiers that were not to be exported and strictly use lowercase letters instead.
2017-02-16 13:50:05 -08:00
Sean Chittenden
0d5ee1e953
Catch API drift with Consul.
2017-02-16 13:50:04 -08:00
Sean Chittenden
ac1294633a
Add a datasource for catalog nodes.
2017-02-16 13:50:04 -08:00
Sean Chittenden
db2f217f25
Change the signature of map writer to take a map that isn't a pointer. Force the use of `ToMap()` to retrieve the created `map[string]interface{}`.
2017-02-16 13:50:04 -08:00
Sean Chittenden
15fb969f3e
Add an attribute reader interface and a config reader implementation.
2017-02-16 13:50:04 -08:00