mardonner
mardonner
Hi, so, what's the current state of this? Also interested in this. If I understood correctly, the suggested changes from the review in #2631 are applied in here? What would...
> Run it Getting the exact same errors. Also, why would I need the workaround with the provider alias? The [vault example](https://registry.terraform.io/providers/stackitcloud/stackit/latest/docs/guides/vault_secrets_manager) doesn't need this and it works as expected....
> Are there any updates on this? I have the same issue. > > [@mardonner](https://github.com/mardonner) did you find a solution by any chance? Hi @lupa95 , I happen to be...
Just checked, back then it was opentofu v1.10.1.
Not done with testing but got some new ideas that could explain this: ```hcl access_key = stackit_objectstorage_credential.usage_credential.access_key secret_key = stackit_objectstorage_credential.usage_credential.secret_access_key ``` This is the problem. Even though, I have ```...
Ok, I'm beginning to understand. The aws provider [docs](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#authentication-and-configuration) show in which order the configuration sources are evaluated. > Configuration for the AWS Provider can be derived from several sources,...