Skip to content

Instantly share code, notes, and snippets.

@gerrytan
Last active August 12, 2024 06:38
Show Gist options
  • Save gerrytan/6cc46dbc259d56d1c38c4b998d504fd7 to your computer and use it in GitHub Desktop.
Save gerrytan/6cc46dbc259d56d1c38c4b998d504fd7 to your computer and use it in GitHub Desktop.
» terraform apply
azurerm_resource_group.rg: Refreshing state... [id=/subscriptions/*********************90/resourceGroups/rg_gtan_26935_2]
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+ create
<= read (data resources)
Terraform will perform the following actions:
# data.databricks_spark_version.gpu_ml will be read during apply
# (depends on a resource or a module with changes pending)
<= data "databricks_spark_version" "gpu_ml" {
+ gpu = true
+ id = (known after apply)
+ ml = true
}
# azurerm_databricks_workspace.example_4 will be created
+ resource "azurerm_databricks_workspace" "example_4" {
+ customer_managed_key_enabled = false
+ disk_encryption_set_id = (known after apply)
+ id = (known after apply)
+ infrastructure_encryption_enabled = false
+ location = "australiasoutheast"
+ managed_disk_identity = (known after apply)
+ managed_resource_group_id = (known after apply)
+ managed_resource_group_name = (known after apply)
+ name = "gtan_workspace_26935_4"
+ network_security_group_rules_required = (known after apply)
+ public_network_access_enabled = true
+ resource_group_name = "rg_gtan_26935_2"
+ sku = "standard"
+ storage_account_identity = (known after apply)
+ tags = {
+ "Creator" = "tangerry@microsoft.com"
}
+ workspace_id = (known after apply)
+ workspace_url = (known after apply)
+ custom_parameters (known after apply)
}
Plan: 1 to add, 0 to change, 0 to destroy.
Changes to Outputs:
+ out_spark_version = (known after apply)
Do you want to perform these actions?
Terraform will perform the actions described above.
Only 'yes' will be accepted to approve.
Enter a value: yes
azurerm_databricks_workspace.example_4: Creating...
azurerm_databricks_workspace.example_4: Still creating... [10s elapsed]
azurerm_databricks_workspace.example_4: Still creating... [20s elapsed]
azurerm_databricks_workspace.example_4: Still creating... [30s elapsed]
azurerm_databricks_workspace.example_4: Still creating... [40s elapsed]
azurerm_databricks_workspace.example_4: Still creating... [50s elapsed]
azurerm_databricks_workspace.example_4: Still creating... [1m0s elapsed]
azurerm_databricks_workspace.example_4: Still creating... [1m10s elapsed]
azurerm_databricks_workspace.example_4: Still creating... [1m20s elapsed]
azurerm_databricks_workspace.example_4: Still creating... [1m30s elapsed]
azurerm_databricks_workspace.example_4: Still creating... [1m40s elapsed]
azurerm_databricks_workspace.example_4: Still creating... [1m50s elapsed]
azurerm_databricks_workspace.example_4: Still creating... [2m0s elapsed]
azurerm_databricks_workspace.example_4: Still creating... [2m10s elapsed]
azurerm_databricks_workspace.example_4: Still creating... [2m20s elapsed]
azurerm_databricks_workspace.example_4: Still creating... [2m30s elapsed]
azurerm_databricks_workspace.example_4: Still creating... [2m40s elapsed]
azurerm_databricks_workspace.example_4: Still creating... [2m50s elapsed]
azurerm_databricks_workspace.example_4: Still creating... [3m0s elapsed]
azurerm_databricks_workspace.example_4: Creation complete after 3m6s [id=/subscriptions/*********************90/resourceGroups/rg_gtan_26935_2/providers/Microsoft.Databricks/workspaces/gtan_workspace_26935_4]
data.databricks_spark_version.gpu_ml: Reading...
data.databricks_spark_version.gpu_ml: Read complete after 5s [id=15.3.x-gpu-ml-scala2.12]
Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
Outputs:
out_spark_version = "15.3.x-gpu-ml-scala2.12"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment