Skip to content

Instantly share code, notes, and snippets.

@gerrytan
Created August 12, 2024 05:40
Show Gist options
  • Save gerrytan/c4beab4fa966b19f60ea6542c2d0a7b7 to your computer and use it in GitHub Desktop.
Save gerrytan/c4beab4fa966b19f60ea6542c2d0a7b7 to your computer and use it in GitHub Desktop.
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_2 will be created
 + resource "azurerm_databricks_workspace" "example_2" {
+ 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_2"
+ 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)
}
 # azurerm_resource_group.rg will be created
 + resource "azurerm_resource_group" "rg" {
+ id = (known after apply)
+ location = "australiasoutheast"
+ name = "rg_gtan_26935_2"
+ tags = {
+ "Creator" = "tangerry@microsoft.com"
}
}
Plan: 2 to add, 0 to change, 0 to destroy.

Changes to Outputs:
+ resource_group_name = "rg_gtan_26935_2"

Do you want to perform these actions?
Terraform will perform the actions described above.
Only 'yes' will be accepted to approve.
Enter a value: 
azurerm_resource_group.rg: Creating...
azurerm_resource_group.rg: Still creating... [10s elapsed]
azurerm_resource_group.rg: Creation complete after 15s [id=/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/rg_gtan_26935_2]
azurerm_databricks_workspace.example_2: Creating...
azurerm_databricks_workspace.example_2: Still creating... [10s elapsed]
azurerm_databricks_workspace.example_2: Still creating... [20s elapsed]
azurerm_databricks_workspace.example_2: Still creating... [30s elapsed]
azurerm_databricks_workspace.example_2: Still creating... [40s elapsed]
azurerm_databricks_workspace.example_2: Still creating... [50s elapsed]
azurerm_databricks_workspace.example_2: Still creating... [1m0s elapsed]
azurerm_databricks_workspace.example_2: Still creating... [1m10s elapsed]
azurerm_databricks_workspace.example_2: Still creating... [1m20s elapsed]
azurerm_databricks_workspace.example_2: Still creating... [1m30s elapsed]
azurerm_databricks_workspace.example_2: Still creating... [1m40s elapsed]
azurerm_databricks_workspace.example_2: Still creating... [1m50s elapsed]
azurerm_databricks_workspace.example_2: Still creating... [2m0s elapsed]
azurerm_databricks_workspace.example_2: Still creating... [2m10s elapsed]
azurerm_databricks_workspace.example_2: Still creating... [2m20s elapsed]
azurerm_databricks_workspace.example_2: Still creating... [2m30s elapsed]
azurerm_databricks_workspace.example_2: Still creating... [2m40s elapsed]
azurerm_databricks_workspace.example_2: Still creating... [2m50s elapsed]
azurerm_databricks_workspace.example_2: Creation complete after 3m0s [id=/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/rg_gtan_26935_2/providers/Microsoft.Databricks/workspaces/gtan_workspace_26935_2]
data.databricks_spark_version.gpu_ml: Reading...
data.databricks_spark_version.gpu_ml: Read complete after 6s [id=15.3.x-gpu-ml-scala2.12]

Apply complete! Resources: 2 added, 0 changed, 0 destroyed.

Outputs:
resource_group_name = "rg_gtan_26935_2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment