You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Terraform 1.10 dropped support for several legacy backend configuration options related to role assumption see the release notes. The new format, when using role assumption, has the values as nested within an assume_role block, which Atmos does not produce.
Expected Behavior
Atmos is able to properly support Terraform 1.10 and the underlying changes to s3 backend
Steps to Reproduce
Start with any atmos stack, running any terraform version 1.9.x or older.
deploy a resource using 1.9.x
Upgrade terraform to 1.10.x
Attempt to run atmos commands using this TF version.
Atmos will consistently produce an error stating the backend has changed and will not automatically reconfigure or re-init:
OS: Any (but I'm running Darwin 15.1)
Atmos Version: Latest (1.123.0)
Additional Context
This will likely require that Atmos drops support for older versions of Terraform (hashicorp/terraform#35721) and may have other implications for OpenTofu (I don't use it, so I can't begin to guess)
The text was updated successfully, but these errors were encountered:
Describe the Bug
Terraform 1.10 dropped support for several legacy backend configuration options related to role assumption see the release notes. The new format, when using role assumption, has the values as nested within an
assume_role
block, which Atmos does not produce.Expected Behavior
Atmos is able to properly support Terraform 1.10 and the underlying changes to s3 backend
Steps to Reproduce
Start with any atmos stack, running any terraform version 1.9.x or older.
Atmos will consistently produce an error stating the backend has changed and will not automatically reconfigure or re-init:
Screenshots
No response
Environment
OS: Any (but I'm running Darwin 15.1)
Atmos Version: Latest (1.123.0)
Additional Context
This will likely require that Atmos drops support for older versions of Terraform (hashicorp/terraform#35721) and may have other implications for OpenTofu (I don't use it, so I can't begin to guess)
The text was updated successfully, but these errors were encountered: