int128 / terraform-aws-nat-instance

Terraform module to provision a NAT Instance using an Auto Scaling Group and Spot Instance from $1/month
https://registry.terraform.io/modules/int128/nat-instance/aws/
Apache License 2.0
175 stars 90 forks source link

Update hashicorp/terraform Docker tag to v0.13.5 #33

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

This PR contains the following updates:

Package Type Update Change
hashicorp/terraform docker patch 0.13.3 -> 0.13.5

Release Notes

hashicorp/terraform ### [`v0.13.5`](https://togithub.com/hashicorp/terraform/releases/v0.13.5) [Compare Source](https://togithub.com/hashicorp/terraform/compare/v0.13.4...v0.13.5) #### 0.13.5 (October 21, 2020) BUG FIXES: - terraform: fix issue where the provider configuration was not properly attached to the configured provider source address by localname ([#​26567](https://togithub.com/hashicorp/terraform/issues/26567)) - core: fix a performance issue when a resource contains a very large and deeply nested schema ([#​26577](https://togithub.com/hashicorp/terraform/issues/26577)) - backend/azurerm: fix an issue when using the metadata host to lookup environments ([#​26463](https://togithub.com/hashicorp/terraform/issues/26463)) ### [`v0.13.4`](https://togithub.com/hashicorp/terraform/releases/v0.13.4) [Compare Source](https://togithub.com/hashicorp/terraform/compare/v0.13.3...v0.13.4) ##### 0.13.4 (September 30, 2020) UPGRADE NOTES: - The built-in vendor (third-party) provisioners, which include `habitat`, `puppet`, `chef`, and `salt-masterless` are now deprecated and will be removed in a future version of Terraform. More information [on Discuss](https://discuss.hashicorp.com/t/notice-terraform-to-begin-deprecation-of-vendor-tool-specific-provisioners-starting-in-terraform-0-13-4/13997). - Deprecated interpolation-only expressions are detected in more contexts in addition to resources and provider configurations. Module calls, data sources, outputs, and locals are now also covered. Terraform also detects interpolation-only expressions in complex values such as lists and objects. An expression like `"${foo}"` should be rewritten as just `foo`. ([#​27272](https://togithub.com/hashicorp/terraform/issues/27272)] \[[#​26334](https://togithub.com/hashicorp/terraform/issues/26334)) BUG FIXES: - command: Include schemas from required but unused providers in the output of `terraform providers schema`. This allows development tools such as the Terraform language server to offer autocompletion for the first resource for a given provider. ([#​26318](https://togithub.com/hashicorp/terraform/issues/26318)) - core: create_before_destroy status is now updated in the state during refresh ([#​26343](https://togithub.com/hashicorp/terraform/issues/26343)) - core: data sources using `depends_on`, either directly or through their modules, are no longer are forced to wait until apply by other planned data source reads ([#​26375](https://togithub.com/hashicorp/terraform/issues/26375))

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.