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.7 to 0.12.9 #2

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps github.com/hashicorp/terraform from 0.12.7 to 0.12.9.

Release notes *Sourced from [github.com/hashicorp/terraform's releases](https://github.com/hashicorp/terraform/releases).* > ## v0.12.9 > NOTES: > * core: `ignore_changes` is now processed (in addition to existing behaviors) before the provider plan is run. This means that users may see fewer planned changes when using `ignore_changes`, as before this change, changes to ignored attributes were still being sent to CustomizeDiff in providers (which could mean cascading changes for some resources). This should be indicative that providers are no longer getting changes that were marked as ignored, but if unexpected plans are seen while using `ignore_changes`, investigate the settings in the `ignore_changes` block to ensure the appropriate attributes are set. ([#22520](https://github-redirect.dependabot.com/hashicorp/terraform/issues/22520)) > > ENHANCEMENTS: > * provisioners/habitat: `accept_license` argument available to automate accepting the EULA, now required by this client ([#22745](https://github-redirect.dependabot.com/hashicorp/terraform/issues/22745)) > * config: add source addressing to unknown value errors in `for_each` ([#22760](https://github-redirect.dependabot.com/hashicorp/terraform/issues/22760)) > > BUG FIXES: > * command/console: support -var and -var-file flags ([#22145](https://github-redirect.dependabot.com/hashicorp/terraform/issues/22145)) > * command/show: Fixed bug with wrong errors being returned or swallowed. ([#22772](https://github-redirect.dependabot.com/hashicorp/terraform/issues/22772)) > * config: The `cidrhost`, `cidrsubnet`, and `cidrnetmask` functions now behave correctly with IPv6 prefixes that are short enough for the host portion to be greater than 64-bit or 32-bit (depending on the target architecture). ([#22505](https://github-redirect.dependabot.com/hashicorp/terraform/issues/22505)) > * config: Fixed bug on empty sets with `for_each` ([#22281](https://github-redirect.dependabot.com/hashicorp/terraform/issues/22281)) > > ## v0.12.8 > ## 0.12.8 (September 04, 2019) > > NEW FEATURES: > * lang/funcs: New `fileset` function, for finding static local files that match a glob pattern. ([#22523](https://github-redirect.dependabot.com/hashicorp/terraform/issues/22523)) > > ENHANCEMENTS: > * remote-state/pg: add option to skip schema creation ([#21607](https://github-redirect.dependabot.com/hashicorp/terraform/issues/21607)) > > BUG FIXES: > * command/console: use user-supplied `-plugin-dir` ([#22616](https://github-redirect.dependabot.com/hashicorp/terraform/issues/22616)) > * config: ensure sets are appropriately known for `for_each` ([#22597](https://github-redirect.dependabot.com/hashicorp/terraform/issues/22597))
Changelog *Sourced from [github.com/hashicorp/terraform's changelog](https://github.com/hashicorp/terraform/blob/master/CHANGELOG.md).* > ## 0.12.9 (September 17, 2019) > > NOTES: > * core: `ignore_changes` is now processed (in addition to existing behaviors) before the provider plan is run. This means that users may see fewer planned changes when using `ignore_changes`, as before this change, changes to ignored attributes were still being sent to CustomizeDiff in providers (which could mean cascading changes for some resources). This should be indicative that providers are no longer getting changes that were marked as ignored, but if unexpected plans are seen while using `ignore_changes`, investigate the settings in the `ignore_changes` block to ensure the appropriate attributes are set. ([#22520](https://github-redirect.dependabot.com/hashicorp/terraform/issues/22520)) > > ENHANCEMENTS: > * provisioners/habitat: `accept_license` argument available to automate accepting the EULA, now required by this client ([#22745](https://github-redirect.dependabot.com/hashicorp/terraform/issues/22745)) > * config: add source addressing to unknown value errors in `for_each` ([#22760](https://github-redirect.dependabot.com/hashicorp/terraform/issues/22760)) > > BUG FIXES: > * command/console: support -var and -var-file flags ([#22145](https://github-redirect.dependabot.com/hashicorp/terraform/issues/22145)) > * command/show: Fixed bug with wrong errors being returned or swallowed. ([#22772](https://github-redirect.dependabot.com/hashicorp/terraform/issues/22772)) > * config: The `cidrhost`, `cidrsubnet`, and `cidrnetmask` functions now behave correctly with IPv6 prefixes that are short enough for the host portion to be greater than 64-bit or 32-bit (depending on the target architecture). ([#22505](https://github-redirect.dependabot.com/hashicorp/terraform/issues/22505)) > * config: Fixed bug on empty sets with `for_each` ([#22281](https://github-redirect.dependabot.com/hashicorp/terraform/issues/22281)) > > ## 0.12.8 (September 04, 2019) > > NEW FEATURES: > * lang/funcs: New `fileset` function, for finding static local files that match a glob pattern. ([#22523](https://github-redirect.dependabot.com/hashicorp/terraform/issues/22523)) > > ENHANCEMENTS: > * remote-state/pg: add option to skip schema creation ([#21607](https://github-redirect.dependabot.com/hashicorp/terraform/issues/21607)) > > BUG FIXES: > * command/console: use user-supplied `-plugin-dir` ([#22616](https://github-redirect.dependabot.com/hashicorp/terraform/issues/22616)) > * config: ensure sets are appropriately known for `for_each` ([#22597](https://github-redirect.dependabot.com/hashicorp/terraform/issues/22597))
Commits - [`abec0ac`](https://github.com/hashicorp/terraform/commit/abec0acf40d8e31ac612a244cf3886fb3bcce0bb) v0.12.9 - [`9b6fcc4`](https://github.com/hashicorp/terraform/commit/9b6fcc4e86556590df67fd9d02fa504fc8a3a5f2) Merge pull request [#22755](https://github-redirect.dependabot.com/hashicorp/terraform/issues/22755) from echernyavskiy/patch-1 - [`669242e`](https://github.com/hashicorp/terraform/commit/669242ee148fa1244a2e9fc0d946cea97ddcdd21) Merge pull request [#22777](https://github-redirect.dependabot.com/hashicorp/terraform/issues/22777) from acsbendi/patch-1 - [`655bbfd`](https://github.com/hashicorp/terraform/commit/655bbfdf287a98922fc65beeee4b489cdc37ca39) website: Add complex type example to variables.html - [`67e742f`](https://github.com/hashicorp/terraform/commit/67e742fa290364d18f7654b632a9e2cc378ebb48) Update CHANGELOG.md - [`85b2000`](https://github.com/hashicorp/terraform/commit/85b2000223b8cd483e1dd5d0ac9db5681fae2b76) command/show: Fix dropped errors ([#22772](https://github-redirect.dependabot.com/hashicorp/terraform/issues/22772)) - [`8f9d368`](https://github.com/hashicorp/terraform/commit/8f9d368a2523f437cbd5a0ab9ab1af7675e28d9a) Fixed typo in documentation about expressions - [`3293f76`](https://github.com/hashicorp/terraform/commit/3293f76dc37af2a44fa285e819fc6ac4df4369d3) Another edit of CHANGELOG for ignore_changes - [`7e8688b`](https://github.com/hashicorp/terraform/commit/7e8688bac487a98f0eec613decfc1ed5ca96a1f8) Update CHANGELOG.md - [`cbbafd3`](https://github.com/hashicorp/terraform/commit/cbbafd33ddc95516af4e3da2dcf7d1d1999910f9) Update CHANGELOG.md - Additional commits viewable in [compare view](https://github.com/hashicorp/terraform/compare/v0.12.7...v0.12.9)


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) Finally, you can contact us by mentioning @dependabot.