Skip to content
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

[ISSUE] Databricks Provider Resources should be optional but are not represented as such #1116

Open
matt-weingarten opened this issue Jan 7, 2025 · 0 comments

Comments

@matt-weingarten
Copy link

Description
The docs for the databricks_provider resource (https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/provider) say that authentication_type and recipient_profile_str are optional. However, I'm getting a bug that makes it seems like they're required from the CreateProvider struct.

Reproduction
A minimal code sample demonstrating the bug.

Expected behavior
Only name should be required.

Is it a regression?
Did this work in a previous version of the SDK? If so, which versions did you try?

Debug Logs
The SDK logs helpful debugging information when debug logging is enabled. Set the log level to Trace by configuring the default logger to log at trace (for example: add logger.DefaultLogger = &logger.SimpleLogger{Level: logger.LevelTrace} to your program), and include the logs here.

Other Information

  • OS: [e.g. macOS]
  • Version: [e.g. 0.1.0]

Additional context
Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant