nrkno / terraform-provider-lastpass

Terraform Lastpass provider
Apache License 2.0
61 stars 7 forks source link

build(deps): bump github.com/hashicorp/terraform from 0.12.17 to 0.12.18 #12

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps github.com/hashicorp/terraform from 0.12.17 to 0.12.18.

Release notes *Sourced from [github.com/hashicorp/terraform's releases](https://github.com/hashicorp/terraform/releases).* > ## v0.12.18 > NOTES: > > * cli: Our darwin releases for this version and up will be signed and notarized according to Apple's requirements. > > Prior to this release, MacOS 10.15+ users attemping to run our software [reported](https://github-redirect.dependabot.com/hashicorp/terraform/issues/23033) seeing the error: "'terraform' cannot be opened because the developer cannot be verified." This error affected all MacOS 10.15+ users who downloaded our software directly via web browsers, and was caused by [changes to Apple's third-party software requirements](https://developer.apple.com/news/?id=04102019a). > > [Our recommended approach to install and interact with the Terraform CLI can be found here](https://learn.hashicorp.com/terraform/getting-started/install). > > MacOS 10.15+ users should plan to upgrade to 0.12.18+. > > UPGRADE NOTES: > > * Inside `provisioner` blocks that have `when = destroy` set, and inside any `connection` blocks that are used by such provisioner blocks, it is now deprecated to refer to any objects other than `self`, `count`, and `each`. > > Terraform has historically allowed this but doing so tends to cause downstream problems with dependency cycles or incorrect destroy ordering because it causes the destroy phase of one resource to depend on the existing state of another. Although this is currently only a warning, we strongly suggest seeking alternative approaches for existing configurations that are hitting this warning in order to avoid the risk of later problems should you need to replace or destroy the related resources. > > This deprecation warning will be promoted to an error in a future release. > > ENHANCEMENTS: > > * provisioners: Warn about the deprecation of non-self references in destroy-time provisioners, both to allow preparation for this later becoming an error and also as an extra hint for the "Cycle" errors that commonly arise when such references are used. ([#23559](https://github-redirect.dependabot.com/hashicorp/terraform/issues/23559)) > * cli: The `terraform plan` and `terraform apply` commands (and some others) now accept the additional option `-compact-warnings`. If set, and if Terraform produces warnings that are not also accompanied by errors, then the warnings will be presented in the output in a compact form that includes only the summary information, thus providing a compromise to avoid warnings overwhelming the output if you are not yet ready to resolve them. ([#23632](https://github-redirect.dependabot.com/hashicorp/terraform/issues/23632)) > > BUG FIXES: > > * backend/s3: Fix for users with >1000 workspaces ([#22963](https://github-redirect.dependabot.com/hashicorp/terraform/issues/22963)) > * cli: Allow moving indexed resource instances to new addresses that that don't yet exist in state ([#23582](https://github-redirect.dependabot.com/hashicorp/terraform/issues/23582)) > * cli: Improved heuristics for log level filtering with the `TF_LOG` environment variable, although it is still not 100% reliable for levels other than `TRACE` due to limitations of Terraform's internal logging infrastructure. Because of that, levels other than `TRACE` will now cause the logs to begin with a warning about potential filtering inaccuracy. ([#23577](https://github-redirect.dependabot.com/hashicorp/terraform/issues/23577)) > * command/show: Fix panic on show plan ([#23581](https://github-redirect.dependabot.com/hashicorp/terraform/issues/23581)) > * config: Fixed referencing errors generally involving `for_each` ([#23475](https://github-redirect.dependabot.com/hashicorp/terraform/issues/23475)) > * provisioners: The built-in provisioners (`local-exec`, `remote-exec`, `file`, etc) will no longer fail when the `TF_CLI_ARGS` environment variable is set. ([#17400](https://github-redirect.dependabot.com/hashicorp/terraform/issues/17400))
Changelog *Sourced from [github.com/hashicorp/terraform's changelog](https://github.com/hashicorp/terraform/blob/master/CHANGELOG.md).* > ## 0.12.18 (December 11, 2019) > > NOTES: > > * cli: Our darwin releases for this version and up will be signed and notarized according to Apple's requirements. > > Prior to this release, MacOS 10.15+ users attemping to run our software [reported](https://github-redirect.dependabot.com/hashicorp/terraform/issues/23033) seeing the error: "'terraform' cannot be opened because the developer cannot be verified." This error affected all MacOS 10.15+ users who downloaded our software directly via web browsers, and was caused by [changes to Apple's third-party software requirements](https://developer.apple.com/news/?id=04102019a). > > [Our recommended approach to install and interact with the Terraform CLI can be found here](https://learn.hashicorp.com/terraform/getting-started/install). > > MacOS 10.15+ users should plan to upgrade to 0.12.18+. > > UPGRADE NOTES: > > * Inside `provisioner` blocks that have `when = destroy` set, and inside any `connection` blocks that are used by such provisioner blocks, it is now deprecated to refer to any objects other than `self`, `count`, and `each`. > > Terraform has historically allowed this but doing so tends to cause downstream problems with dependency cycles or incorrect destroy ordering because it causes the destroy phase of one resource to depend on the existing state of another. Although this is currently only a warning, we strongly suggest seeking alternative approaches for existing configurations that are hitting this warning in order to avoid the risk of later problems should you need to replace or destroy the related resources. > > This deprecation warning will be promoted to an error in a future release. > > ENHANCEMENTS: > > * provisioners: Warn about the deprecation of non-self references in destroy-time provisioners, both to allow preparation for this later becoming an error and also as an extra hint for the "Cycle" errors that commonly arise when such references are used. ([#23559](https://github-redirect.dependabot.com/hashicorp/terraform/issues/23559)) > * cli: The `terraform plan` and `terraform apply` commands (and some others) now accept the additional option `-compact-warnings`. If set, and if Terraform produces warnings that are not also accompanied by errors, then the warnings will be presented in the output in a compact form that includes only the summary information, thus providing a compromise to avoid warnings overwhelming the output if you are not yet ready to resolve them. ([#23632](https://github-redirect.dependabot.com/hashicorp/terraform/issues/23632)) > > BUG FIXES: > > * backend/s3: Fix for users with >1000 workspaces ([#22963](https://github-redirect.dependabot.com/hashicorp/terraform/issues/22963)) > * cli: Allow moving indexed resource instances to new addresses that that don't yet exist in state ([#23582](https://github-redirect.dependabot.com/hashicorp/terraform/issues/23582)) > * cli: Improved heuristics for log level filtering with the `TF_LOG` environment variable, although it is still not 100% reliable for levels other than `TRACE` due to limitations of Terraform's internal logging infrastructure. Because of that, levels other than `TRACE` will now cause the logs to begin with a warning about potential filtering inaccuracy. ([#23577](https://github-redirect.dependabot.com/hashicorp/terraform/issues/23577)) > * command/show: Fix panic on show plan ([#23581](https://github-redirect.dependabot.com/hashicorp/terraform/issues/23581)) > * config: Fixed referencing errors generally involving `for_each` ([#23475](https://github-redirect.dependabot.com/hashicorp/terraform/issues/23475)) > * provisioners: The built-in provisioners (`local-exec`, `remote-exec`, `file`, etc) will no longer fail when the `TF_CLI_ARGS` environment variable is set. ([#17400](https://github-redirect.dependabot.com/hashicorp/terraform/issues/17400))
Commits - [`0bda605`](https://github.com/hashicorp/terraform/commit/0bda605bc1e37770370376bd15801b0e2d7ca78d) v0.12.18 - [`49fc53d`](https://github.com/hashicorp/terraform/commit/49fc53d1d1c9908f77074440e08012c2bd465ff3) provider source enhancements - [`5a8ca31`](https://github.com/hashicorp/terraform/commit/5a8ca31d48b0a3a50d26222582887c5ac0ba82a7) Update CHANGELOG.md - [`c06675c`](https://github.com/hashicorp/terraform/commit/c06675c616abaf4c9cfbd2afa18cc8360b4ad4e9) command: New -compact-warnings option - [`5421a62`](https://github.com/hashicorp/terraform/commit/5421a62eae753c4f86212dae1cf53bee966c0d0d) Merge pull request [#23401](https://github-redirect.dependabot.com/hashicorp/terraform/issues/23401) from sclaire-1/master - [`63df95d`](https://github.com/hashicorp/terraform/commit/63df95dbcae556ecd845ebbcd45c37f89c60ec3c) Update CHANGELOG.md - [`d45a4d3`](https://github.com/hashicorp/terraform/commit/d45a4d33bba18afdf69819719088e8c1760e705f) Merge pull request [#22963](https://github-redirect.dependabot.com/hashicorp/terraform/issues/22963) from rekahsoft/s3-backend-pagination - [`a4b0de1`](https://github.com/hashicorp/terraform/commit/a4b0de1b782fca4a83002292a26afbcf77d92b81) Merge pull request [#23631](https://github-redirect.dependabot.com/hashicorp/terraform/issues/23631) from pselle/s3AccFix - [`45fa6a3`](https://github.com/hashicorp/terraform/commit/45fa6a31455efc2130b2a377db49a64442659a6e) Fix S3 test - [`b90fb25`](https://github.com/hashicorp/terraform/commit/b90fb25321e513f068b4aa427db16cea199f94c7) experiments: a mechanism for opt-in experimental language features - Additional commits viewable in [compare view](https://github.com/hashicorp/terraform/compare/v0.12.17...v0.12.18)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)