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
databricks_artifact_allowlist objects do not detect configuration drift such as additional adding libraries and init scripts from multiple workspace to the allowlist in UC plus those outside of IAC. It would be useful to list the existing config for the allowlist to check for configuration drift using a data block
Proposal
Create a databricks_artifact_allowlists data resource that takes a artifact_type of member blocks.
data "databricks_artifact_allowlist" "this" {
artifact_type = "INIT_SCRIPT"
}
output "artifact_matchers" {
value = data.databricks_artifact_allowlist.this.artifact_matchers
}
The text was updated successfully, but these errors were encountered:
Use-cases
databricks_artifact_allowlist objects do not detect configuration drift such as additional adding libraries and init scripts from multiple workspace to the allowlist in UC plus those outside of IAC. It would be useful to list the existing config for the allowlist to check for configuration drift using a data block
Proposal
Create a databricks_artifact_allowlists data resource that takes a artifact_type of member blocks.
data "databricks_artifact_allowlist" "this" {
artifact_type = "INIT_SCRIPT"
}
output "artifact_matchers" {
value = data.databricks_artifact_allowlist.this.artifact_matchers
}
The text was updated successfully, but these errors were encountered: