Closed Leletir closed 2 years ago
Hello! Thanks for reporting this.
We removed the Swift backend in Terraform v1.3 because it hasn't had a dedicated maintainer for a few versions now and so it was becoming problematic to keep working in newer Terraform versions. Since that backend is no longer present in the Terraform codebase, I'm going to close this issue.
If you're currently using this backend with an older version of Terraform, see Removal of Deprecated State Storage Backends in the Terraform v1.3 upgrade guide for some information on the available options for migration.
Thanks again!
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Hello,
I'm trying to use the partial configuration with swift backend, but impossible to make it works. Terraform still need credentials to use the object storage as a backend.
Terraform Version
Terraform Configuration Files
main.tf:
vars.tf
Debug Output
https://gist.github.com/Leletir/86d6ba1fe7259950d7dcd4c6b88c749a
Crash Output
Expected Behavior
If I have understood the aim of partial configuration, terraform should retrieve this information and merge it. To me, I should not give again my credential to log in to my object storage.
Steps to Reproduce
terraform init
terraform apply
What do you guys think, is it a bug or I misunderstood the documentation ? Thank you for your help.