databricks / terraform-provider-databricks

Databricks Terraform Provider
https://registry.terraform.io/providers/databricks/databricks/latest
Other
424 stars 366 forks source link

[FEATURE] Data resource for `databricks_mws_network_connectivity_config` #3614

Open owlleg6 opened 1 month ago

owlleg6 commented 1 month ago

Use-cases

I would like to propose a feature request for the creation of a data resource for "databricks_mws_network_connectivity_config". My intention is to manually create Network Connectivity Configurations (NCCs) and subsequently reference their IDs using a data resource when binding to a workspace.

Attempted Solutions

Proposal

References

alexott commented 1 month ago

Would support for this resource in the TF exporter help?

owlleg6 commented 1 month ago

I don't know, haven't used TF exporter yet. For sure regular data resource would help, right now i take NCC id from databricks cli and directly paste it in terraform configuration. Would be nice to get this id using data resource.