James Nugent
7cda9e8c74
Merge pull request #10682 from hashicorp/f-fixup-postgresql
...
Various changes to the PostgreSQL provider
2016-12-12 15:22:53 -08:00
Sean Chittenden
ce60c4fede
gofmt cleanup on imports.
2016-12-12 15:21:20 -08:00
Sean Chittenden
2ecd42c0be
Remove non-standard environment variables in prep for 0.8.
2016-12-12 15:21:00 -08:00
Sean Chittenden
6ed37770c3
Add the testing Makefile that I'm using for testing the provider locally.
2016-12-12 14:44:46 -08:00
Sean Chittenden
8c41f0859b
Add the version attribute to postgresql_extension.
2016-12-12 14:37:40 -08:00
Paul Stack
d75d5bc83d
Update CHANGELOG.md
2016-12-12 22:35:16 +00:00
Paul Stack
1113ed5fc7
provider/aws: Support MFA delete for s3 bucket versioning ( #10020 )
...
Fixes #7902
```
% make testacc TEST=./builtin/providers/aws
% TESTARGS='-run=TestAccAWSS3Bucket_'
% ✹
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2016/12/12 12:11:45 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSS3Bucket_
-timeout 120m
=== RUN TestAccAWSS3Bucket_importBasic
--- PASS: TestAccAWSS3Bucket_importBasic (55.74s)
=== RUN TestAccAWSS3Bucket_importWithPolicy
--- PASS: TestAccAWSS3Bucket_importWithPolicy (63.34s)
=== RUN TestAccAWSS3Bucket_Notification
--- PASS: TestAccAWSS3Bucket_Notification (165.15s)
=== RUN TestAccAWSS3Bucket_NotificationWithoutFilter
--- PASS: TestAccAWSS3Bucket_NotificationWithoutFilter (63.22s)
=== RUN TestAccAWSS3Bucket_basic
--- PASS: TestAccAWSS3Bucket_basic (47.82s)
=== RUN TestAccAWSS3Bucket_region
--- PASS: TestAccAWSS3Bucket_region (18.88s)
=== RUN TestAccAWSS3Bucket_acceleration
--- PASS: TestAccAWSS3Bucket_acceleration (34.56s)
=== RUN TestAccAWSS3Bucket_RequestPayer
--- PASS: TestAccAWSS3Bucket_RequestPayer (90.26s)
=== RUN TestAccAWSS3Bucket_Policy
--- PASS: TestAccAWSS3Bucket_Policy (120.25s)
=== RUN TestAccAWSS3Bucket_UpdateAcl
--- PASS: TestAccAWSS3Bucket_UpdateAcl (87.51s)
=== RUN TestAccAWSS3Bucket_Website_Simple
--- PASS: TestAccAWSS3Bucket_Website_Simple (138.38s)
=== RUN TestAccAWSS3Bucket_WebsiteRedirect
--- PASS: TestAccAWSS3Bucket_WebsiteRedirect (139.44s)
=== RUN TestAccAWSS3Bucket_WebsiteRoutingRules
--- PASS: TestAccAWSS3Bucket_WebsiteRoutingRules (97.82s)
=== RUN TestAccAWSS3Bucket_shouldFailNotFound
--- PASS: TestAccAWSS3Bucket_shouldFailNotFound (26.84s)
=== RUN TestAccAWSS3Bucket_Versioning
--- PASS: TestAccAWSS3Bucket_Versioning (131.89s)
=== RUN TestAccAWSS3Bucket_Cors
--- PASS: TestAccAWSS3Bucket_Cors (92.71s)
=== RUN TestAccAWSS3Bucket_Logging
--- PASS: TestAccAWSS3Bucket_Logging (86.46s)
=== RUN TestAccAWSS3Bucket_Lifecycle
--- PASS: TestAccAWSS3Bucket_Lifecycle (132.70s)
=== RUN TestAccAWSS3Bucket_Replication
--- PASS: TestAccAWSS3Bucket_Replication (122.70s)
=== RUN TestAccAWSS3Bucket_ReplicationExpectVersioningValidationError
--- PASS: TestAccAWSS3Bucket_ReplicationExpectVersioningValidationError (39.04s)
```
2016-12-12 22:34:03 +00:00
Sean Chittenden
a4965c01af
Fix up helpers.
...
Pointed out by: @stack72
2016-12-12 14:30:25 -08:00
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
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