-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provider opentofu/aws
ignores configuration block, leading to instance profile being used
#1342
Comments
Hi @dhs-rec it looks like you tried using both the OpenTofu and the HashiCorp namespace, which lead to a mixup. Using the OpenTofu namespace for the providers we are mirroring from HashiCorp is not advisable. Can you please check your state file for references to the OpenTofu namespace? |
Yes, that's what I'm doing. I'm trying to replace one with the other, that's why I currently have both installed (I also can't seem to find a way to uninstall the hashicorp one).
Hmm, ok. Why do they exist as
Not sure how I would do that. Anyway, if it's not advisable to use |
…roviders Signed-off-by: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com>
…roviders Signed-off-by: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com>
Sure, that's fine. Thanks a lot. |
Thank you for reporting an issue.
Hi,
I tried to replace
hashicorp/aws
withopentofu/aws
and it get's installed fine usingtofu init -reconfigure
, but when I runtofu plan
afterwards I get lots of errors of the formwhich works just fine with the
hashicorp/aws
provider (using the same version for both: 5.78.0).OpenTofu Version
OpenTofu Configuration Files
The text was updated successfully, but these errors were encountered: