Paul Stack
7cbc9006a6
Update CHANGELOG.md
2016-12-12 22:18:10 +00:00
Traver Tischio
27d42d1831
provider/fastly add origin shielding ( #10677 )
...
* Add shield to options for fastly backend
* Add shield to acceptance test for fastly
* Update website with shield option
2016-12-12 22:17:35 +00:00
Paul Stack
3173b7c17b
Update CHANGELOG.md
2016-12-12 22:10:10 +00:00
Ninir
16660a4f60
provider/aws: Fixed deletion of aws_api_gateway_base_path_mapping with empty path ( #10177 )
2016-12-12 22:09:25 +00:00
Alex Brausewetter
c1637f25c4
Document ECS scratch volumes ( #10683 )
...
Update docs to say that volumes can be created without host_path, which will create an nonpersistent volume, as per http://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_data_volumes.html .
This feature was implemented in #3810 but did not appear in the docs.
2016-12-12 22:00:58 +00:00
James Bardin
7a0949ee5a
Merge pull request #10678 from hashicorp/jbardin/go1.8-vet
...
wrong printf verb
2016-12-12 15:06:23 -05:00
James Bardin
5b0bc3b25e
wrong printf verb
2016-12-12 15:03:21 -05:00
Paddy
b61a1ce3be
Merge pull request #10676 from danawillow/google-ilb
...
providers/google: Add missing doc links
2016-12-12 11:58:36 -08:00
Dana Hoffman
a0cbb9fd42
add links to health check and region backend service docs
2016-12-12 11:53:42 -08:00
James Bardin
ed3517858f
Merge pull request #10670 from hashicorp/jbardin/GH-10603
...
Prevent data sources from being aplied early
2016-12-12 14:53:03 -05:00
Mitchell Hashimoto
8f2a78f704
Update CHANGELOG.md
2016-12-12 11:50:22 -08:00
Mitchell Hashimoto
80eab1d749
Merge pull request #10659 from hashicorp/b-multi-provider-dep
...
terraform: destroy resources in dependent providers first
2016-12-12 11:49:18 -08:00
Mitchell Hashimoto
6b1d9aa3f3
Update CHANGELOG.md
2016-12-12 10:53:33 -08:00
Mitchell Hashimoto
8a102799c2
Merge pull request #10658 from hashicorp/b-var-keys
...
config: validate invalid variable keys
2016-12-12 10:53:07 -08:00
Mitchell Hashimoto
8169d5f86d
Update CHANGELOG.md
2016-12-12 10:52:58 -08:00
Mitchell Hashimoto
8e19a8b79f
Merge pull request #10657 from hashicorp/b-unknown-computed-list
...
terraform: allow indexing into a computed list for multi-count resources
2016-12-12 10:52:27 -08:00
Mitchell Hashimoto
fd3f5e34d7
Update CHANGELOG.md
2016-12-12 10:52:14 -08:00
Mitchell Hashimoto
751e45c1d2
Merge pull request #10654 from hashicorp/b-vars
...
Maps with -var-file or -var always merge
2016-12-12 10:51:41 -08:00
Mitchell Hashimoto
8fa471d962
Merge pull request #10646 from hashicorp/b-old-map
...
terraform: user friendly error when using old map overrides
2016-12-12 10:51:26 -08:00
Mitchell Hashimoto
76a48aafb8
Update CHANGELOG.md
2016-12-12 10:51:13 -08:00
Mitchell Hashimoto
1c537f6295
Merge pull request #10639 from hashicorp/b-plan-plan
...
command/plan: user friendly error if plan file given to plan command
2016-12-12 10:50:01 -08:00
Mitchell Hashimoto
36ff8b3c02
command/plan: show a warning when a plan file is given
2016-12-12 10:45:26 -08:00
Paddy
74dab0bf0a
Update CHANGELOG.md
2016-12-12 09:53:01 -08:00
Paddy
6295cfb24c
Update CHANGELOG.md
2016-12-12 09:50:29 -08:00
Paddy
8d046c766c
Merge pull request #10453 from danawillow/google-ilb
...
providers/google: Add support for Internal Load Balancing
2016-12-12 09:47:20 -08:00
Paul Stack
fce6062d89
Update CHANGELOG.md
2016-12-12 17:41:39 +00:00
Ninir
fc5b05ebc1
provider/aws: Added SQS FIFO queues ( #10614 )
2016-12-12 17:40:59 +00:00
Mitchell Hashimoto
5eb614acee
Update CHANGELOG.md
2016-12-12 09:23:35 -08:00
Mitchell Hashimoto
882a5c49d7
Merge pull request #10656 from hashicorp/b-muti-lifecycle
...
config: error when loading multiple lifecycle blocks
2016-12-12 09:23:02 -08:00
stack72
3ecdc057b5
provider/digitalocean: Removal of an old test that was causing the CI acceptance tests to hang
2016-12-12 17:11:20 +00:00
Paul Stack
949d18da22
provider/digitalocean: Fix a whitespace issue in DO ssh_key causing test failures ( #10673 )
2016-12-12 16:27:55 +00:00
Christoph Blecker
45845c3596
Update Vagrantfile to Ubuntu 16.04 ( #10648 )
2016-12-12 16:03:35 +00:00
Paul Stack
67b9f88886
docs/icinga2: Adding the documentation to the sidebar of the website ( #10671 )
2016-12-12 15:53:37 +00:00
James Bardin
d2c6f1b57f
Prevent data sources from being aplied early
...
If a data source has explicit dependencies in `depends_on`, we can
assume the user has added those because of a dependency not tracked
directly in the config. If there are any entries in `depends_on`, don't
apply the data source early during Refresh.
2016-12-12 10:35:10 -05:00
Paul Stack
773c36d072
Update CHANGELOG.md
2016-12-12 15:29:04 +00:00
Len Smith
015e96d0dd
Initial check in for Icinga2 Provider/Resource ( #8306 )
...
* Initial checkin for PR request
* Added an argument to provider to allow control over whether or not TLS Certs will skip verification. Controllable via provider or env variable being set
* Initial check-in to use refactored module
* Checkin of very MVP for creating/deleting host test which works and validates basic host creation and deletion
* Check in with support for creating hosts with variables working
* Checking in work to date
* Remove code that causes travis CI to fail while I debug
* Adjust create to accept multivale
* Back on track. Working basic tests. go-icinga2-api needs more test too
* Squashing
* Back on track. Working basic tests. go-icinga2-api needs more test too
* Check in refactored hostgroup support
* Check in refactored check_command, hosts, and hsotgroup with a few test
* Checking in service code
* Add in dependency for icinga2 provider
* Add documentation. Refactor, fix and extend based on feedback from Hashicorp
* Added checking and validation around invalid URL and unavailable server
2016-12-12 15:28:26 +00:00
Paul Stack
399614c093
Update CHANGELOG.md
2016-12-12 15:13:23 +00:00
Ninir
048a932abd
provider/aws: Added Lambda function guard when needed attributes are not set ( #10663 )
2016-12-12 15:12:56 +00:00
Jan Schumann
a01a93067f
tests for #5907 ( #10669 )
2016-12-12 14:42:04 +00:00
Paul Stack
d133cd82e8
Update CHANGELOG.md
2016-12-12 12:57:33 +00:00
Ninir
3f5e12ff7e
provider/aws: Set the DBName when restoring from a snapshot ( #10664 )
2016-12-12 12:56:56 +00:00
Paul Stack
a2db4ad4bb
Update CHANGELOG.md
2016-12-12 09:15:14 +00:00
Joe Topjian
fd40eb3421
provider/openstack: More Import and Region Fixes ( #10662 )
...
This has a few more import and region fixes from #10509
2016-12-12 09:14:38 +00:00
Sander van Harmelen
ae002d99c4
Update CHANGELOG.md
2016-12-12 10:13:53 +01:00
Sander van Harmelen
0af3d071d2
Update CHANGELOG.md
2016-12-12 10:13:34 +01:00
Sander van Harmelen
bad3a876ca
provider/cloudstack: add support for multiple NICs with port forwards and set network_domain for networks ( #10638 )
...
* Add support for multiple NICs with port forwards
* Fix issue #9801
2016-12-12 10:06:42 +01:00
Rui Gonçalves
5016a56fd4
provider/statuscake: fix StatusCake tests ( #10660 )
...
* Update vendored statuscake SDK
* Set all attributes when upserting statuscake tests
2016-12-11 19:41:49 +00:00
Mitchell Hashimoto
42edd22566
helper/variables: address go vet
2016-12-10 20:32:50 -05:00
Mitchell Hashimoto
b346ba32d1
terraform: dependent provider resources are destroyed first in modules
...
This extends the prior commit to also verify (and fix) that resources of
dependent providers are destroyed first even when they're within
modules.
2016-12-10 20:22:12 -05:00
Mitchell Hashimoto
14d079f914
terraform: destroy resources in dependent providers first
...
Fixes #4645
This is something that never worked (even in legacy graphs), but as we
push forward towards encouraging multi-provider usage especially with
things like the Vault data source, I want to make sure we have this
right for 0.8.
When you have a config like this:
```
resource "foo_type" "name" {}
provider "bar" { attr = "${foo_type.name.value}" }
resource "bar_type" "name" {}
```
Then the destruction ordering MUST be:
1. `bar_type`
2. `foo_type`
Since configuring the client for `bar_type` requires accessing data from
`foo_type`. Prior to this PR, these two would be done in parallel. This
properly pushes forward the dependency.
There are more cases I want to test but this is a basic case that is
fixed.
2016-12-10 20:11:24 -05:00