-
Notifications
You must be signed in to change notification settings - Fork 45
Adding workspace infra state migration to Terraform templates for AWS, GCP, and Azure for the blogathon #39
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
base: main
Are you sure you want to change the base?
Conversation
can you get someone to review & comment here @eri-adepoju ? |
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}" |
There was a problem hiding this comment.
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
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}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
@eri-adepoju what is the status on Alex's comments |
Hello! I've updated the code with the requested changes. |
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.