What's Changed
- add deprecation message for AWS role by @michieldewilde in #644
- fix: allow to nullify
terraform_version
on the stack resource by @peterdeme in #649
⚠ Note
This version removes the onceTheVersionIsSetDoNotUnset
property from the terraform_version
attribute of spacelift_stack
resource. This was an old logic from before the Terraform BSL license/OpenTofu world.
This could potentially cause small changes in the stacks (eg.: null -> 1.5.7
). It should be safe to apply those, or alternatively explicitly set the terraform_version
attribute.
Full Changelog: v1.25.0...v1.26.0