-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Terraform Plan Output
Click to expand
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+ create
-/+ destroy and then create replacement
Terraform will perform the following actions:
# azapi_resource.devboxPool will be created
+ resource "azapi_resource" "devboxPool" {
+ body = {
+ properties = {
+ devBoxDefinitionName = "dev-poc-imgtemp-aue-001"
+ licenseType = "Windows_Client"
+ localAdministrator = "Enabled"
+ networkConnectionName = "DevCenterNetworkConnection"
}
}
+ id = (known after apply)
+ ignore_casing = false
+ ignore_missing_property = true
+ location = "australiaeast"
+ name = "dev-poc-dbp-aue-001"
+ output = (known after apply)
+ parent_id = "/subscriptions/11be4bd6-d890-421b-85aa-9d4c9c612545/resourceGroups/rg-test-ae-compute-002/providers/Microsoft.DevCenter/projects/dev-poc-prj-aue-001"
+ schema_validation_enabled = true
+ type = "Microsoft.DevCenter/projects/pools@2023-04-01"
}
# null_resource.build_image_template must be replaced
-/+ resource "null_resource" "build_image_template" {
~ id = "5197363036258024147" -> (known after apply)
~ triggers = { # forces replacement
~ "always_run" = "2024-11-21T05:07:00Z" -> (known after apply)
}
}
Plan: 2 to add, 0 to change, 1 to destroy.Metadata
Metadata
Assignees
Labels
No labels