We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problem Statement
In the terraform provider, we may need a validation logic that will check that the value is in the list of all possible constants.
Proposed Solution
For all generated enums generate a function that will return a slice with all defined values for a given type (maybe only string-based types).
Additional Context
See comment here: databricks/terraform-provider-databricks#4051 (comment)
The text was updated successfully, but these errors were encountered:
databricks_alert
databricks_sql_alert
databricks_notification_destinations
No branches or pull requests
Problem Statement
In the terraform provider, we may need a validation logic that will check that the value is in the list of all possible constants.
Proposed Solution
For all generated enums generate a function that will return a slice with all defined values for a given type (maybe only string-based types).
Additional Context
See comment here: databricks/terraform-provider-databricks#4051 (comment)
The text was updated successfully, but these errors were encountered: