Skip to content

Conversation

eri-adepoju
Copy link

@eri-adepoju eri-adepoju commented Apr 20, 2025

I have read and followed the contribution guidelines. Here is the draft of the blog post: https://docs.google.com/document/d/1G5FdT57U_kdCpxySdNa8AnTUrjGMnV9fBxnwymTmYW0/edit?tab=t.0, currently searching for SME Reviewer.

@QuentinAmbard
Copy link
Collaborator

can you get someone to review & comment here @eri-adepoju ?

Comment on lines 12 to 15
terraform import databricks_mws_credentials.this "${databricks_account_id}/${credentials_id}"
terraform import databricks_mws_networks.this "${databricks_account_id}/${network_id}"
terraform import databricks_mws_storage_configurations.this "${databricks_account_id}/${storage_configuration_id}"
terraform import databricks_mws_workspaces.this "${databricks_account_id}/${workspace_id}"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use import blocks instead of shell script

Comment on lines 8 to 10
terraform import azurerm_databricks_workspace.this "${azure_workspace_resource_id}"
terraform import azurerm_subnet_nat_gateway_association.private "${private_subnet_resource_id}"
terraform import azurerm_subnet_nat_gateway_association.public "${public_subnet_resource_id}"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

@matthewmoorcroft
Copy link
Collaborator

matthewmoorcroft commented Jun 6, 2025

@eri-adepoju what is the status on Alex's comments

@eri-adepoju
Copy link
Author

@eri-adepoju what is the status on Alex's comments

Hello! I've updated the code with the requested changes.

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

Successfully merging this pull request may close these issues.

4 participants