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.12 to 0.12.13 #7

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps github.com/hashicorp/terraform from 0.12.12 to 0.12.13.

Release notes *Sourced from [github.com/hashicorp/terraform's releases](https://github.com/hashicorp/terraform/releases).* > ## v0.12.13 > UPGRADE NOTES: > > * **Remote backend local-only operations:** Previously the remote backend was not correctly handling variables marked as "HCL" in the remote workspace when running local-only operations like `terraform import`, instead interpreting them as literal strings as described in [#23228](https://github-redirect.dependabot.com/hashicorp/terraform/issues/23228). > > That behavior is now corrected in this release, but in the unlikely event that an existing remote workspace contains a variable marked as "HCL" whose value is not valid HCL syntax these local-only commands will now fail with a syntax error where previously the value would not have been parsed at all and so an operation not relying on that value may have succeeded in spite of the problem. If you see an error like "Invalid expression for var.example" on local-only commands after upgrading, ensure that the remotely-stored value for the given variable uses correct HCL value syntax. > > This _does not_ affect true remote operations like `terraform plan` and `terraform apply`, because the processing of variables for those always happens in the remote system. > > BUG FIXES: > > * config: Fix regression where self wasn't properly evaluated when using for_each ([#23215](https://github-redirect.dependabot.com/hashicorp/terraform/issues/23215)) > * config: dotfiles are no longer excluded when copying existing modules; previously, any dotfile/dir was excluded in this copy, but this change makes the local copy behavior match go-getter behavior ([#22946](https://github-redirect.dependabot.com/hashicorp/terraform/issues/22946)) > * core: Ensure create_before_destroy ordering is enforced with dependencies between modules ([#22937](https://github-redirect.dependabot.com/hashicorp/terraform/issues/22937)) > * core: Fix some destroy-time cycles due to unnecessary edges in the graph, and remove unused resource nodes ([#22976](https://github-redirect.dependabot.com/hashicorp/terraform/issues/22976)) > * backend/remote: Correctly handle remotely-stored variables that are marked as "HCL" when running local-only operations like `terraform import`. Previously they would produce a type mismatch error, due to misinterpreting them as literal strings. ([#23229](https://github-redirect.dependabot.com/hashicorp/terraform/issues/23229))
Changelog *Sourced from [github.com/hashicorp/terraform's changelog](https://github.com/hashicorp/terraform/blob/master/CHANGELOG.md).* > ## 0.12.13 (October 31, 2019) > > UPGRADE NOTES: > > * **Remote backend local-only operations:** Previously the remote backend was not correctly handling variables marked as "HCL" in the remote workspace when running local-only operations like `terraform import`, instead interpreting them as literal strings as described in [#23228](https://github-redirect.dependabot.com/hashicorp/terraform/issues/23228). > > That behavior is now corrected in this release, but in the unlikely event that an existing remote workspace contains a variable marked as "HCL" whose value is not valid HCL syntax these local-only commands will now fail with a syntax error where previously the value would not have been parsed at all and so an operation not relying on that value may have succeeded in spite of the problem. If you see an error like "Invalid expression for var.example" on local-only commands after upgrading, ensure that the remotely-stored value for the given variable uses correct HCL value syntax. > > This _does not_ affect true remote operations like `terraform plan` and `terraform apply`, because the processing of variables for those always happens in the remote system. > > BUG FIXES: > > * config: Fix regression where self wasn't properly evaluated when using for_each ([#23215](https://github-redirect.dependabot.com/hashicorp/terraform/issues/23215)) > * config: dotfiles are no longer excluded when copying existing modules; previously, any dotfile/dir was excluded in this copy, but this change makes the local copy behavior match go-getter behavior ([#22946](https://github-redirect.dependabot.com/hashicorp/terraform/issues/22946)) > * core: Ensure create_before_destroy ordering is enforced with dependencies between modules ([#22937](https://github-redirect.dependabot.com/hashicorp/terraform/issues/22937)) > * core: Fix some destroy-time cycles due to unnecessary edges in the graph, and remove unused resource nodes ([#22976](https://github-redirect.dependabot.com/hashicorp/terraform/issues/22976)) > * backend/remote: Correctly handle remotely-stored variables that are marked as "HCL" when running local-only operations like `terraform import`. Previously they would produce a type mismatch error, due to misinterpreting them as literal strings. ([#23229](https://github-redirect.dependabot.com/hashicorp/terraform/issues/23229))
Commits - [`5cb4596`](https://github.com/hashicorp/terraform/commit/5cb459638721c943ae80b2720f84147cabf23586) v0.12.13 - [`5070ab7`](https://github.com/hashicorp/terraform/commit/5070ab79893546b1297548d39f5859a7c2e0d2e0) Merge pull request [#23185](https://github-redirect.dependabot.com/hashicorp/terraform/issues/23185) from scott1138/patch-1 - [`6afb82e`](https://github.com/hashicorp/terraform/commit/6afb82ee1fb297bdcedcd82ece46e72d53eedafd) Update CHANGELOG.md - [`8f27409`](https://github.com/hashicorp/terraform/commit/8f27409007446a5b7b60637ccf9db6a501936cc7) backend/remote: Support HCL variable values in local operations - [`9f9f220`](https://github.com/hashicorp/terraform/commit/9f9f22091e781e14495d89eb37d9b3e4badccf5c) backend/remote: Unlock workspace if Context fails - [`74249a8`](https://github.com/hashicorp/terraform/commit/74249a8c23997e71e8d4f4e005772e98d0cfe987) Merge pull request [#23235](https://github-redirect.dependabot.com/hashicorp/terraform/issues/23235) from hashicorp/cgriggs01-cherryservers - [`e3b18cd`](https://github.com/hashicorp/terraform/commit/e3b18cd0d96d72b775be54e9dd32a13c82dcc969) [Website] CherryServer doc links - [`cd7c3e4`](https://github.com/hashicorp/terraform/commit/cd7c3e4231c3730b56812881756ac82a6a569583) update CHANGELOG.md - [`7829a4f`](https://github.com/hashicorp/terraform/commit/7829a4f6ce1c9c7a4e54b78f518af194c0902796) Merge pull request [#23215](https://github-redirect.dependabot.com/hashicorp/terraform/issues/23215) from hashicorp/jbardin/for-each-self - [`3839405`](https://github.com/hashicorp/terraform/commit/3839405d3dc3553df8749f58cc26a7dbe417146e) correctly evaluate self in for_each resources - Additional commits viewable in [compare view](https://github.com/hashicorp/terraform/compare/v0.12.12...v0.12.13)


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)
martensson commented 4 years ago

@dependabot merge