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
Sean Chittenden
c602f024f4
Fix the remaining `postgresql_extension` unit test.
2016-12-12 13:40:49 -08:00
Sean Chittenden
daa951434f
Teach postgresql_extension about schemas.
2016-12-12 13:15:57 -08:00
Sean Chittenden
201d9b9dfd
Fix the description for the postgresql_role.
2016-12-12 13:14:06 -08:00
Sean Chittenden
d1c9ebb6c2
Add PostgreSQL schema support
2016-12-12 13:11:47 -08: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
Sean Chittenden
1a93309e50
Expand postgresql_role support to include all known options.
2016-12-12 01:37:00 -08:00
Sean Chittenden
4c6c52ee8d
Nuke some whitespace.
2016-12-12 01:36:14 -08:00
Sean Chittenden
6deb61b0cf
Enable import support for PostgreSQL's extensions.
2016-12-12 01:33:02 -08:00
Sean Chittenden
e36827c5fe
Change the default for `valid_until` to `infinity` to match the default.
2016-12-12 01:18:13 -08: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
Sean Chittenden
e9dc92c18d
Change the default for `inherit` from `false` to `true` to match PostgreSQL.
2016-12-12 01:11:07 -08:00