terraform Terraform Core Releases · · 1.15.3

Terraform 1.15.3 Fixes Stacks Migration and Provider Install Bugs

terraforminfraengineer
patch

Terraform version 1.15.3 addresses critical bugs, including an issue preventing resource migration in deeply nested modules and a crash during provider installation without configuration. It also ensures the cloud backend correctly forwards the `-generate-config-out` flag. These fixes are particularly relevant for users working with complex module structures and provider configurations.

  • Fixed a bug that prevented migrating resources under multiple layers of module nesting with implicit provider configuration
  • cloud backend will now forward -generate-config-out flag usage to query create request
  • Fix crash during provider installation when there is no config
Fixes (3)
  • stacks Fixed a bug that prevented migrating resources under multiple layers of module nesting with implicit provider configuration
  • cloud backend will now forward -generate-config-out flag usage to query create request
  • Fix crash during provider installation when there is no config
Read the original announcement →

https://github.com/hashicorp/terraform/releases/tag/v1.15.3

Related releases