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
tofu state replace-provider mrparkers/keycloak keycloak/keycloak
# Successful
tofu init -upgrade
# Successful
tofu plan
Planning failed. OpenTofu encountered an error while generating this plan.
╷
│ Error: Missing required attribute
│
│ on provider["registry.opentofu.org/mrparkers/keycloak"] with no configuration line 1:
│ (source code not available)
│
│ The attribute "client_id" is required, but no definition was found.
╵
╷
│ Error: Missing required attribute
│
│ on provider["registry.opentofu.org/mrparkers/keycloak"] with no configuration line 1:
│ (source code not available)
│
│ The attribute "url" is required, but no definition was found.
╵
i have a file named: terraform.tf (same directory):
Hi @AchimGrolimund thank you for the issue. The Keycloak provider is maintained here. Please raise this issue with the provider maintainers as the OpenTofu maintainers have no ability to fix this bug.
Thank you for reporting an issue.
I made the upgrade from the old
mrparkers/keycloak 4.4.0
tokeycloak/keycloak 4.5.0
but i can not run the plan/apply
Based on this PR: #1356
Reproduce:
tofu state replace-provider mrparkers/keycloak keycloak/keycloak # Successful
tofu init -upgrade # Successful
i have a file named: terraform.tf (same directory):
OpenTofu Version
The text was updated successfully, but these errors were encountered: