Created
July 1, 2021 22:47
-
-
Save doherty100/a0efbf227f6bc93a488b8136a3ff6f93 to your computer and use it in GitHub Desktop.
azurerm_storage_share refresh state fails with "context deadline exceeded"
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2021-07-01T18:38:48.567-0400 [DEBUG] Adding temp file log sink: /tmp/terraform-log852248895 | |
2021-07-01T18:38:48.568-0400 [INFO] Terraform version: 1.0.1 | |
2021-07-01T18:38:48.568-0400 [INFO] Go runtime version: go1.16.4 | |
2021-07-01T18:38:48.568-0400 [INFO] CLI args: []string{"/usr/bin/terraform", "refresh"} | |
2021-07-01T18:38:48.568-0400 [TRACE] Stdout is a terminal of width 120 | |
2021-07-01T18:38:48.568-0400 [TRACE] Stderr is a terminal of width 120 | |
2021-07-01T18:38:48.568-0400 [TRACE] Stdin is a terminal | |
2021-07-01T18:38:48.568-0400 [DEBUG] Attempting to open CLI config file: /home/rdoherty/.terraformrc | |
2021-07-01T18:38:48.568-0400 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2021-07-01T18:38:48.568-0400 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins | |
2021-07-01T18:38:48.569-0400 [DEBUG] ignoring non-existing provider search directory /home/rdoherty/.terraform.d/plugins | |
2021-07-01T18:38:48.569-0400 [DEBUG] ignoring non-existing provider search directory /home/rdoherty/.local/share/terraform/plugins | |
2021-07-01T18:38:48.569-0400 [DEBUG] ignoring non-existing provider search directory /usr/local/share/terraform/plugins | |
2021-07-01T18:38:48.569-0400 [DEBUG] ignoring non-existing provider search directory /usr/share/terraform/plugins | |
2021-07-01T18:38:48.569-0400 [DEBUG] ignoring non-existing provider search directory /var/lib/snapd/desktop/terraform/plugins | |
2021-07-01T18:38:48.570-0400 [INFO] CLI command args: []string{"refresh"} | |
2021-07-01T18:38:48.580-0400 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config | |
2021-07-01T18:38:48.580-0400 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory | |
2021-07-01T18:38:48.580-0400 [DEBUG] New state was assigned lineage "07424ed0-1dd4-bad4-b7dc-0033d650730f" | |
2021-07-01T18:38:48.580-0400 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend) | |
2021-07-01T18:38:48.580-0400 [TRACE] Meta.Backend: instantiated backend of type <nil> | |
2021-07-01T18:38:48.589-0400 [TRACE] providercache.fillMetaCache: scanning directory .terraform/providers | |
2021-07-01T18:38:48.590-0400 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/hashicorp/azurerm v2.65.0 for linux_amd64 at .terraform/providers/registry.terraform.io/hashicorp/azurerm/2.65.0/linux_amd64 | |
2021-07-01T18:38:48.590-0400 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/hashicorp/random v3.1.0 for linux_amd64 at .terraform/providers/registry.terraform.io/hashicorp/random/3.1.0/linux_amd64 | |
2021-07-01T18:38:48.591-0400 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/hashicorp/azurerm/2.65.0/linux_amd64 as a candidate package for registry.terraform.io/hashicorp/azurerm 2.65.0 | |
2021-07-01T18:38:48.591-0400 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/hashicorp/random/3.1.0/linux_amd64 as a candidate package for registry.terraform.io/hashicorp/random 3.1.0 | |
2021-07-01T18:38:49.688-0400 [TRACE] providercache.fillMetaCache: using cached result from previous scan of .terraform/providers | |
2021-07-01T18:38:49.786-0400 [DEBUG] checking for provisioner in "." | |
2021-07-01T18:38:49.809-0400 [DEBUG] checking for provisioner in "/usr/bin" | |
2021-07-01T18:38:49.810-0400 [INFO] Failed to read plugin lock file .terraform/plugins/linux_amd64/lock.json: open .terraform/plugins/linux_amd64/lock.json: no such file or directory | |
2021-07-01T18:38:49.810-0400 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend | |
2021-07-01T18:38:49.811-0400 [TRACE] backend/local: requesting state manager for workspace "default" | |
2021-07-01T18:38:49.812-0400 [TRACE] backend/local: state manager for workspace "default" will: | |
- read initial snapshot from terraform.tfstate | |
- write new snapshots to terraform.tfstate | |
- create any backup at terraform.tfstate.backup | |
2021-07-01T18:38:49.812-0400 [TRACE] backend/local: requesting state lock for workspace "default" | |
2021-07-01T18:38:49.812-0400 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate | |
2021-07-01T18:38:49.817-0400 [TRACE] statemgr.Filesystem: existing snapshot has lineage "539efc1e-6b75-b490-7d27-cacfa459f20d" serial 28 | |
2021-07-01T18:38:49.818-0400 [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock | |
2021-07-01T18:38:49.818-0400 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info | |
2021-07-01T18:38:49.818-0400 [TRACE] backend/local: reading remote state for workspace "default" | |
2021-07-01T18:38:49.818-0400 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate | |
2021-07-01T18:38:49.829-0400 [TRACE] statemgr.Filesystem: read snapshot with lineage "539efc1e-6b75-b490-7d27-cacfa459f20d" serial 28 | |
2021-07-01T18:38:49.829-0400 [TRACE] backend/local: retrieving local state snapshot for workspace "default" | |
2021-07-01T18:38:49.829-0400 [TRACE] backend/local: building context for current working directory | |
2021-07-01T18:38:49.830-0400 [TRACE] terraform.NewContext: starting | |
2021-07-01T18:38:49.830-0400 [TRACE] terraform.NewContext: loading provider schemas | |
2021-07-01T18:38:49.830-0400 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/hashicorp/azurerm" | |
2021-07-01T18:38:49.830-0400 [DEBUG] created provider logger: level=trace | |
2021-07-01T18:38:49.831-0400 [INFO] provider: configuring client automatic mTLS | |
2021-07-01T18:38:49.880-0400 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/2.65.0/linux_amd64/terraform-provider-azurerm_v2.65.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/azurerm/2.65.0/linux_amd64/terraform-provider-azurerm_v2.65.0_x5] | |
2021-07-01T18:38:49.881-0400 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/2.65.0/linux_amd64/terraform-provider-azurerm_v2.65.0_x5 pid=2406 | |
2021-07-01T18:38:49.881-0400 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/2.65.0/linux_amd64/terraform-provider-azurerm_v2.65.0_x5 | |
2021-07-01T18:38:49.950-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "EventHub"..: timestamp=2021-07-01T18:38:49.950-0400 | |
2021-07-01T18:38:49.950-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "EventHub"..: timestamp=2021-07-01T18:38:49.950-0400 | |
2021-07-01T18:38:49.950-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Load Balancer"..: timestamp=2021-07-01T18:38:49.950-0400 | |
2021-07-01T18:38:49.950-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Load Balancer"..: timestamp=2021-07-01T18:38:49.950-0400 | |
2021-07-01T18:38:49.950-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Resources"..: timestamp=2021-07-01T18:38:49.950-0400 | |
2021-07-01T18:38:49.950-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Resources"..: timestamp=2021-07-01T18:38:49.950-0400 | |
2021-07-01T18:38:49.950-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Web"..: timestamp=2021-07-01T18:38:49.950-0400 | |
2021-07-01T18:38:49.950-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Web"..: timestamp=2021-07-01T18:38:49.950-0400 | |
2021-07-01T18:38:49.950-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Advisor"..: timestamp=2021-07-01T18:38:49.950-0400 | |
2021-07-01T18:38:49.950-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Advisor"..: timestamp=2021-07-01T18:38:49.950-0400 | |
2021-07-01T18:38:49.950-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Analysis Services"..: timestamp=2021-07-01T18:38:49.950-0400 | |
2021-07-01T18:38:49.950-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Analysis Services"..: timestamp=2021-07-01T18:38:49.950-0400 | |
2021-07-01T18:38:49.950-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "API Management"..: timestamp=2021-07-01T18:38:49.950-0400 | |
2021-07-01T18:38:49.950-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "API Management"..: timestamp=2021-07-01T18:38:49.950-0400 | |
2021-07-01T18:38:49.951-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "App Configuration"..: timestamp=2021-07-01T18:38:49.951-0400 | |
2021-07-01T18:38:49.951-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "App Configuration"..: timestamp=2021-07-01T18:38:49.951-0400 | |
2021-07-01T18:38:49.951-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Spring Cloud"..: timestamp=2021-07-01T18:38:49.951-0400 | |
2021-07-01T18:38:49.951-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Spring Cloud"..: timestamp=2021-07-01T18:38:49.951-0400 | |
2021-07-01T18:38:49.951-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Application Insights"..: timestamp=2021-07-01T18:38:49.951-0400 | |
2021-07-01T18:38:49.951-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Application Insights"..: timestamp=2021-07-01T18:38:49.951-0400 | |
2021-07-01T18:38:49.951-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Attestation"..: timestamp=2021-07-01T18:38:49.951-0400 | |
2021-07-01T18:38:49.951-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Attestation"..: timestamp=2021-07-01T18:38:49.951-0400 | |
2021-07-01T18:38:49.951-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Authorization"..: timestamp=2021-07-01T18:38:49.951-0400 | |
2021-07-01T18:38:49.951-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Authorization"..: timestamp=2021-07-01T18:38:49.951-0400 | |
2021-07-01T18:38:49.952-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Automation"..: timestamp=2021-07-01T18:38:49.951-0400 | |
2021-07-01T18:38:49.952-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Automation"..: timestamp=2021-07-01T18:38:49.952-0400 | |
2021-07-01T18:38:49.955-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Azure Stack HCI"..: timestamp=2021-07-01T18:38:49.954-0400 | |
2021-07-01T18:38:49.955-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Azure Stack HCI"..: timestamp=2021-07-01T18:38:49.954-0400 | |
2021-07-01T18:38:49.955-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Batch"..: timestamp=2021-07-01T18:38:49.954-0400 | |
2021-07-01T18:38:49.955-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Batch"..: timestamp=2021-07-01T18:38:49.954-0400 | |
2021-07-01T18:38:49.955-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Billing"..: timestamp=2021-07-01T18:38:49.954-0400 | |
2021-07-01T18:38:49.955-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Billing"..: timestamp=2021-07-01T18:38:49.954-0400 | |
2021-07-01T18:38:49.955-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Blueprints"..: timestamp=2021-07-01T18:38:49.954-0400 | |
2021-07-01T18:38:49.955-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Blueprints"..: timestamp=2021-07-01T18:38:49.954-0400 | |
2021-07-01T18:38:49.962-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Bot"..: timestamp=2021-07-01T18:38:49.957-0400 | |
2021-07-01T18:38:49.962-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Bot"..: timestamp=2021-07-01T18:38:49.957-0400 | |
2021-07-01T18:38:49.962-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "CDN"..: timestamp=2021-07-01T18:38:49.957-0400 | |
2021-07-01T18:38:49.962-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "CDN"..: timestamp=2021-07-01T18:38:49.957-0400 | |
2021-07-01T18:38:49.962-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Cognitive Services"..: timestamp=2021-07-01T18:38:49.959-0400 | |
2021-07-01T18:38:49.962-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Cognitive Services"..: timestamp=2021-07-01T18:38:49.959-0400 | |
2021-07-01T18:38:49.963-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Communication"..: timestamp=2021-07-01T18:38:49.960-0400 | |
2021-07-01T18:38:49.963-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Communication"..: timestamp=2021-07-01T18:38:49.960-0400 | |
2021-07-01T18:38:49.963-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Compute"..: timestamp=2021-07-01T18:38:49.960-0400 | |
2021-07-01T18:38:49.963-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Compute"..: timestamp=2021-07-01T18:38:49.960-0400 | |
2021-07-01T18:38:49.963-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Container Services"..: timestamp=2021-07-01T18:38:49.961-0400 | |
2021-07-01T18:38:49.963-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Container Services"..: timestamp=2021-07-01T18:38:49.961-0400 | |
2021-07-01T18:38:49.963-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Consumption"..: timestamp=2021-07-01T18:38:49.962-0400 | |
2021-07-01T18:38:49.963-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Consumption"..: timestamp=2021-07-01T18:38:49.962-0400 | |
2021-07-01T18:38:49.971-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "CosmosDB"..: timestamp=2021-07-01T18:38:49.971-0400 | |
2021-07-01T18:38:49.971-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "CosmosDB"..: timestamp=2021-07-01T18:38:49.971-0400 | |
2021-07-01T18:38:49.972-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Cost Management"..: timestamp=2021-07-01T18:38:49.972-0400 | |
2021-07-01T18:38:49.972-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Cost Management"..: timestamp=2021-07-01T18:38:49.972-0400 | |
2021-07-01T18:38:49.972-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Custom Providers"..: timestamp=2021-07-01T18:38:49.972-0400 | |
2021-07-01T18:38:49.972-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Custom Providers"..: timestamp=2021-07-01T18:38:49.972-0400 | |
2021-07-01T18:38:49.972-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "DataBricks"..: timestamp=2021-07-01T18:38:49.972-0400 | |
2021-07-01T18:38:49.972-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "DataBricks"..: timestamp=2021-07-01T18:38:49.972-0400 | |
2021-07-01T18:38:49.972-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Data Factory"..: timestamp=2021-07-01T18:38:49.972-0400 | |
2021-07-01T18:38:49.972-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Data Factory"..: timestamp=2021-07-01T18:38:49.972-0400 | |
2021-07-01T18:38:49.973-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Data Lake"..: timestamp=2021-07-01T18:38:49.972-0400 | |
2021-07-01T18:38:49.973-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Data Lake"..: timestamp=2021-07-01T18:38:49.973-0400 | |
2021-07-01T18:38:49.974-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Database Migration"..: timestamp=2021-07-01T18:38:49.974-0400 | |
2021-07-01T18:38:49.974-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Database Migration"..: timestamp=2021-07-01T18:38:49.974-0400 | |
2021-07-01T18:38:49.974-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Databox Edge"..: timestamp=2021-07-01T18:38:49.974-0400 | |
2021-07-01T18:38:49.974-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Databox Edge"..: timestamp=2021-07-01T18:38:49.974-0400 | |
2021-07-01T18:38:49.974-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "DataProtection"..: timestamp=2021-07-01T18:38:49.974-0400 | |
2021-07-01T18:38:49.974-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "DataProtection"..: timestamp=2021-07-01T18:38:49.974-0400 | |
2021-07-01T18:38:49.974-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Data Share"..: timestamp=2021-07-01T18:38:49.974-0400 | |
2021-07-01T18:38:49.976-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Data Share"..: timestamp=2021-07-01T18:38:49.976-0400 | |
2021-07-01T18:38:49.977-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Desktop Virtualization"..: timestamp=2021-07-01T18:38:49.977-0400 | |
2021-07-01T18:38:49.977-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Desktop Virtualization"..: timestamp=2021-07-01T18:38:49.977-0400 | |
2021-07-01T18:38:49.978-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "DevSpaces"..: timestamp=2021-07-01T18:38:49.978-0400 | |
2021-07-01T18:38:49.978-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "DevSpaces"..: timestamp=2021-07-01T18:38:49.978-0400 | |
2021-07-01T18:38:49.978-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Dev Test"..: timestamp=2021-07-01T18:38:49.978-0400 | |
2021-07-01T18:38:49.978-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Dev Test"..: timestamp=2021-07-01T18:38:49.978-0400 | |
2021-07-01T18:38:49.986-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Digital Twins"..: timestamp=2021-07-01T18:38:49.985-0400 | |
2021-07-01T18:38:49.986-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Digital Twins"..: timestamp=2021-07-01T18:38:49.985-0400 | |
2021-07-01T18:38:49.986-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "DNS"..: timestamp=2021-07-01T18:38:49.985-0400 | |
2021-07-01T18:38:49.986-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "DNS"..: timestamp=2021-07-01T18:38:49.986-0400 | |
2021-07-01T18:38:49.986-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "EventGrid"..: timestamp=2021-07-01T18:38:49.986-0400 | |
2021-07-01T18:38:49.986-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "EventGrid"..: timestamp=2021-07-01T18:38:49.986-0400 | |
2021-07-01T18:38:49.987-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "EventHub"..: timestamp=2021-07-01T18:38:49.987-0400 | |
2021-07-01T18:38:49.988-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "EventHub"..: timestamp=2021-07-01T18:38:49.988-0400 | |
2021-07-01T18:38:49.989-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Firewall"..: timestamp=2021-07-01T18:38:49.989-0400 | |
2021-07-01T18:38:49.989-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Firewall"..: timestamp=2021-07-01T18:38:49.989-0400 | |
2021-07-01T18:38:49.989-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "FrontDoor"..: timestamp=2021-07-01T18:38:49.989-0400 | |
2021-07-01T18:38:49.989-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "FrontDoor"..: timestamp=2021-07-01T18:38:49.989-0400 | |
2021-07-01T18:38:49.990-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "HPC Cache"..: timestamp=2021-07-01T18:38:49.990-0400 | |
2021-07-01T18:38:49.990-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "HPC Cache"..: timestamp=2021-07-01T18:38:49.990-0400 | |
2021-07-01T18:38:49.990-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Hardware Security Module"..: timestamp=2021-07-01T18:38:49.990-0400 | |
2021-07-01T18:38:49.990-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Hardware Security Module"..: timestamp=2021-07-01T18:38:49.990-0400 | |
2021-07-01T18:38:49.990-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "HDInsight"..: timestamp=2021-07-01T18:38:49.990-0400 | |
2021-07-01T18:38:49.990-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "HDInsight"..: timestamp=2021-07-01T18:38:49.990-0400 | |
2021-07-01T18:38:49.991-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Health Care"..: timestamp=2021-07-01T18:38:49.991-0400 | |
2021-07-01T18:38:49.991-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Health Care"..: timestamp=2021-07-01T18:38:49.991-0400 | |
2021-07-01T18:38:49.991-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "IoT Hub"..: timestamp=2021-07-01T18:38:49.991-0400 | |
2021-07-01T18:38:49.999-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "IoT Hub"..: timestamp=2021-07-01T18:38:49.999-0400 | |
2021-07-01T18:38:49.999-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "IoT Central"..: timestamp=2021-07-01T18:38:49.999-0400 | |
2021-07-01T18:38:50.000-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "IoT Central"..: timestamp=2021-07-01T18:38:49.999-0400 | |
2021-07-01T18:38:50.000-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "KeyVault"..: timestamp=2021-07-01T18:38:49.999-0400 | |
2021-07-01T18:38:50.000-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "KeyVault"..: timestamp=2021-07-01T18:38:50.000-0400 | |
2021-07-01T18:38:50.000-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Kusto"..: timestamp=2021-07-01T18:38:50.000-0400 | |
2021-07-01T18:38:50.000-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Kusto"..: timestamp=2021-07-01T18:38:50.000-0400 | |
2021-07-01T18:38:50.000-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Load Balancer"..: timestamp=2021-07-01T18:38:50.000-0400 | |
2021-07-01T18:38:50.000-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Load Balancer"..: timestamp=2021-07-01T18:38:50.000-0400 | |
2021-07-01T18:38:50.000-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Log Analytics"..: timestamp=2021-07-01T18:38:50.000-0400 | |
2021-07-01T18:38:50.000-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Log Analytics"..: timestamp=2021-07-01T18:38:50.000-0400 | |
2021-07-01T18:38:50.000-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Logic"..: timestamp=2021-07-01T18:38:50.000-0400 | |
2021-07-01T18:38:50.000-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Logic"..: timestamp=2021-07-01T18:38:50.000-0400 | |
2021-07-01T18:38:50.001-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Machine Learning"..: timestamp=2021-07-01T18:38:50.001-0400 | |
2021-07-01T18:38:50.001-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Machine Learning"..: timestamp=2021-07-01T18:38:50.001-0400 | |
2021-07-01T18:38:50.001-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Maintenance"..: timestamp=2021-07-01T18:38:50.001-0400 | |
2021-07-01T18:38:50.001-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Maintenance"..: timestamp=2021-07-01T18:38:50.001-0400 | |
2021-07-01T18:38:50.001-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Managed Applications"..: timestamp=2021-07-01T18:38:50.001-0400 | |
2021-07-01T18:38:50.001-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Managed Applications"..: timestamp=2021-07-01T18:38:50.001-0400 | |
2021-07-01T18:38:50.001-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Lighthouse"..: timestamp=2021-07-01T18:38:50.001-0400 | |
2021-07-01T18:38:50.001-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Lighthouse"..: timestamp=2021-07-01T18:38:50.001-0400 | |
2021-07-01T18:38:50.001-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Management Group"..: timestamp=2021-07-01T18:38:50.001-0400 | |
2021-07-01T18:38:50.001-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Management Group"..: timestamp=2021-07-01T18:38:50.001-0400 | |
2021-07-01T18:38:50.001-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Maps"..: timestamp=2021-07-01T18:38:50.001-0400 | |
2021-07-01T18:38:50.001-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Maps"..: timestamp=2021-07-01T18:38:50.001-0400 | |
2021-07-01T18:38:50.001-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "MariaDB"..: timestamp=2021-07-01T18:38:50.001-0400 | |
2021-07-01T18:38:50.001-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "MariaDB"..: timestamp=2021-07-01T18:38:50.001-0400 | |
2021-07-01T18:38:50.002-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Media"..: timestamp=2021-07-01T18:38:50.001-0400 | |
2021-07-01T18:38:50.002-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Media"..: timestamp=2021-07-01T18:38:50.001-0400 | |
2021-07-01T18:38:50.006-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Mixed Reality"..: timestamp=2021-07-01T18:38:50.004-0400 | |
2021-07-01T18:38:50.006-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Mixed Reality"..: timestamp=2021-07-01T18:38:50.004-0400 | |
2021-07-01T18:38:50.006-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Monitor"..: timestamp=2021-07-01T18:38:50.004-0400 | |
2021-07-01T18:38:50.006-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Monitor"..: timestamp=2021-07-01T18:38:50.005-0400 | |
2021-07-01T18:38:50.008-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Managed Service Identities"..: timestamp=2021-07-01T18:38:50.007-0400 | |
2021-07-01T18:38:50.008-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Managed Service Identities"..: timestamp=2021-07-01T18:38:50.008-0400 | |
2021-07-01T18:38:50.008-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Microsoft SQL Server / Azure SQL"..: timestamp=2021-07-01T18:38:50.008-0400 | |
2021-07-01T18:38:50.008-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Microsoft SQL Server / Azure SQL"..: timestamp=2021-07-01T18:38:50.008-0400 | |
2021-07-01T18:38:50.008-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "MySQL"..: timestamp=2021-07-01T18:38:50.008-0400 | |
2021-07-01T18:38:50.009-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "MySQL"..: timestamp=2021-07-01T18:38:50.008-0400 | |
2021-07-01T18:38:50.009-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "NetApp"..: timestamp=2021-07-01T18:38:50.008-0400 | |
2021-07-01T18:38:50.009-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "NetApp"..: timestamp=2021-07-01T18:38:50.009-0400 | |
2021-07-01T18:38:50.009-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Network"..: timestamp=2021-07-01T18:38:50.009-0400 | |
2021-07-01T18:38:50.010-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Network"..: timestamp=2021-07-01T18:38:50.010-0400 | |
2021-07-01T18:38:50.011-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Notification Hub"..: timestamp=2021-07-01T18:38:50.010-0400 | |
2021-07-01T18:38:50.011-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Notification Hub"..: timestamp=2021-07-01T18:38:50.011-0400 | |
2021-07-01T18:38:50.011-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Policy"..: timestamp=2021-07-01T18:38:50.011-0400 | |
2021-07-01T18:38:50.011-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Policy"..: timestamp=2021-07-01T18:38:50.011-0400 | |
2021-07-01T18:38:50.011-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Portal"..: timestamp=2021-07-01T18:38:50.011-0400 | |
2021-07-01T18:38:50.011-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Portal"..: timestamp=2021-07-01T18:38:50.011-0400 | |
2021-07-01T18:38:50.011-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "PostgreSQL"..: timestamp=2021-07-01T18:38:50.011-0400 | |
2021-07-01T18:38:50.011-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "PostgreSQL"..: timestamp=2021-07-01T18:38:50.011-0400 | |
2021-07-01T18:38:50.011-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "PowerBI"..: timestamp=2021-07-01T18:38:50.011-0400 | |
2021-07-01T18:38:50.011-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "PowerBI"..: timestamp=2021-07-01T18:38:50.011-0400 | |
2021-07-01T18:38:50.011-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Private DNS"..: timestamp=2021-07-01T18:38:50.011-0400 | |
2021-07-01T18:38:50.011-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Private DNS"..: timestamp=2021-07-01T18:38:50.011-0400 | |
2021-07-01T18:38:50.011-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Purview"..: timestamp=2021-07-01T18:38:50.011-0400 | |
2021-07-01T18:38:50.011-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Purview"..: timestamp=2021-07-01T18:38:50.011-0400 | |
2021-07-01T18:38:50.021-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Recovery Services"..: timestamp=2021-07-01T18:38:50.021-0400 | |
2021-07-01T18:38:50.021-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Recovery Services"..: timestamp=2021-07-01T18:38:50.021-0400 | |
2021-07-01T18:38:50.026-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Redis"..: timestamp=2021-07-01T18:38:50.025-0400 | |
2021-07-01T18:38:50.026-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Redis"..: timestamp=2021-07-01T18:38:50.025-0400 | |
2021-07-01T18:38:50.026-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Redis Enterprise"..: timestamp=2021-07-01T18:38:50.026-0400 | |
2021-07-01T18:38:50.026-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Redis Enterprise"..: timestamp=2021-07-01T18:38:50.026-0400 | |
2021-07-01T18:38:50.026-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Relay"..: timestamp=2021-07-01T18:38:50.026-0400 | |
2021-07-01T18:38:50.026-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Relay"..: timestamp=2021-07-01T18:38:50.026-0400 | |
2021-07-01T18:38:50.026-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Resources"..: timestamp=2021-07-01T18:38:50.026-0400 | |
2021-07-01T18:38:50.026-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Resources"..: timestamp=2021-07-01T18:38:50.026-0400 | |
2021-07-01T18:38:50.026-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Search"..: timestamp=2021-07-01T18:38:50.026-0400 | |
2021-07-01T18:38:50.026-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Search"..: timestamp=2021-07-01T18:38:50.026-0400 | |
2021-07-01T18:38:50.026-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Security Center"..: timestamp=2021-07-01T18:38:50.026-0400 | |
2021-07-01T18:38:50.026-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Security Center"..: timestamp=2021-07-01T18:38:50.026-0400 | |
2021-07-01T18:38:50.026-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Sentinel"..: timestamp=2021-07-01T18:38:50.026-0400 | |
2021-07-01T18:38:50.026-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Sentinel"..: timestamp=2021-07-01T18:38:50.026-0400 | |
2021-07-01T18:38:50.026-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "ServiceBus"..: timestamp=2021-07-01T18:38:50.026-0400 | |
2021-07-01T18:38:50.038-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "ServiceBus"..: timestamp=2021-07-01T18:38:50.038-0400 | |
2021-07-01T18:38:50.040-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Service Fabric"..: timestamp=2021-07-01T18:38:50.040-0400 | |
2021-07-01T18:38:50.040-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Service Fabric"..: timestamp=2021-07-01T18:38:50.040-0400 | |
2021-07-01T18:38:50.040-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Service Fabric Mesh"..: timestamp=2021-07-01T18:38:50.040-0400 | |
2021-07-01T18:38:50.040-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Service Fabric Mesh"..: timestamp=2021-07-01T18:38:50.040-0400 | |
2021-07-01T18:38:50.040-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "SignalR"..: timestamp=2021-07-01T18:38:50.040-0400 | |
2021-07-01T18:38:50.040-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "SignalR"..: timestamp=2021-07-01T18:38:50.040-0400 | |
2021-07-01T18:38:50.041-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "SQL"..: timestamp=2021-07-01T18:38:50.040-0400 | |
2021-07-01T18:38:50.041-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "SQL"..: timestamp=2021-07-01T18:38:50.040-0400 | |
2021-07-01T18:38:50.041-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Storage"..: timestamp=2021-07-01T18:38:50.041-0400 | |
2021-07-01T18:38:50.041-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Storage"..: timestamp=2021-07-01T18:38:50.041-0400 | |
2021-07-01T18:38:50.041-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Stream Analytics"..: timestamp=2021-07-01T18:38:50.041-0400 | |
2021-07-01T18:38:50.041-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Stream Analytics"..: timestamp=2021-07-01T18:38:50.041-0400 | |
2021-07-01T18:38:50.042-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Subscription"..: timestamp=2021-07-01T18:38:50.042-0400 | |
2021-07-01T18:38:50.042-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Subscription"..: timestamp=2021-07-01T18:38:50.042-0400 | |
2021-07-01T18:38:50.042-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Synapse"..: timestamp=2021-07-01T18:38:50.042-0400 | |
2021-07-01T18:38:50.042-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Synapse"..: timestamp=2021-07-01T18:38:50.042-0400 | |
2021-07-01T18:38:50.042-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Time Series Insights"..: timestamp=2021-07-01T18:38:50.042-0400 | |
2021-07-01T18:38:50.042-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Time Series Insights"..: timestamp=2021-07-01T18:38:50.042-0400 | |
2021-07-01T18:38:50.042-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Traffic Manager"..: timestamp=2021-07-01T18:38:50.042-0400 | |
2021-07-01T18:38:50.042-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Traffic Manager"..: timestamp=2021-07-01T18:38:50.042-0400 | |
2021-07-01T18:38:50.042-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Vmware"..: timestamp=2021-07-01T18:38:50.042-0400 | |
2021-07-01T18:38:50.042-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Vmware"..: timestamp=2021-07-01T18:38:50.042-0400 | |
2021-07-01T18:38:50.042-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Web"..: timestamp=2021-07-01T18:38:50.042-0400 | |
2021-07-01T18:38:50.042-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Web"..: timestamp=2021-07-01T18:38:50.042-0400 | |
2021-07-01T18:38:50.043-0400 [INFO] provider.terraform-provider-azurerm_v2.65.0_x5: configuring server automatic mTLS: timestamp=2021-07-01T18:38:50.043-0400 | |
2021-07-01T18:38:50.111-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: plugin address: address=/tmp/plugin575863697 network=unix timestamp=2021-07-01T18:38:50.111-0400 | |
2021-07-01T18:38:50.111-0400 [DEBUG] provider: using plugin: version=5 | |
2021-07-01T18:38:50.198-0400 [TRACE] GRPCProvider: GetProviderSchema | |
2021-07-01T18:38:50.200-0400 [TRACE] provider.stdio: waiting for stdio data | |
2021-07-01T18:38:50.376-0400 [TRACE] GRPCProvider: Close | |
2021-07-01T18:38:50.379-0400 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing" | |
2021-07-01T18:38:50.384-0400 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/2.65.0/linux_amd64/terraform-provider-azurerm_v2.65.0_x5 pid=2406 | |
2021-07-01T18:38:50.385-0400 [DEBUG] provider: plugin exited | |
2021-07-01T18:38:50.385-0400 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/hashicorp/random" | |
2021-07-01T18:38:50.385-0400 [DEBUG] created provider logger: level=trace | |
2021-07-01T18:38:50.385-0400 [INFO] provider: configuring client automatic mTLS | |
2021-07-01T18:38:50.440-0400 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.1.0/linux_amd64/terraform-provider-random_v3.1.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/random/3.1.0/linux_amd64/terraform-provider-random_v3.1.0_x5] | |
2021-07-01T18:38:50.442-0400 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.1.0/linux_amd64/terraform-provider-random_v3.1.0_x5 pid=2415 | |
2021-07-01T18:38:50.442-0400 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.1.0/linux_amd64/terraform-provider-random_v3.1.0_x5 | |
2021-07-01T18:38:50.454-0400 [INFO] provider.terraform-provider-random_v3.1.0_x5: configuring server automatic mTLS: timestamp=2021-07-01T18:38:50.453-0400 | |
2021-07-01T18:38:50.526-0400 [DEBUG] provider: using plugin: version=5 | |
2021-07-01T18:38:50.526-0400 [DEBUG] provider.terraform-provider-random_v3.1.0_x5: plugin address: address=/tmp/plugin165759090 network=unix timestamp=2021-07-01T18:38:50.525-0400 | |
2021-07-01T18:38:50.588-0400 [TRACE] GRPCProvider: GetProviderSchema | |
2021-07-01T18:38:50.588-0400 [TRACE] provider.stdio: waiting for stdio data | |
2021-07-01T18:38:50.590-0400 [TRACE] GRPCProvider: Close | |
2021-07-01T18:38:50.593-0400 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.1.0/linux_amd64/terraform-provider-random_v3.1.0_x5 pid=2415 | |
2021-07-01T18:38:50.593-0400 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing" | |
2021-07-01T18:38:50.593-0400 [DEBUG] provider: plugin exited | |
2021-07-01T18:38:50.593-0400 [TRACE] terraform.NewContext: complete | |
2021-07-01T18:38:50.594-0400 [TRACE] backend/local: finished building terraform.Context | |
2021-07-01T18:38:50.594-0400 [TRACE] backend/local: requesting interactive input, if necessary | |
2021-07-01T18:38:50.594-0400 [TRACE] Context.Input: Prompting for provider arguments | |
2021-07-01T18:38:50.594-0400 [TRACE] Context.Input: Provider provider.azurerm declared at 10-common.tf:1,1-19 | |
2021-07-01T18:38:50.594-0400 [TRACE] Context.Input: Provider provider.random declared at 10-common.tf:13,1-18 | |
2021-07-01T18:38:50.594-0400 [TRACE] Context.Input: Input for provider.azurerm: map[string]cty.Value{} | |
2021-07-01T18:38:50.594-0400 [TRACE] Context.Input: Input for provider.random: map[string]cty.Value{} | |
2021-07-01T18:38:50.594-0400 [TRACE] backend/local: running validation operation | |
2021-07-01T18:38:50.595-0400 [INFO] terraform: building graph: GraphTypeValidate | |
2021-07-01T18:38:50.595-0400 [TRACE] Executing graph transform *terraform.ConfigTransformer | |
2021-07-01T18:38:50.595-0400 [TRACE] ConfigTransformer: Starting for path: | |
2021-07-01T18:38:50.595-0400 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph: | |
azurerm_bastion_host.bastion_host_01 - *terraform.NodeValidatableResource | |
azurerm_key_vault.key_vault_01 - *terraform.NodeValidatableResource | |
azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin - *terraform.NodeValidatableResource | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 - *terraform.NodeValidatableResource | |
azurerm_private_dns_a_record.private_dns_a_record_1 - *terraform.NodeValidatableResource | |
azurerm_private_dns_zone.private_dns_zone_1 - *terraform.NodeValidatableResource | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 - *terraform.NodeValidatableResource | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file - *terraform.NodeValidatableResource | |
azurerm_public_ip.public_ip_bastion_host_01 - *terraform.NodeValidatableResource | |
azurerm_recovery_services_vault.recovery_services_vault_01 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
azurerm_storage_container.storage_container_01 - *terraform.NodeValidatableResource | |
azurerm_storage_share.storage_share_01 - *terraform.NodeValidatableResource | |
azurerm_subnet.vnet_shared_01_subnets - *terraform.NodeValidatableResource | |
azurerm_virtual_network.vnet_shared_01 - *terraform.NodeValidatableResource | |
random_id.random_id_bastion_host_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_key_vault_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_log_analytics_workspace_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_public_ip_bastion_host_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_recovery_services_vault_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_storage_account_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_storage_account_01_private_endpoint_file_name - *terraform.NodeValidatableResource | |
random_id.random_id_storage_share_01_name - *terraform.NodeValidatableResource | |
------ | |
2021-07-01T18:38:50.595-0400 [TRACE] Executing graph transform *terraform.RootVariableTransformer | |
2021-07-01T18:38:50.596-0400 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph: | |
azurerm_bastion_host.bastion_host_01 - *terraform.NodeValidatableResource | |
azurerm_key_vault.key_vault_01 - *terraform.NodeValidatableResource | |
azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin - *terraform.NodeValidatableResource | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 - *terraform.NodeValidatableResource | |
azurerm_private_dns_a_record.private_dns_a_record_1 - *terraform.NodeValidatableResource | |
azurerm_private_dns_zone.private_dns_zone_1 - *terraform.NodeValidatableResource | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 - *terraform.NodeValidatableResource | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file - *terraform.NodeValidatableResource | |
azurerm_public_ip.public_ip_bastion_host_01 - *terraform.NodeValidatableResource | |
azurerm_recovery_services_vault.recovery_services_vault_01 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
azurerm_storage_container.storage_container_01 - *terraform.NodeValidatableResource | |
azurerm_storage_share.storage_share_01 - *terraform.NodeValidatableResource | |
azurerm_subnet.vnet_shared_01_subnets - *terraform.NodeValidatableResource | |
azurerm_virtual_network.vnet_shared_01 - *terraform.NodeValidatableResource | |
random_id.random_id_bastion_host_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_key_vault_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_log_analytics_workspace_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_public_ip_bastion_host_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_recovery_services_vault_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_storage_account_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_storage_account_01_private_endpoint_file_name - *terraform.NodeValidatableResource | |
random_id.random_id_storage_share_01_name - *terraform.NodeValidatableResource | |
var.aad_tenant_id - *terraform.NodeRootVariable | |
var.dns_server - *terraform.NodeRootVariable | |
var.key_vault_sku_name - *terraform.NodeRootVariable | |
var.location - *terraform.NodeRootVariable | |
var.log_analytics_workspace_retention_days - *terraform.NodeRootVariable | |
var.owner_object_id - *terraform.NodeRootVariable | |
var.recovery_services_vault_soft_delete_enabled - *terraform.NodeRootVariable | |
var.resource_group_name - *terraform.NodeRootVariable | |
var.storage_access_tier - *terraform.NodeRootVariable | |
var.storage_container_name - *terraform.NodeRootVariable | |
var.storage_replication_type - *terraform.NodeRootVariable | |
var.storage_share_quota_gb - *terraform.NodeRootVariable | |
var.subnets - *terraform.NodeRootVariable | |
var.subscription_id - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
var.vnet_address_space - *terraform.NodeRootVariable | |
var.vnet_name - *terraform.NodeRootVariable | |
------ | |
2021-07-01T18:38:50.596-0400 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer | |
2021-07-01T18:38:50.596-0400 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes) | |
2021-07-01T18:38:50.596-0400 [TRACE] Executing graph transform *terraform.LocalTransformer | |
2021-07-01T18:38:50.596-0400 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes) | |
2021-07-01T18:38:50.596-0400 [TRACE] Executing graph transform *terraform.OutputTransformer | |
2021-07-01T18:38:50.596-0400 [TRACE] OutputTransformer: adding resource_group_01_name as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:50.596-0400 [TRACE] OutputTransformer: adding vnet_shared_01_id as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:50.596-0400 [TRACE] OutputTransformer: adding vnet_shared_01_adds_subnet_id as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:50.596-0400 [TRACE] OutputTransformer: adding storage_account_01_key as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:50.596-0400 [TRACE] OutputTransformer: adding storage_container_01_name as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:50.596-0400 [TRACE] OutputTransformer: adding storage_share_01_id as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:50.596-0400 [TRACE] OutputTransformer: adding storage_share_01_name as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:50.596-0400 [TRACE] OutputTransformer: adding log_analytics_workspace_01_primary_shared_key as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:50.596-0400 [TRACE] OutputTransformer: adding bastion_host_01_id as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:50.596-0400 [TRACE] OutputTransformer: adding public_ip_bastion_host_01_ip_address as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:50.596-0400 [TRACE] OutputTransformer: adding storage_account_01_private_endpoint_file_id as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:50.596-0400 [TRACE] OutputTransformer: adding storage_account_01_private_endpoint_file_name as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:50.596-0400 [TRACE] OutputTransformer: adding private_dns_zone_1_name as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:50.596-0400 [TRACE] OutputTransformer: adding virtual_network_link_vnet_shared_01_name as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:50.596-0400 [TRACE] OutputTransformer: adding key_vault_01_id as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:50.597-0400 [TRACE] OutputTransformer: adding key_vault_01_uri as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:50.597-0400 [TRACE] OutputTransformer: adding key_vault_01_access_policy_secrets_admin_id as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:50.597-0400 [TRACE] OutputTransformer: adding recovery_services_vault_01_name as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:50.597-0400 [TRACE] OutputTransformer: adding subscription_id as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:50.597-0400 [TRACE] OutputTransformer: adding public_ip_bastion_host_01_id as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:50.597-0400 [TRACE] OutputTransformer: adding storage_account_01_blob_endpoint as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:50.597-0400 [TRACE] OutputTransformer: adding storage_account_01_private_endpoint_file_prvip as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:50.597-0400 [TRACE] OutputTransformer: adding storage_share_01_url as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:50.597-0400 [TRACE] OutputTransformer: adding log_analytics_workspace_01_workspace_id as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:50.597-0400 [TRACE] OutputTransformer: adding public_ip_bastion_host_01_name as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:50.597-0400 [TRACE] OutputTransformer: adding key_vault_01_name as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:50.597-0400 [TRACE] OutputTransformer: adding log_analytics_workspace_01_name as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:50.597-0400 [TRACE] OutputTransformer: adding resource_group_01_location as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:50.597-0400 [TRACE] OutputTransformer: adding private_dns_a_record_1_id as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:50.597-0400 [TRACE] OutputTransformer: adding virtual_network_link_vnet_shared_01_id as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:50.597-0400 [TRACE] OutputTransformer: adding recovery_services_vault_01_id as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:50.597-0400 [TRACE] OutputTransformer: adding recovery_services_vault_01_principal_id as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:50.597-0400 [TRACE] OutputTransformer: adding resource_group_01_id as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:50.597-0400 [TRACE] OutputTransformer: adding vnet_shared_01_name as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:50.597-0400 [TRACE] OutputTransformer: adding vnet_shared_01_default_subnet_id as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:50.597-0400 [TRACE] OutputTransformer: adding bastion_host_01_dns_name as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:50.597-0400 [TRACE] OutputTransformer: adding bastion_host_01_name as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:50.597-0400 [TRACE] OutputTransformer: adding storage_account_01_id as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:50.597-0400 [TRACE] OutputTransformer: adding storage_container_01_id as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:50.597-0400 [TRACE] OutputTransformer: adding private_dns_zone_1_id as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:50.597-0400 [TRACE] OutputTransformer: adding resource_group_01_tags as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:50.597-0400 [TRACE] OutputTransformer: adding storage_account_01_name as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:50.597-0400 [TRACE] OutputTransformer: adding private_dns_a_record_1_name as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:50.597-0400 [TRACE] OutputTransformer: adding log_analytics_workspace_01_id as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:50.597-0400 [TRACE] Completed graph transform *terraform.OutputTransformer with new graph: | |
azurerm_bastion_host.bastion_host_01 - *terraform.NodeValidatableResource | |
azurerm_key_vault.key_vault_01 - *terraform.NodeValidatableResource | |
azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin - *terraform.NodeValidatableResource | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 - *terraform.NodeValidatableResource | |
azurerm_private_dns_a_record.private_dns_a_record_1 - *terraform.NodeValidatableResource | |
azurerm_private_dns_zone.private_dns_zone_1 - *terraform.NodeValidatableResource | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 - *terraform.NodeValidatableResource | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file - *terraform.NodeValidatableResource | |
azurerm_public_ip.public_ip_bastion_host_01 - *terraform.NodeValidatableResource | |
azurerm_recovery_services_vault.recovery_services_vault_01 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
azurerm_storage_container.storage_container_01 - *terraform.NodeValidatableResource | |
azurerm_storage_share.storage_share_01 - *terraform.NodeValidatableResource | |
azurerm_subnet.vnet_shared_01_subnets - *terraform.NodeValidatableResource | |
azurerm_virtual_network.vnet_shared_01 - *terraform.NodeValidatableResource | |
output.bastion_host_01_dns_name - *terraform.NodeApplyableOutput | |
output.bastion_host_01_id - *terraform.NodeApplyableOutput | |
output.bastion_host_01_name - *terraform.NodeApplyableOutput | |
output.key_vault_01_access_policy_secrets_admin_id - *terraform.NodeApplyableOutput | |
output.key_vault_01_id - *terraform.NodeApplyableOutput | |
output.key_vault_01_name - *terraform.NodeApplyableOutput | |
output.key_vault_01_uri - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_id - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_name - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_primary_shared_key - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_workspace_id - *terraform.NodeApplyableOutput | |
output.private_dns_a_record_1_id - *terraform.NodeApplyableOutput | |
output.private_dns_a_record_1_name - *terraform.NodeApplyableOutput | |
output.private_dns_zone_1_id - *terraform.NodeApplyableOutput | |
output.private_dns_zone_1_name - *terraform.NodeApplyableOutput | |
output.public_ip_bastion_host_01_id - *terraform.NodeApplyableOutput | |
output.public_ip_bastion_host_01_ip_address - *terraform.NodeApplyableOutput | |
output.public_ip_bastion_host_01_name - *terraform.NodeApplyableOutput | |
output.recovery_services_vault_01_id - *terraform.NodeApplyableOutput | |
output.recovery_services_vault_01_name - *terraform.NodeApplyableOutput | |
output.recovery_services_vault_01_principal_id - *terraform.NodeApplyableOutput | |
output.resource_group_01_id - *terraform.NodeApplyableOutput | |
output.resource_group_01_location - *terraform.NodeApplyableOutput | |
output.resource_group_01_name - *terraform.NodeApplyableOutput | |
output.resource_group_01_tags - *terraform.NodeApplyableOutput | |
output.storage_account_01_blob_endpoint - *terraform.NodeApplyableOutput | |
output.storage_account_01_id - *terraform.NodeApplyableOutput | |
output.storage_account_01_key - *terraform.NodeApplyableOutput | |
output.storage_account_01_name - *terraform.NodeApplyableOutput | |
output.storage_account_01_private_endpoint_file_id - *terraform.NodeApplyableOutput | |
output.storage_account_01_private_endpoint_file_name - *terraform.NodeApplyableOutput | |
output.storage_account_01_private_endpoint_file_prvip - *terraform.NodeApplyableOutput | |
output.storage_container_01_id - *terraform.NodeApplyableOutput | |
output.storage_container_01_name - *terraform.NodeApplyableOutput | |
output.storage_share_01_id - *terraform.NodeApplyableOutput | |
output.storage_share_01_name - *terraform.NodeApplyableOutput | |
output.storage_share_01_url - *terraform.NodeApplyableOutput | |
output.subscription_id - *terraform.NodeApplyableOutput | |
output.virtual_network_link_vnet_shared_01_id - *terraform.NodeApplyableOutput | |
output.virtual_network_link_vnet_shared_01_name - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_adds_subnet_id - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_default_subnet_id - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_id - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_name - *terraform.NodeApplyableOutput | |
random_id.random_id_bastion_host_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_key_vault_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_log_analytics_workspace_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_public_ip_bastion_host_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_recovery_services_vault_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_storage_account_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_storage_account_01_private_endpoint_file_name - *terraform.NodeValidatableResource | |
random_id.random_id_storage_share_01_name - *terraform.NodeValidatableResource | |
var.aad_tenant_id - *terraform.NodeRootVariable | |
var.dns_server - *terraform.NodeRootVariable | |
var.key_vault_sku_name - *terraform.NodeRootVariable | |
var.location - *terraform.NodeRootVariable | |
var.log_analytics_workspace_retention_days - *terraform.NodeRootVariable | |
var.owner_object_id - *terraform.NodeRootVariable | |
var.recovery_services_vault_soft_delete_enabled - *terraform.NodeRootVariable | |
var.resource_group_name - *terraform.NodeRootVariable | |
var.storage_access_tier - *terraform.NodeRootVariable | |
var.storage_container_name - *terraform.NodeRootVariable | |
var.storage_replication_type - *terraform.NodeRootVariable | |
var.storage_share_quota_gb - *terraform.NodeRootVariable | |
var.subnets - *terraform.NodeRootVariable | |
var.subscription_id - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
var.vnet_address_space - *terraform.NodeRootVariable | |
var.vnet_name - *terraform.NodeRootVariable | |
------ | |
2021-07-01T18:38:50.597-0400 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer | |
2021-07-01T18:38:50.598-0400 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes) | |
2021-07-01T18:38:50.598-0400 [TRACE] Executing graph transform *terraform.StateTransformer | |
2021-07-01T18:38:50.598-0400 [TRACE] StateTransformer: state is empty, so nothing to do | |
2021-07-01T18:38:50.598-0400 [TRACE] Completed graph transform *terraform.StateTransformer (no changes) | |
2021-07-01T18:38:50.598-0400 [TRACE] Executing graph transform *terraform.AttachStateTransformer | |
2021-07-01T18:38:50.598-0400 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) | |
2021-07-01T18:38:50.598-0400 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer | |
2021-07-01T18:38:50.598-0400 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes) | |
2021-07-01T18:38:50.598-0400 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer | |
2021-07-01T18:38:50.599-0400 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_resource_group.resource_group_01" (*terraform.NodeValidatableResource) config from 20-resourcegroup.tf:3,1-54 | |
2021-07-01T18:38:50.599-0400 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurerm_resource_group.resource_group_01 | |
2021-07-01T18:38:50.599-0400 [TRACE] AttachResourceConfigTransformer: attaching to "random_id.random_id_public_ip_bastion_host_01_name" (*terraform.NodeValidatableResource) config from 30-network.tf:67,1-64 | |
2021-07-01T18:38:50.599-0400 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to random_id.random_id_public_ip_bastion_host_01_name | |
2021-07-01T18:38:50.599-0400 [TRACE] AttachResourceConfigTransformer: attaching to "random_id.random_id_storage_account_01_private_endpoint_file_name" (*terraform.NodeValidatableResource) config from 40-storage.tf:51,1-79 | |
2021-07-01T18:38:50.599-0400 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to random_id.random_id_storage_account_01_private_endpoint_file_name | |
2021-07-01T18:38:50.599-0400 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_log_analytics_workspace.log_analytics_workspace_01" (*terraform.NodeValidatableResource) config from 60-loganalytics.tf:6,1-72 | |
2021-07-01T18:38:50.599-0400 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurerm_log_analytics_workspace.log_analytics_workspace_01 | |
2021-07-01T18:38:50.599-0400 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_storage_account.storage_account_01" (*terraform.NodeValidatableResource) config from 40-storage.tf:6,1-56 | |
2021-07-01T18:38:50.599-0400 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurerm_storage_account.storage_account_01 | |
2021-07-01T18:38:50.599-0400 [TRACE] AttachResourceConfigTransformer: attaching to "random_id.random_id_log_analytics_workspace_01_name" (*terraform.NodeValidatableResource) config from 60-loganalytics.tf:2,1-65 | |
2021-07-01T18:38:50.599-0400 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to random_id.random_id_log_analytics_workspace_01_name | |
2021-07-01T18:38:50.599-0400 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_public_ip.public_ip_bastion_host_01" (*terraform.NodeValidatableResource) config from 30-network.tf:71,1-57 | |
2021-07-01T18:38:50.599-0400 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurerm_public_ip.public_ip_bastion_host_01 | |
2021-07-01T18:38:50.599-0400 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_storage_share.storage_share_01" (*terraform.NodeValidatableResource) config from 40-storage.tf:87,1-52 | |
2021-07-01T18:38:50.599-0400 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurerm_storage_share.storage_share_01 | |
2021-07-01T18:38:50.599-0400 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_storage_container.storage_container_01" (*terraform.NodeValidatableResource) config from 40-storage.tf:36,1-60 | |
2021-07-01T18:38:50.599-0400 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurerm_storage_container.storage_container_01 | |
2021-07-01T18:38:50.599-0400 [TRACE] AttachResourceConfigTransformer: attaching to "random_id.random_id_recovery_services_vault_01_name" (*terraform.NodeValidatableResource) config from 70-recoveryservicesvault.tf:2,1-65 | |
2021-07-01T18:38:50.599-0400 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to random_id.random_id_recovery_services_vault_01_name | |
2021-07-01T18:38:50.599-0400 [TRACE] AttachResourceConfigTransformer: attaching to "random_id.random_id_storage_share_01_name" (*terraform.NodeValidatableResource) config from 40-storage.tf:83,1-55 | |
2021-07-01T18:38:50.599-0400 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to random_id.random_id_storage_share_01_name | |
2021-07-01T18:38:50.599-0400 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01" (*terraform.NodeValidatableResource) config from 40-storage.tf:137,1-95 | |
2021-07-01T18:38:50.599-0400 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 | |
2021-07-01T18:38:50.599-0400 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_private_endpoint.storage_account_01_private_endpoint_file" (*terraform.NodeValidatableResource) config from 40-storage.tf:55,1-79 | |
2021-07-01T18:38:50.599-0400 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurerm_private_endpoint.storage_account_01_private_endpoint_file | |
2021-07-01T18:38:50.599-0400 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_private_dns_zone.private_dns_zone_1" (*terraform.NodeValidatableResource) config from 40-storage.tf:106,1-57 | |
2021-07-01T18:38:50.599-0400 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurerm_private_dns_zone.private_dns_zone_1 | |
2021-07-01T18:38:50.599-0400 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_bastion_host.bastion_host_01" (*terraform.NodeValidatableResource) config from 30-network.tf:42,1-50 | |
2021-07-01T18:38:50.599-0400 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurerm_bastion_host.bastion_host_01 | |
2021-07-01T18:38:50.599-0400 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_private_dns_a_record.private_dns_a_record_1" (*terraform.NodeValidatableResource) config from 40-storage.tf:120,1-65 | |
2021-07-01T18:38:50.599-0400 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurerm_private_dns_a_record.private_dns_a_record_1 | |
2021-07-01T18:38:50.599-0400 [TRACE] AttachResourceConfigTransformer: attaching to "random_id.random_id_storage_account_01_name" (*terraform.NodeValidatableResource) config from 40-storage.tf:2,1-57 | |
2021-07-01T18:38:50.599-0400 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to random_id.random_id_storage_account_01_name | |
2021-07-01T18:38:50.599-0400 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin" (*terraform.NodeValidatableResource) config from 50-keyvault.tf:31,1-86 | |
2021-07-01T18:38:50.599-0400 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin | |
2021-07-01T18:38:50.599-0400 [TRACE] AttachResourceConfigTransformer: attaching to "random_id.random_id_bastion_host_01_name" (*terraform.NodeValidatableResource) config from 30-network.tf:38,1-54 | |
2021-07-01T18:38:50.599-0400 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to random_id.random_id_bastion_host_01_name | |
2021-07-01T18:38:50.599-0400 [TRACE] AttachResourceConfigTransformer: attaching to "random_id.random_id_key_vault_01_name" (*terraform.NodeValidatableResource) config from 50-keyvault.tf:2,1-51 | |
2021-07-01T18:38:50.599-0400 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to random_id.random_id_key_vault_01_name | |
2021-07-01T18:38:50.599-0400 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_key_vault.key_vault_01" (*terraform.NodeValidatableResource) config from 50-keyvault.tf:6,1-44 | |
2021-07-01T18:38:50.599-0400 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurerm_key_vault.key_vault_01 | |
2021-07-01T18:38:50.599-0400 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_recovery_services_vault.recovery_services_vault_01" (*terraform.NodeValidatableResource) config from 70-recoveryservicesvault.tf:6,1-72 | |
2021-07-01T18:38:50.599-0400 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurerm_recovery_services_vault.recovery_services_vault_01 | |
2021-07-01T18:38:50.599-0400 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_virtual_network.vnet_shared_01" (*terraform.NodeValidatableResource) config from 30-network.tf:2,1-52 | |
2021-07-01T18:38:50.599-0400 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurerm_virtual_network.vnet_shared_01 | |
2021-07-01T18:38:50.599-0400 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_subnet.vnet_shared_01_subnets" (*terraform.NodeValidatableResource) config from 30-network.tf:19,1-51 | |
2021-07-01T18:38:50.599-0400 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurerm_subnet.vnet_shared_01_subnets | |
2021-07-01T18:38:50.600-0400 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes) | |
2021-07-01T18:38:50.600-0400 [TRACE] Executing graph transform *terraform.graphTransformerMulti | |
2021-07-01T18:38:50.600-0400 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer | |
2021-07-01T18:38:50.600-0400 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/hashicorp/random\"]" provider configuration from 10-common.tf:13,1-18 | |
2021-07-01T18:38:50.600-0400 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/hashicorp/azurerm\"]" provider configuration from 10-common.tf:1,1-19 | |
2021-07-01T18:38:50.600-0400 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph: | |
azurerm_bastion_host.bastion_host_01 - *terraform.NodeValidatableResource | |
azurerm_key_vault.key_vault_01 - *terraform.NodeValidatableResource | |
azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin - *terraform.NodeValidatableResource | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 - *terraform.NodeValidatableResource | |
azurerm_private_dns_a_record.private_dns_a_record_1 - *terraform.NodeValidatableResource | |
azurerm_private_dns_zone.private_dns_zone_1 - *terraform.NodeValidatableResource | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 - *terraform.NodeValidatableResource | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file - *terraform.NodeValidatableResource | |
azurerm_public_ip.public_ip_bastion_host_01 - *terraform.NodeValidatableResource | |
azurerm_recovery_services_vault.recovery_services_vault_01 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
azurerm_storage_container.storage_container_01 - *terraform.NodeValidatableResource | |
azurerm_storage_share.storage_share_01 - *terraform.NodeValidatableResource | |
azurerm_subnet.vnet_shared_01_subnets - *terraform.NodeValidatableResource | |
azurerm_virtual_network.vnet_shared_01 - *terraform.NodeValidatableResource | |
output.bastion_host_01_dns_name - *terraform.NodeApplyableOutput | |
output.bastion_host_01_id - *terraform.NodeApplyableOutput | |
output.bastion_host_01_name - *terraform.NodeApplyableOutput | |
output.key_vault_01_access_policy_secrets_admin_id - *terraform.NodeApplyableOutput | |
output.key_vault_01_id - *terraform.NodeApplyableOutput | |
output.key_vault_01_name - *terraform.NodeApplyableOutput | |
output.key_vault_01_uri - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_id - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_name - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_primary_shared_key - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_workspace_id - *terraform.NodeApplyableOutput | |
output.private_dns_a_record_1_id - *terraform.NodeApplyableOutput | |
output.private_dns_a_record_1_name - *terraform.NodeApplyableOutput | |
output.private_dns_zone_1_id - *terraform.NodeApplyableOutput | |
output.private_dns_zone_1_name - *terraform.NodeApplyableOutput | |
output.public_ip_bastion_host_01_id - *terraform.NodeApplyableOutput | |
output.public_ip_bastion_host_01_ip_address - *terraform.NodeApplyableOutput | |
output.public_ip_bastion_host_01_name - *terraform.NodeApplyableOutput | |
output.recovery_services_vault_01_id - *terraform.NodeApplyableOutput | |
output.recovery_services_vault_01_name - *terraform.NodeApplyableOutput | |
output.recovery_services_vault_01_principal_id - *terraform.NodeApplyableOutput | |
output.resource_group_01_id - *terraform.NodeApplyableOutput | |
output.resource_group_01_location - *terraform.NodeApplyableOutput | |
output.resource_group_01_name - *terraform.NodeApplyableOutput | |
output.resource_group_01_tags - *terraform.NodeApplyableOutput | |
output.storage_account_01_blob_endpoint - *terraform.NodeApplyableOutput | |
output.storage_account_01_id - *terraform.NodeApplyableOutput | |
output.storage_account_01_key - *terraform.NodeApplyableOutput | |
output.storage_account_01_name - *terraform.NodeApplyableOutput | |
output.storage_account_01_private_endpoint_file_id - *terraform.NodeApplyableOutput | |
output.storage_account_01_private_endpoint_file_name - *terraform.NodeApplyableOutput | |
output.storage_account_01_private_endpoint_file_prvip - *terraform.NodeApplyableOutput | |
output.storage_container_01_id - *terraform.NodeApplyableOutput | |
output.storage_container_01_name - *terraform.NodeApplyableOutput | |
output.storage_share_01_id - *terraform.NodeApplyableOutput | |
output.storage_share_01_name - *terraform.NodeApplyableOutput | |
output.storage_share_01_url - *terraform.NodeApplyableOutput | |
output.subscription_id - *terraform.NodeApplyableOutput | |
output.virtual_network_link_vnet_shared_01_id - *terraform.NodeApplyableOutput | |
output.virtual_network_link_vnet_shared_01_name - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_adds_subnet_id - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_default_subnet_id - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_id - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_name - *terraform.NodeApplyableOutput | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_bastion_host_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_key_vault_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_log_analytics_workspace_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_public_ip_bastion_host_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_recovery_services_vault_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_storage_account_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_storage_account_01_private_endpoint_file_name - *terraform.NodeValidatableResource | |
random_id.random_id_storage_share_01_name - *terraform.NodeValidatableResource | |
var.aad_tenant_id - *terraform.NodeRootVariable | |
var.dns_server - *terraform.NodeRootVariable | |
var.key_vault_sku_name - *terraform.NodeRootVariable | |
var.location - *terraform.NodeRootVariable | |
var.log_analytics_workspace_retention_days - *terraform.NodeRootVariable | |
var.owner_object_id - *terraform.NodeRootVariable | |
var.recovery_services_vault_soft_delete_enabled - *terraform.NodeRootVariable | |
var.resource_group_name - *terraform.NodeRootVariable | |
var.storage_access_tier - *terraform.NodeRootVariable | |
var.storage_container_name - *terraform.NodeRootVariable | |
var.storage_replication_type - *terraform.NodeRootVariable | |
var.storage_share_quota_gb - *terraform.NodeRootVariable | |
var.subnets - *terraform.NodeRootVariable | |
var.subscription_id - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
var.vnet_address_space - *terraform.NodeRootVariable | |
var.vnet_name - *terraform.NodeRootVariable | |
------ | |
2021-07-01T18:38:50.600-0400 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer | |
2021-07-01T18:38:50.601-0400 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes) | |
2021-07-01T18:38:50.601-0400 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer | |
2021-07-01T18:38:50.601-0400 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/random"] serving random_id.random_id_log_analytics_workspace_01_name | |
2021-07-01T18:38:50.601-0400 [DEBUG] ProviderTransformer: "random_id.random_id_log_analytics_workspace_01_name" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2021-07-01T18:38:50.601-0400 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 | |
2021-07-01T18:38:50.601-0400 [DEBUG] ProviderTransformer: "azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/azurerm"] | |
2021-07-01T18:38:50.601-0400 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving azurerm_private_endpoint.storage_account_01_private_endpoint_file | |
2021-07-01T18:38:50.601-0400 [DEBUG] ProviderTransformer: "azurerm_private_endpoint.storage_account_01_private_endpoint_file" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/azurerm"] | |
2021-07-01T18:38:50.601-0400 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving azurerm_private_dns_zone.private_dns_zone_1 | |
2021-07-01T18:38:50.602-0400 [DEBUG] ProviderTransformer: "azurerm_private_dns_zone.private_dns_zone_1" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/azurerm"] | |
2021-07-01T18:38:50.602-0400 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving azurerm_bastion_host.bastion_host_01 | |
2021-07-01T18:38:50.602-0400 [DEBUG] ProviderTransformer: "azurerm_bastion_host.bastion_host_01" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/azurerm"] | |
2021-07-01T18:38:50.602-0400 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving azurerm_resource_group.resource_group_01 | |
2021-07-01T18:38:50.602-0400 [DEBUG] ProviderTransformer: "azurerm_resource_group.resource_group_01" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/azurerm"] | |
2021-07-01T18:38:50.602-0400 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/random"] serving random_id.random_id_storage_account_01_private_endpoint_file_name | |
2021-07-01T18:38:50.602-0400 [DEBUG] ProviderTransformer: "random_id.random_id_storage_account_01_private_endpoint_file_name" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2021-07-01T18:38:50.602-0400 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving azurerm_storage_account.storage_account_01 | |
2021-07-01T18:38:50.602-0400 [DEBUG] ProviderTransformer: "azurerm_storage_account.storage_account_01" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/azurerm"] | |
2021-07-01T18:38:50.602-0400 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving azurerm_public_ip.public_ip_bastion_host_01 | |
2021-07-01T18:38:50.602-0400 [DEBUG] ProviderTransformer: "azurerm_public_ip.public_ip_bastion_host_01" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/azurerm"] | |
2021-07-01T18:38:50.602-0400 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving azurerm_storage_share.storage_share_01 | |
2021-07-01T18:38:50.602-0400 [DEBUG] ProviderTransformer: "azurerm_storage_share.storage_share_01" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/azurerm"] | |
2021-07-01T18:38:50.602-0400 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving azurerm_private_dns_a_record.private_dns_a_record_1 | |
2021-07-01T18:38:50.602-0400 [DEBUG] ProviderTransformer: "azurerm_private_dns_a_record.private_dns_a_record_1" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/azurerm"] | |
2021-07-01T18:38:50.602-0400 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving azurerm_subnet.vnet_shared_01_subnets | |
2021-07-01T18:38:50.602-0400 [DEBUG] ProviderTransformer: "azurerm_subnet.vnet_shared_01_subnets" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/azurerm"] | |
2021-07-01T18:38:50.602-0400 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/random"] serving random_id.random_id_public_ip_bastion_host_01_name | |
2021-07-01T18:38:50.602-0400 [DEBUG] ProviderTransformer: "random_id.random_id_public_ip_bastion_host_01_name" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2021-07-01T18:38:50.602-0400 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/random"] serving random_id.random_id_recovery_services_vault_01_name | |
2021-07-01T18:38:50.602-0400 [DEBUG] ProviderTransformer: "random_id.random_id_recovery_services_vault_01_name" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2021-07-01T18:38:50.602-0400 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/random"] serving random_id.random_id_storage_share_01_name | |
2021-07-01T18:38:50.602-0400 [DEBUG] ProviderTransformer: "random_id.random_id_storage_share_01_name" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2021-07-01T18:38:50.602-0400 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/random"] serving random_id.random_id_storage_account_01_name | |
2021-07-01T18:38:50.602-0400 [DEBUG] ProviderTransformer: "random_id.random_id_storage_account_01_name" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2021-07-01T18:38:50.602-0400 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving azurerm_log_analytics_workspace.log_analytics_workspace_01 | |
2021-07-01T18:38:50.602-0400 [DEBUG] ProviderTransformer: "azurerm_log_analytics_workspace.log_analytics_workspace_01" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/azurerm"] | |
2021-07-01T18:38:50.602-0400 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving azurerm_storage_container.storage_container_01 | |
2021-07-01T18:38:50.602-0400 [DEBUG] ProviderTransformer: "azurerm_storage_container.storage_container_01" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/azurerm"] | |
2021-07-01T18:38:50.602-0400 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin | |
2021-07-01T18:38:50.602-0400 [DEBUG] ProviderTransformer: "azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/azurerm"] | |
2021-07-01T18:38:50.602-0400 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/random"] serving random_id.random_id_bastion_host_01_name | |
2021-07-01T18:38:50.602-0400 [DEBUG] ProviderTransformer: "random_id.random_id_bastion_host_01_name" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2021-07-01T18:38:50.602-0400 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/random"] serving random_id.random_id_key_vault_01_name | |
2021-07-01T18:38:50.602-0400 [DEBUG] ProviderTransformer: "random_id.random_id_key_vault_01_name" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2021-07-01T18:38:50.602-0400 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving azurerm_key_vault.key_vault_01 | |
2021-07-01T18:38:50.602-0400 [DEBUG] ProviderTransformer: "azurerm_key_vault.key_vault_01" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/azurerm"] | |
2021-07-01T18:38:50.602-0400 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving azurerm_recovery_services_vault.recovery_services_vault_01 | |
2021-07-01T18:38:50.602-0400 [DEBUG] ProviderTransformer: "azurerm_recovery_services_vault.recovery_services_vault_01" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/azurerm"] | |
2021-07-01T18:38:50.602-0400 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving azurerm_virtual_network.vnet_shared_01 | |
2021-07-01T18:38:50.603-0400 [DEBUG] ProviderTransformer: "azurerm_virtual_network.vnet_shared_01" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/azurerm"] | |
2021-07-01T18:38:50.603-0400 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph: | |
azurerm_bastion_host.bastion_host_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_key_vault.key_vault_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_private_dns_a_record.private_dns_a_record_1 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_private_dns_zone.private_dns_zone_1 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_public_ip.public_ip_bastion_host_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_recovery_services_vault.recovery_services_vault_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_storage_container.storage_container_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_storage_share.storage_share_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_subnet.vnet_shared_01_subnets - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_virtual_network.vnet_shared_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
output.bastion_host_01_dns_name - *terraform.NodeApplyableOutput | |
output.bastion_host_01_id - *terraform.NodeApplyableOutput | |
output.bastion_host_01_name - *terraform.NodeApplyableOutput | |
output.key_vault_01_access_policy_secrets_admin_id - *terraform.NodeApplyableOutput | |
output.key_vault_01_id - *terraform.NodeApplyableOutput | |
output.key_vault_01_name - *terraform.NodeApplyableOutput | |
output.key_vault_01_uri - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_id - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_name - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_primary_shared_key - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_workspace_id - *terraform.NodeApplyableOutput | |
output.private_dns_a_record_1_id - *terraform.NodeApplyableOutput | |
output.private_dns_a_record_1_name - *terraform.NodeApplyableOutput | |
output.private_dns_zone_1_id - *terraform.NodeApplyableOutput | |
output.private_dns_zone_1_name - *terraform.NodeApplyableOutput | |
output.public_ip_bastion_host_01_id - *terraform.NodeApplyableOutput | |
output.public_ip_bastion_host_01_ip_address - *terraform.NodeApplyableOutput | |
output.public_ip_bastion_host_01_name - *terraform.NodeApplyableOutput | |
output.recovery_services_vault_01_id - *terraform.NodeApplyableOutput | |
output.recovery_services_vault_01_name - *terraform.NodeApplyableOutput | |
output.recovery_services_vault_01_principal_id - *terraform.NodeApplyableOutput | |
output.resource_group_01_id - *terraform.NodeApplyableOutput | |
output.resource_group_01_location - *terraform.NodeApplyableOutput | |
output.resource_group_01_name - *terraform.NodeApplyableOutput | |
output.resource_group_01_tags - *terraform.NodeApplyableOutput | |
output.storage_account_01_blob_endpoint - *terraform.NodeApplyableOutput | |
output.storage_account_01_id - *terraform.NodeApplyableOutput | |
output.storage_account_01_key - *terraform.NodeApplyableOutput | |
output.storage_account_01_name - *terraform.NodeApplyableOutput | |
output.storage_account_01_private_endpoint_file_id - *terraform.NodeApplyableOutput | |
output.storage_account_01_private_endpoint_file_name - *terraform.NodeApplyableOutput | |
output.storage_account_01_private_endpoint_file_prvip - *terraform.NodeApplyableOutput | |
output.storage_container_01_id - *terraform.NodeApplyableOutput | |
output.storage_container_01_name - *terraform.NodeApplyableOutput | |
output.storage_share_01_id - *terraform.NodeApplyableOutput | |
output.storage_share_01_name - *terraform.NodeApplyableOutput | |
output.storage_share_01_url - *terraform.NodeApplyableOutput | |
output.subscription_id - *terraform.NodeApplyableOutput | |
output.virtual_network_link_vnet_shared_01_id - *terraform.NodeApplyableOutput | |
output.virtual_network_link_vnet_shared_01_name - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_adds_subnet_id - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_default_subnet_id - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_id - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_name - *terraform.NodeApplyableOutput | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_bastion_host_01_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_key_vault_01_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_log_analytics_workspace_01_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_public_ip_bastion_host_01_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_recovery_services_vault_01_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_account_01_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_account_01_private_endpoint_file_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_share_01_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
var.aad_tenant_id - *terraform.NodeRootVariable | |
var.dns_server - *terraform.NodeRootVariable | |
var.key_vault_sku_name - *terraform.NodeRootVariable | |
var.location - *terraform.NodeRootVariable | |
var.log_analytics_workspace_retention_days - *terraform.NodeRootVariable | |
var.owner_object_id - *terraform.NodeRootVariable | |
var.recovery_services_vault_soft_delete_enabled - *terraform.NodeRootVariable | |
var.resource_group_name - *terraform.NodeRootVariable | |
var.storage_access_tier - *terraform.NodeRootVariable | |
var.storage_container_name - *terraform.NodeRootVariable | |
var.storage_replication_type - *terraform.NodeRootVariable | |
var.storage_share_quota_gb - *terraform.NodeRootVariable | |
var.subnets - *terraform.NodeRootVariable | |
var.subscription_id - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
var.vnet_address_space - *terraform.NodeRootVariable | |
var.vnet_name - *terraform.NodeRootVariable | |
------ | |
2021-07-01T18:38:50.603-0400 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer | |
2021-07-01T18:38:50.603-0400 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes) | |
2021-07-01T18:38:50.604-0400 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph: | |
azurerm_bastion_host.bastion_host_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_key_vault.key_vault_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_private_dns_a_record.private_dns_a_record_1 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_private_dns_zone.private_dns_zone_1 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_public_ip.public_ip_bastion_host_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_recovery_services_vault.recovery_services_vault_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_storage_container.storage_container_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_storage_share.storage_share_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_subnet.vnet_shared_01_subnets - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_virtual_network.vnet_shared_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
output.bastion_host_01_dns_name - *terraform.NodeApplyableOutput | |
output.bastion_host_01_id - *terraform.NodeApplyableOutput | |
output.bastion_host_01_name - *terraform.NodeApplyableOutput | |
output.key_vault_01_access_policy_secrets_admin_id - *terraform.NodeApplyableOutput | |
output.key_vault_01_id - *terraform.NodeApplyableOutput | |
output.key_vault_01_name - *terraform.NodeApplyableOutput | |
output.key_vault_01_uri - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_id - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_name - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_primary_shared_key - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_workspace_id - *terraform.NodeApplyableOutput | |
output.private_dns_a_record_1_id - *terraform.NodeApplyableOutput | |
output.private_dns_a_record_1_name - *terraform.NodeApplyableOutput | |
output.private_dns_zone_1_id - *terraform.NodeApplyableOutput | |
output.private_dns_zone_1_name - *terraform.NodeApplyableOutput | |
output.public_ip_bastion_host_01_id - *terraform.NodeApplyableOutput | |
output.public_ip_bastion_host_01_ip_address - *terraform.NodeApplyableOutput | |
output.public_ip_bastion_host_01_name - *terraform.NodeApplyableOutput | |
output.recovery_services_vault_01_id - *terraform.NodeApplyableOutput | |
output.recovery_services_vault_01_name - *terraform.NodeApplyableOutput | |
output.recovery_services_vault_01_principal_id - *terraform.NodeApplyableOutput | |
output.resource_group_01_id - *terraform.NodeApplyableOutput | |
output.resource_group_01_location - *terraform.NodeApplyableOutput | |
output.resource_group_01_name - *terraform.NodeApplyableOutput | |
output.resource_group_01_tags - *terraform.NodeApplyableOutput | |
output.storage_account_01_blob_endpoint - *terraform.NodeApplyableOutput | |
output.storage_account_01_id - *terraform.NodeApplyableOutput | |
output.storage_account_01_key - *terraform.NodeApplyableOutput | |
output.storage_account_01_name - *terraform.NodeApplyableOutput | |
output.storage_account_01_private_endpoint_file_id - *terraform.NodeApplyableOutput | |
output.storage_account_01_private_endpoint_file_name - *terraform.NodeApplyableOutput | |
output.storage_account_01_private_endpoint_file_prvip - *terraform.NodeApplyableOutput | |
output.storage_container_01_id - *terraform.NodeApplyableOutput | |
output.storage_container_01_name - *terraform.NodeApplyableOutput | |
output.storage_share_01_id - *terraform.NodeApplyableOutput | |
output.storage_share_01_name - *terraform.NodeApplyableOutput | |
output.storage_share_01_url - *terraform.NodeApplyableOutput | |
output.subscription_id - *terraform.NodeApplyableOutput | |
output.virtual_network_link_vnet_shared_01_id - *terraform.NodeApplyableOutput | |
output.virtual_network_link_vnet_shared_01_name - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_adds_subnet_id - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_default_subnet_id - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_id - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_name - *terraform.NodeApplyableOutput | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_bastion_host_01_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_key_vault_01_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_log_analytics_workspace_01_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_public_ip_bastion_host_01_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_recovery_services_vault_01_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_account_01_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_account_01_private_endpoint_file_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_share_01_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
var.aad_tenant_id - *terraform.NodeRootVariable | |
var.dns_server - *terraform.NodeRootVariable | |
var.key_vault_sku_name - *terraform.NodeRootVariable | |
var.location - *terraform.NodeRootVariable | |
var.log_analytics_workspace_retention_days - *terraform.NodeRootVariable | |
var.owner_object_id - *terraform.NodeRootVariable | |
var.recovery_services_vault_soft_delete_enabled - *terraform.NodeRootVariable | |
var.resource_group_name - *terraform.NodeRootVariable | |
var.storage_access_tier - *terraform.NodeRootVariable | |
var.storage_container_name - *terraform.NodeRootVariable | |
var.storage_replication_type - *terraform.NodeRootVariable | |
var.storage_share_quota_gb - *terraform.NodeRootVariable | |
var.subnets - *terraform.NodeRootVariable | |
var.subscription_id - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
var.vnet_address_space - *terraform.NodeRootVariable | |
var.vnet_name - *terraform.NodeRootVariable | |
------ | |
2021-07-01T18:38:50.604-0400 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer | |
2021-07-01T18:38:50.604-0400 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes) | |
2021-07-01T18:38:50.604-0400 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer | |
2021-07-01T18:38:50.604-0400 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/azurerm"] | |
2021-07-01T18:38:50.604-0400 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_storage_account.storage_account_01 | |
2021-07-01T18:38:50.604-0400 [TRACE] AttachSchemaTransformer: attaching resource schema to random_id.random_id_log_analytics_workspace_01_name | |
2021-07-01T18:38:50.604-0400 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_public_ip.public_ip_bastion_host_01 | |
2021-07-01T18:38:50.604-0400 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_storage_share.storage_share_01 | |
2021-07-01T18:38:50.604-0400 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_storage_container.storage_container_01 | |
2021-07-01T18:38:50.604-0400 [TRACE] AttachSchemaTransformer: attaching resource schema to random_id.random_id_recovery_services_vault_01_name | |
2021-07-01T18:38:50.604-0400 [TRACE] AttachSchemaTransformer: attaching resource schema to random_id.random_id_storage_share_01_name | |
2021-07-01T18:38:50.604-0400 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_private_endpoint.storage_account_01_private_endpoint_file | |
2021-07-01T18:38:50.604-0400 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_private_dns_zone.private_dns_zone_1 | |
2021-07-01T18:38:50.604-0400 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 | |
2021-07-01T18:38:50.604-0400 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_private_dns_a_record.private_dns_a_record_1 | |
2021-07-01T18:38:50.604-0400 [TRACE] AttachSchemaTransformer: attaching resource schema to random_id.random_id_storage_account_01_name | |
2021-07-01T18:38:50.604-0400 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin | |
2021-07-01T18:38:50.605-0400 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_bastion_host.bastion_host_01 | |
2021-07-01T18:38:50.605-0400 [TRACE] AttachSchemaTransformer: attaching resource schema to random_id.random_id_bastion_host_01_name | |
2021-07-01T18:38:50.605-0400 [TRACE] AttachSchemaTransformer: attaching resource schema to random_id.random_id_key_vault_01_name | |
2021-07-01T18:38:50.605-0400 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_key_vault.key_vault_01 | |
2021-07-01T18:38:50.605-0400 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_recovery_services_vault.recovery_services_vault_01 | |
2021-07-01T18:38:50.605-0400 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_virtual_network.vnet_shared_01 | |
2021-07-01T18:38:50.605-0400 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_subnet.vnet_shared_01_subnets | |
2021-07-01T18:38:50.605-0400 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/random"] | |
2021-07-01T18:38:50.605-0400 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_resource_group.resource_group_01 | |
2021-07-01T18:38:50.605-0400 [TRACE] AttachSchemaTransformer: attaching resource schema to random_id.random_id_public_ip_bastion_host_01_name | |
2021-07-01T18:38:50.605-0400 [TRACE] AttachSchemaTransformer: attaching resource schema to random_id.random_id_storage_account_01_private_endpoint_file_name | |
2021-07-01T18:38:50.605-0400 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_log_analytics_workspace.log_analytics_workspace_01 | |
2021-07-01T18:38:50.605-0400 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes) | |
2021-07-01T18:38:50.605-0400 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer | |
2021-07-01T18:38:50.605-0400 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes) | |
2021-07-01T18:38:50.605-0400 [TRACE] Executing graph transform *terraform.ReferenceTransformer | |
2021-07-01T18:38:50.605-0400 [DEBUG] ReferenceTransformer: "output.bastion_host_01_id" references: [azurerm_bastion_host.bastion_host_01] | |
2021-07-01T18:38:50.606-0400 [DEBUG] ReferenceTransformer: "output.storage_account_01_private_endpoint_file_name" references: [azurerm_private_endpoint.storage_account_01_private_endpoint_file] | |
2021-07-01T18:38:50.606-0400 [DEBUG] ReferenceTransformer: "azurerm_resource_group.resource_group_01" references: [var.location var.resource_group_name var.tags] | |
2021-07-01T18:38:50.606-0400 [DEBUG] ReferenceTransformer: "var.storage_access_tier" references: [] | |
2021-07-01T18:38:50.606-0400 [DEBUG] ReferenceTransformer: "random_id.random_id_public_ip_bastion_host_01_name" references: [] | |
2021-07-01T18:38:50.606-0400 [DEBUG] ReferenceTransformer: "var.key_vault_sku_name" references: [] | |
2021-07-01T18:38:50.606-0400 [DEBUG] ReferenceTransformer: "output.storage_container_01_name" references: [azurerm_storage_container.storage_container_01] | |
2021-07-01T18:38:50.606-0400 [DEBUG] ReferenceTransformer: "output.key_vault_01_uri" references: [azurerm_key_vault.key_vault_01] | |
2021-07-01T18:38:50.606-0400 [DEBUG] ReferenceTransformer: "output.vnet_shared_01_name" references: [azurerm_virtual_network.vnet_shared_01] | |
2021-07-01T18:38:50.606-0400 [DEBUG] ReferenceTransformer: "output.bastion_host_01_name" references: [azurerm_bastion_host.bastion_host_01] | |
2021-07-01T18:38:50.606-0400 [DEBUG] ReferenceTransformer: "output.log_analytics_workspace_01_name" references: [azurerm_log_analytics_workspace.log_analytics_workspace_01] | |
2021-07-01T18:38:50.606-0400 [DEBUG] ReferenceTransformer: "random_id.random_id_storage_account_01_private_endpoint_file_name" references: [] | |
2021-07-01T18:38:50.606-0400 [DEBUG] ReferenceTransformer: "azurerm_log_analytics_workspace.log_analytics_workspace_01" references: [azurerm_resource_group.resource_group_01 var.log_analytics_workspace_retention_days random_id.random_id_log_analytics_workspace_01_name var.tags azurerm_resource_group.resource_group_01] | |
2021-07-01T18:38:50.606-0400 [DEBUG] ReferenceTransformer: "output.vnet_shared_01_id" references: [azurerm_virtual_network.vnet_shared_01] | |
2021-07-01T18:38:50.606-0400 [DEBUG] ReferenceTransformer: "output.storage_share_01_id" references: [azurerm_storage_share.storage_share_01] | |
2021-07-01T18:38:50.606-0400 [DEBUG] ReferenceTransformer: "output.storage_share_01_name" references: [azurerm_storage_share.storage_share_01] | |
2021-07-01T18:38:50.606-0400 [DEBUG] ReferenceTransformer: "output.subscription_id" references: [var.subscription_id] | |
2021-07-01T18:38:50.606-0400 [DEBUG] ReferenceTransformer: "var.aad_tenant_id" references: [] | |
2021-07-01T18:38:50.606-0400 [DEBUG] ReferenceTransformer: "var.location" references: [] | |
2021-07-01T18:38:50.606-0400 [DEBUG] ReferenceTransformer: "output.key_vault_01_id" references: [azurerm_key_vault.key_vault_01] | |
2021-07-01T18:38:50.606-0400 [DEBUG] ReferenceTransformer: "output.storage_share_01_url" references: [azurerm_storage_share.storage_share_01] | |
2021-07-01T18:38:50.606-0400 [DEBUG] ReferenceTransformer: "output.recovery_services_vault_01_id" references: [azurerm_recovery_services_vault.recovery_services_vault_01] | |
2021-07-01T18:38:50.607-0400 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/azurerm\"]" references: [var.subscription_id] | |
2021-07-01T18:38:50.607-0400 [DEBUG] ReferenceTransformer: "azurerm_storage_account.storage_account_01" references: [var.storage_access_tier azurerm_resource_group.resource_group_01 var.tags azurerm_resource_group.resource_group_01 random_id.random_id_storage_account_01_name var.storage_replication_type] | |
2021-07-01T18:38:50.607-0400 [DEBUG] ReferenceTransformer: "random_id.random_id_log_analytics_workspace_01_name" references: [] | |
2021-07-01T18:38:50.607-0400 [DEBUG] ReferenceTransformer: "var.dns_server" references: [] | |
2021-07-01T18:38:50.607-0400 [DEBUG] ReferenceTransformer: "var.vnet_address_space" references: [] | |
2021-07-01T18:38:50.607-0400 [DEBUG] ReferenceTransformer: "output.storage_account_01_private_endpoint_file_id" references: [azurerm_private_endpoint.storage_account_01_private_endpoint_file] | |
2021-07-01T18:38:50.607-0400 [DEBUG] ReferenceTransformer: "output.private_dns_zone_1_name" references: [azurerm_private_dns_zone.private_dns_zone_1] | |
2021-07-01T18:38:50.607-0400 [DEBUG] ReferenceTransformer: "azurerm_public_ip.public_ip_bastion_host_01" references: [azurerm_resource_group.resource_group_01 random_id.random_id_public_ip_bastion_host_01_name var.tags azurerm_resource_group.resource_group_01] | |
2021-07-01T18:38:50.607-0400 [DEBUG] ReferenceTransformer: "azurerm_storage_share.storage_share_01" references: [azurerm_storage_account.storage_account_01 random_id.random_id_storage_share_01_name var.storage_share_quota_gb] | |
2021-07-01T18:38:50.607-0400 [DEBUG] ReferenceTransformer: "output.vnet_shared_01_adds_subnet_id" references: [azurerm_subnet.vnet_shared_01_subnets] | |
2021-07-01T18:38:50.607-0400 [DEBUG] ReferenceTransformer: "output.key_vault_01_access_policy_secrets_admin_id" references: [azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin] | |
2021-07-01T18:38:50.608-0400 [DEBUG] ReferenceTransformer: "output.private_dns_a_record_1_name" references: [azurerm_private_dns_a_record.private_dns_a_record_1] | |
2021-07-01T18:38:50.608-0400 [DEBUG] ReferenceTransformer: "azurerm_storage_container.storage_container_01" references: [var.storage_container_name azurerm_storage_account.storage_account_01] | |
2021-07-01T18:38:50.608-0400 [DEBUG] ReferenceTransformer: "var.owner_object_id" references: [] | |
2021-07-01T18:38:50.608-0400 [DEBUG] ReferenceTransformer: "var.log_analytics_workspace_retention_days" references: [] | |
2021-07-01T18:38:50.608-0400 [DEBUG] ReferenceTransformer: "output.virtual_network_link_vnet_shared_01_name" references: [azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01] | |
2021-07-01T18:38:50.608-0400 [DEBUG] ReferenceTransformer: "output.private_dns_zone_1_id" references: [azurerm_private_dns_zone.private_dns_zone_1] | |
2021-07-01T18:38:50.608-0400 [DEBUG] ReferenceTransformer: "random_id.random_id_recovery_services_vault_01_name" references: [] | |
2021-07-01T18:38:50.608-0400 [DEBUG] ReferenceTransformer: "random_id.random_id_storage_share_01_name" references: [] | |
2021-07-01T18:38:50.610-0400 [DEBUG] ReferenceTransformer: "azurerm_private_endpoint.storage_account_01_private_endpoint_file" references: [azurerm_resource_group.resource_group_01 random_id.random_id_storage_account_01_private_endpoint_file_name azurerm_resource_group.resource_group_01 azurerm_subnet.vnet_shared_01_subnets var.tags azurerm_storage_account.storage_account_01] | |
2021-07-01T18:38:50.611-0400 [DEBUG] ReferenceTransformer: "azurerm_private_dns_zone.private_dns_zone_1" references: [var.tags azurerm_resource_group.resource_group_01] | |
2021-07-01T18:38:50.611-0400 [DEBUG] ReferenceTransformer: "azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01" references: [azurerm_virtual_network.vnet_shared_01 azurerm_virtual_network.vnet_shared_01 azurerm_private_dns_zone.private_dns_zone_1 azurerm_resource_group.resource_group_01 var.tags] | |
2021-07-01T18:38:50.611-0400 [DEBUG] ReferenceTransformer: "output.log_analytics_workspace_01_primary_shared_key" references: [azurerm_log_analytics_workspace.log_analytics_workspace_01] | |
2021-07-01T18:38:50.611-0400 [DEBUG] ReferenceTransformer: "output.resource_group_01_location" references: [azurerm_resource_group.resource_group_01] | |
2021-07-01T18:38:50.611-0400 [DEBUG] ReferenceTransformer: "random_id.random_id_storage_account_01_name" references: [] | |
2021-07-01T18:38:50.611-0400 [DEBUG] ReferenceTransformer: "azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin" references: [var.aad_tenant_id azurerm_key_vault.key_vault_01 var.owner_object_id] | |
2021-07-01T18:38:50.611-0400 [DEBUG] ReferenceTransformer: "azurerm_bastion_host.bastion_host_01" references: [var.tags azurerm_resource_group.resource_group_01 random_id.random_id_bastion_host_01_name azurerm_resource_group.resource_group_01 random_id.random_id_bastion_host_01_name azurerm_public_ip.public_ip_bastion_host_01 azurerm_subnet.vnet_shared_01_subnets] | |
2021-07-01T18:38:50.611-0400 [DEBUG] ReferenceTransformer: "azurerm_private_dns_a_record.private_dns_a_record_1" references: [azurerm_storage_account.storage_account_01 azurerm_private_dns_zone.private_dns_zone_1 azurerm_private_endpoint.storage_account_01_private_endpoint_file azurerm_resource_group.resource_group_01] | |
2021-07-01T18:38:50.611-0400 [DEBUG] ReferenceTransformer: "var.recovery_services_vault_soft_delete_enabled" references: [] | |
2021-07-01T18:38:50.611-0400 [DEBUG] ReferenceTransformer: "var.resource_group_name" references: [] | |
2021-07-01T18:38:50.611-0400 [DEBUG] ReferenceTransformer: "output.key_vault_01_name" references: [azurerm_key_vault.key_vault_01] | |
2021-07-01T18:38:50.611-0400 [DEBUG] ReferenceTransformer: "output.resource_group_01_tags" references: [azurerm_resource_group.resource_group_01] | |
2021-07-01T18:38:50.612-0400 [DEBUG] ReferenceTransformer: "random_id.random_id_bastion_host_01_name" references: [] | |
2021-07-01T18:38:50.612-0400 [DEBUG] ReferenceTransformer: "var.storage_replication_type" references: [] | |
2021-07-01T18:38:50.612-0400 [DEBUG] ReferenceTransformer: "var.tags" references: [] | |
2021-07-01T18:38:50.612-0400 [DEBUG] ReferenceTransformer: "var.vnet_name" references: [] | |
2021-07-01T18:38:50.612-0400 [DEBUG] ReferenceTransformer: "output.resource_group_01_name" references: [azurerm_resource_group.resource_group_01] | |
2021-07-01T18:38:50.612-0400 [DEBUG] ReferenceTransformer: "output.public_ip_bastion_host_01_ip_address" references: [azurerm_public_ip.public_ip_bastion_host_01] | |
2021-07-01T18:38:50.612-0400 [DEBUG] ReferenceTransformer: "output.log_analytics_workspace_01_id" references: [azurerm_log_analytics_workspace.log_analytics_workspace_01] | |
2021-07-01T18:38:50.612-0400 [DEBUG] ReferenceTransformer: "random_id.random_id_key_vault_01_name" references: [] | |
2021-07-01T18:38:50.612-0400 [DEBUG] ReferenceTransformer: "var.subscription_id" references: [] | |
2021-07-01T18:38:50.612-0400 [DEBUG] ReferenceTransformer: "output.storage_container_01_id" references: [azurerm_storage_container.storage_container_01] | |
2021-07-01T18:38:50.612-0400 [DEBUG] ReferenceTransformer: "output.storage_account_01_name" references: [azurerm_storage_account.storage_account_01] | |
2021-07-01T18:38:50.612-0400 [DEBUG] ReferenceTransformer: "output.private_dns_a_record_1_id" references: [azurerm_private_dns_a_record.private_dns_a_record_1] | |
2021-07-01T18:38:50.612-0400 [DEBUG] ReferenceTransformer: "output.virtual_network_link_vnet_shared_01_id" references: [azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01] | |
2021-07-01T18:38:50.612-0400 [DEBUG] ReferenceTransformer: "azurerm_key_vault.key_vault_01" references: [var.tags azurerm_resource_group.resource_group_01 azurerm_resource_group.resource_group_01 random_id.random_id_key_vault_01_name var.aad_tenant_id var.key_vault_sku_name] | |
2021-07-01T18:38:50.617-0400 [DEBUG] ReferenceTransformer: "azurerm_recovery_services_vault.recovery_services_vault_01" references: [azurerm_resource_group.resource_group_01 random_id.random_id_recovery_services_vault_01_name azurerm_resource_group.resource_group_01 var.recovery_services_vault_soft_delete_enabled var.tags] | |
2021-07-01T18:38:50.617-0400 [DEBUG] ReferenceTransformer: "var.storage_container_name" references: [] | |
2021-07-01T18:38:50.617-0400 [DEBUG] ReferenceTransformer: "var.subnets" references: [] | |
2021-07-01T18:38:50.617-0400 [DEBUG] ReferenceTransformer: "output.public_ip_bastion_host_01_id" references: [azurerm_public_ip.public_ip_bastion_host_01] | |
2021-07-01T18:38:50.617-0400 [DEBUG] ReferenceTransformer: "output.public_ip_bastion_host_01_name" references: [azurerm_public_ip.public_ip_bastion_host_01] | |
2021-07-01T18:38:50.617-0400 [DEBUG] ReferenceTransformer: "output.bastion_host_01_dns_name" references: [azurerm_bastion_host.bastion_host_01] | |
2021-07-01T18:38:50.617-0400 [DEBUG] ReferenceTransformer: "output.storage_account_01_id" references: [azurerm_storage_account.storage_account_01] | |
2021-07-01T18:38:50.617-0400 [DEBUG] ReferenceTransformer: "azurerm_virtual_network.vnet_shared_01" references: [var.dns_server var.tags azurerm_resource_group.resource_group_01 azurerm_resource_group.resource_group_01 var.vnet_name var.vnet_address_space] | |
2021-07-01T18:38:50.618-0400 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021-07-01T18:38:50.618-0400 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021-07-01T18:38:50.618-0400 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021-07-01T18:38:50.618-0400 [DEBUG] ReferenceTransformer: "azurerm_subnet.vnet_shared_01_subnets" references: [var.subnets azurerm_resource_group.resource_group_01 azurerm_virtual_network.vnet_shared_01] | |
2021-07-01T18:38:50.618-0400 [DEBUG] ReferenceTransformer: "var.storage_share_quota_gb" references: [] | |
2021-07-01T18:38:50.618-0400 [DEBUG] ReferenceTransformer: "output.storage_account_01_key" references: [azurerm_storage_account.storage_account_01] | |
2021-07-01T18:38:50.618-0400 [DEBUG] ReferenceTransformer: "output.resource_group_01_id" references: [azurerm_resource_group.resource_group_01] | |
2021-07-01T18:38:50.618-0400 [DEBUG] ReferenceTransformer: "output.vnet_shared_01_default_subnet_id" references: [azurerm_subnet.vnet_shared_01_subnets] | |
2021-07-01T18:38:50.618-0400 [DEBUG] ReferenceTransformer: "output.recovery_services_vault_01_name" references: [azurerm_recovery_services_vault.recovery_services_vault_01] | |
2021-07-01T18:38:50.618-0400 [DEBUG] ReferenceTransformer: "output.storage_account_01_blob_endpoint" references: [azurerm_storage_account.storage_account_01] | |
2021-07-01T18:38:50.618-0400 [DEBUG] ReferenceTransformer: "output.storage_account_01_private_endpoint_file_prvip" references: [azurerm_private_endpoint.storage_account_01_private_endpoint_file] | |
2021-07-01T18:38:50.618-0400 [DEBUG] ReferenceTransformer: "output.log_analytics_workspace_01_workspace_id" references: [azurerm_log_analytics_workspace.log_analytics_workspace_01] | |
2021-07-01T18:38:50.618-0400 [DEBUG] ReferenceTransformer: "output.recovery_services_vault_01_principal_id" references: [azurerm_recovery_services_vault.recovery_services_vault_01] | |
2021-07-01T18:38:50.618-0400 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/random\"]" references: [] | |
2021-07-01T18:38:50.619-0400 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph: | |
azurerm_bastion_host.bastion_host_01 - *terraform.NodeValidatableResource | |
azurerm_public_ip.public_ip_bastion_host_01 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
azurerm_subnet.vnet_shared_01_subnets - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_bastion_host_01_name - *terraform.NodeValidatableResource | |
var.tags - *terraform.NodeRootVariable | |
azurerm_key_vault.key_vault_01 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_key_vault_01_name - *terraform.NodeValidatableResource | |
var.aad_tenant_id - *terraform.NodeRootVariable | |
var.key_vault_sku_name - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin - *terraform.NodeValidatableResource | |
azurerm_key_vault.key_vault_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.aad_tenant_id - *terraform.NodeRootVariable | |
var.owner_object_id - *terraform.NodeRootVariable | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_log_analytics_workspace_01_name - *terraform.NodeValidatableResource | |
var.log_analytics_workspace_retention_days - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
azurerm_private_dns_a_record.private_dns_a_record_1 - *terraform.NodeValidatableResource | |
azurerm_private_dns_zone.private_dns_zone_1 - *terraform.NodeValidatableResource | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_private_dns_zone.private_dns_zone_1 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.tags - *terraform.NodeRootVariable | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 - *terraform.NodeValidatableResource | |
azurerm_private_dns_zone.private_dns_zone_1 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
azurerm_virtual_network.vnet_shared_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.tags - *terraform.NodeRootVariable | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
azurerm_subnet.vnet_shared_01_subnets - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_account_01_private_endpoint_file_name - *terraform.NodeValidatableResource | |
var.tags - *terraform.NodeRootVariable | |
azurerm_public_ip.public_ip_bastion_host_01 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_public_ip_bastion_host_01_name - *terraform.NodeValidatableResource | |
var.tags - *terraform.NodeRootVariable | |
azurerm_recovery_services_vault.recovery_services_vault_01 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_recovery_services_vault_01_name - *terraform.NodeValidatableResource | |
var.recovery_services_vault_soft_delete_enabled - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.location - *terraform.NodeRootVariable | |
var.resource_group_name - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_account_01_name - *terraform.NodeValidatableResource | |
var.storage_access_tier - *terraform.NodeRootVariable | |
var.storage_replication_type - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
azurerm_storage_container.storage_container_01 - *terraform.NodeValidatableResource | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.storage_container_name - *terraform.NodeRootVariable | |
azurerm_storage_share.storage_share_01 - *terraform.NodeValidatableResource | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_share_01_name - *terraform.NodeValidatableResource | |
var.storage_share_quota_gb - *terraform.NodeRootVariable | |
azurerm_subnet.vnet_shared_01_subnets - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
azurerm_virtual_network.vnet_shared_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.subnets - *terraform.NodeRootVariable | |
azurerm_virtual_network.vnet_shared_01 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.dns_server - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
var.vnet_address_space - *terraform.NodeRootVariable | |
var.vnet_name - *terraform.NodeRootVariable | |
output.bastion_host_01_dns_name - *terraform.NodeApplyableOutput | |
azurerm_bastion_host.bastion_host_01 - *terraform.NodeValidatableResource | |
output.bastion_host_01_id - *terraform.NodeApplyableOutput | |
azurerm_bastion_host.bastion_host_01 - *terraform.NodeValidatableResource | |
output.bastion_host_01_name - *terraform.NodeApplyableOutput | |
azurerm_bastion_host.bastion_host_01 - *terraform.NodeValidatableResource | |
output.key_vault_01_access_policy_secrets_admin_id - *terraform.NodeApplyableOutput | |
azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin - *terraform.NodeValidatableResource | |
output.key_vault_01_id - *terraform.NodeApplyableOutput | |
azurerm_key_vault.key_vault_01 - *terraform.NodeValidatableResource | |
output.key_vault_01_name - *terraform.NodeApplyableOutput | |
azurerm_key_vault.key_vault_01 - *terraform.NodeValidatableResource | |
output.key_vault_01_uri - *terraform.NodeApplyableOutput | |
azurerm_key_vault.key_vault_01 - *terraform.NodeValidatableResource | |
output.log_analytics_workspace_01_id - *terraform.NodeApplyableOutput | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 - *terraform.NodeValidatableResource | |
output.log_analytics_workspace_01_name - *terraform.NodeApplyableOutput | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 - *terraform.NodeValidatableResource | |
output.log_analytics_workspace_01_primary_shared_key - *terraform.NodeApplyableOutput | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 - *terraform.NodeValidatableResource | |
output.log_analytics_workspace_01_workspace_id - *terraform.NodeApplyableOutput | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 - *terraform.NodeValidatableResource | |
output.private_dns_a_record_1_id - *terraform.NodeApplyableOutput | |
azurerm_private_dns_a_record.private_dns_a_record_1 - *terraform.NodeValidatableResource | |
output.private_dns_a_record_1_name - *terraform.NodeApplyableOutput | |
azurerm_private_dns_a_record.private_dns_a_record_1 - *terraform.NodeValidatableResource | |
output.private_dns_zone_1_id - *terraform.NodeApplyableOutput | |
azurerm_private_dns_zone.private_dns_zone_1 - *terraform.NodeValidatableResource | |
output.private_dns_zone_1_name - *terraform.NodeApplyableOutput | |
azurerm_private_dns_zone.private_dns_zone_1 - *terraform.NodeValidatableResource | |
output.public_ip_bastion_host_01_id - *terraform.NodeApplyableOutput | |
azurerm_public_ip.public_ip_bastion_host_01 - *terraform.NodeValidatableResource | |
output.public_ip_bastion_host_01_ip_address - *terraform.NodeApplyableOutput | |
azurerm_public_ip.public_ip_bastion_host_01 - *terraform.NodeValidatableResource | |
output.public_ip_bastion_host_01_name - *terraform.NodeApplyableOutput | |
azurerm_public_ip.public_ip_bastion_host_01 - *terraform.NodeValidatableResource | |
output.recovery_services_vault_01_id - *terraform.NodeApplyableOutput | |
azurerm_recovery_services_vault.recovery_services_vault_01 - *terraform.NodeValidatableResource | |
output.recovery_services_vault_01_name - *terraform.NodeApplyableOutput | |
azurerm_recovery_services_vault.recovery_services_vault_01 - *terraform.NodeValidatableResource | |
output.recovery_services_vault_01_principal_id - *terraform.NodeApplyableOutput | |
azurerm_recovery_services_vault.recovery_services_vault_01 - *terraform.NodeValidatableResource | |
output.resource_group_01_id - *terraform.NodeApplyableOutput | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
output.resource_group_01_location - *terraform.NodeApplyableOutput | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
output.resource_group_01_name - *terraform.NodeApplyableOutput | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
output.resource_group_01_tags - *terraform.NodeApplyableOutput | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
output.storage_account_01_blob_endpoint - *terraform.NodeApplyableOutput | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
output.storage_account_01_id - *terraform.NodeApplyableOutput | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
output.storage_account_01_key - *terraform.NodeApplyableOutput | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
output.storage_account_01_name - *terraform.NodeApplyableOutput | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
output.storage_account_01_private_endpoint_file_id - *terraform.NodeApplyableOutput | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file - *terraform.NodeValidatableResource | |
output.storage_account_01_private_endpoint_file_name - *terraform.NodeApplyableOutput | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file - *terraform.NodeValidatableResource | |
output.storage_account_01_private_endpoint_file_prvip - *terraform.NodeApplyableOutput | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file - *terraform.NodeValidatableResource | |
output.storage_container_01_id - *terraform.NodeApplyableOutput | |
azurerm_storage_container.storage_container_01 - *terraform.NodeValidatableResource | |
output.storage_container_01_name - *terraform.NodeApplyableOutput | |
azurerm_storage_container.storage_container_01 - *terraform.NodeValidatableResource | |
output.storage_share_01_id - *terraform.NodeApplyableOutput | |
azurerm_storage_share.storage_share_01 - *terraform.NodeValidatableResource | |
output.storage_share_01_name - *terraform.NodeApplyableOutput | |
azurerm_storage_share.storage_share_01 - *terraform.NodeValidatableResource | |
output.storage_share_01_url - *terraform.NodeApplyableOutput | |
azurerm_storage_share.storage_share_01 - *terraform.NodeValidatableResource | |
output.subscription_id - *terraform.NodeApplyableOutput | |
var.subscription_id - *terraform.NodeRootVariable | |
output.virtual_network_link_vnet_shared_01_id - *terraform.NodeApplyableOutput | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 - *terraform.NodeValidatableResource | |
output.virtual_network_link_vnet_shared_01_name - *terraform.NodeApplyableOutput | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 - *terraform.NodeValidatableResource | |
output.vnet_shared_01_adds_subnet_id - *terraform.NodeApplyableOutput | |
azurerm_subnet.vnet_shared_01_subnets - *terraform.NodeValidatableResource | |
output.vnet_shared_01_default_subnet_id - *terraform.NodeApplyableOutput | |
azurerm_subnet.vnet_shared_01_subnets - *terraform.NodeValidatableResource | |
output.vnet_shared_01_id - *terraform.NodeApplyableOutput | |
azurerm_virtual_network.vnet_shared_01 - *terraform.NodeValidatableResource | |
output.vnet_shared_01_name - *terraform.NodeApplyableOutput | |
azurerm_virtual_network.vnet_shared_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.subscription_id - *terraform.NodeRootVariable | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_bastion_host_01_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_key_vault_01_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_log_analytics_workspace_01_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_public_ip_bastion_host_01_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_recovery_services_vault_01_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_account_01_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_account_01_private_endpoint_file_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_share_01_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
var.aad_tenant_id - *terraform.NodeRootVariable | |
var.dns_server - *terraform.NodeRootVariable | |
var.key_vault_sku_name - *terraform.NodeRootVariable | |
var.location - *terraform.NodeRootVariable | |
var.log_analytics_workspace_retention_days - *terraform.NodeRootVariable | |
var.owner_object_id - *terraform.NodeRootVariable | |
var.recovery_services_vault_soft_delete_enabled - *terraform.NodeRootVariable | |
var.resource_group_name - *terraform.NodeRootVariable | |
var.storage_access_tier - *terraform.NodeRootVariable | |
var.storage_container_name - *terraform.NodeRootVariable | |
var.storage_replication_type - *terraform.NodeRootVariable | |
var.storage_share_quota_gb - *terraform.NodeRootVariable | |
var.subnets - *terraform.NodeRootVariable | |
var.subscription_id - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
var.vnet_address_space - *terraform.NodeRootVariable | |
var.vnet_name - *terraform.NodeRootVariable | |
------ | |
2021-07-01T18:38:50.619-0400 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer | |
2021-07-01T18:38:50.619-0400 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes) | |
2021-07-01T18:38:50.620-0400 [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer | |
2021-07-01T18:38:50.620-0400 [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes) | |
2021-07-01T18:38:50.620-0400 [TRACE] Executing graph transform *terraform.TargetsTransformer | |
2021-07-01T18:38:50.621-0400 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) | |
2021-07-01T18:38:50.621-0400 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer | |
2021-07-01T18:38:50.621-0400 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes) | |
2021-07-01T18:38:50.621-0400 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer | |
2021-07-01T18:38:50.622-0400 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph: | |
azurerm_bastion_host.bastion_host_01 - *terraform.NodeValidatableResource | |
azurerm_public_ip.public_ip_bastion_host_01 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
azurerm_subnet.vnet_shared_01_subnets - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_bastion_host_01_name - *terraform.NodeValidatableResource | |
var.tags - *terraform.NodeRootVariable | |
azurerm_key_vault.key_vault_01 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_key_vault_01_name - *terraform.NodeValidatableResource | |
var.aad_tenant_id - *terraform.NodeRootVariable | |
var.key_vault_sku_name - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin - *terraform.NodeValidatableResource | |
azurerm_key_vault.key_vault_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.aad_tenant_id - *terraform.NodeRootVariable | |
var.owner_object_id - *terraform.NodeRootVariable | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_log_analytics_workspace_01_name - *terraform.NodeValidatableResource | |
var.log_analytics_workspace_retention_days - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
azurerm_private_dns_a_record.private_dns_a_record_1 - *terraform.NodeValidatableResource | |
azurerm_private_dns_zone.private_dns_zone_1 - *terraform.NodeValidatableResource | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_private_dns_zone.private_dns_zone_1 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.tags - *terraform.NodeRootVariable | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 - *terraform.NodeValidatableResource | |
azurerm_private_dns_zone.private_dns_zone_1 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
azurerm_virtual_network.vnet_shared_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.tags - *terraform.NodeRootVariable | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
azurerm_subnet.vnet_shared_01_subnets - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_account_01_private_endpoint_file_name - *terraform.NodeValidatableResource | |
var.tags - *terraform.NodeRootVariable | |
azurerm_public_ip.public_ip_bastion_host_01 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_public_ip_bastion_host_01_name - *terraform.NodeValidatableResource | |
var.tags - *terraform.NodeRootVariable | |
azurerm_recovery_services_vault.recovery_services_vault_01 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_recovery_services_vault_01_name - *terraform.NodeValidatableResource | |
var.recovery_services_vault_soft_delete_enabled - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.location - *terraform.NodeRootVariable | |
var.resource_group_name - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_account_01_name - *terraform.NodeValidatableResource | |
var.storage_access_tier - *terraform.NodeRootVariable | |
var.storage_replication_type - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
azurerm_storage_container.storage_container_01 - *terraform.NodeValidatableResource | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.storage_container_name - *terraform.NodeRootVariable | |
azurerm_storage_share.storage_share_01 - *terraform.NodeValidatableResource | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_share_01_name - *terraform.NodeValidatableResource | |
var.storage_share_quota_gb - *terraform.NodeRootVariable | |
azurerm_subnet.vnet_shared_01_subnets - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
azurerm_virtual_network.vnet_shared_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.subnets - *terraform.NodeRootVariable | |
azurerm_virtual_network.vnet_shared_01 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.dns_server - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
var.vnet_address_space - *terraform.NodeRootVariable | |
var.vnet_name - *terraform.NodeRootVariable | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
azurerm_bastion_host.bastion_host_01 - *terraform.NodeValidatableResource | |
azurerm_key_vault.key_vault_01 - *terraform.NodeValidatableResource | |
azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin - *terraform.NodeValidatableResource | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 - *terraform.NodeValidatableResource | |
azurerm_private_dns_a_record.private_dns_a_record_1 - *terraform.NodeValidatableResource | |
azurerm_private_dns_zone.private_dns_zone_1 - *terraform.NodeValidatableResource | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 - *terraform.NodeValidatableResource | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file - *terraform.NodeValidatableResource | |
azurerm_public_ip.public_ip_bastion_host_01 - *terraform.NodeValidatableResource | |
azurerm_recovery_services_vault.recovery_services_vault_01 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
azurerm_storage_container.storage_container_01 - *terraform.NodeValidatableResource | |
azurerm_storage_share.storage_share_01 - *terraform.NodeValidatableResource | |
azurerm_subnet.vnet_shared_01_subnets - *terraform.NodeValidatableResource | |
azurerm_virtual_network.vnet_shared_01 - *terraform.NodeValidatableResource | |
output.bastion_host_01_dns_name - *terraform.NodeApplyableOutput | |
output.bastion_host_01_id - *terraform.NodeApplyableOutput | |
output.bastion_host_01_name - *terraform.NodeApplyableOutput | |
output.key_vault_01_access_policy_secrets_admin_id - *terraform.NodeApplyableOutput | |
output.key_vault_01_id - *terraform.NodeApplyableOutput | |
output.key_vault_01_name - *terraform.NodeApplyableOutput | |
output.key_vault_01_uri - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_id - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_name - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_primary_shared_key - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_workspace_id - *terraform.NodeApplyableOutput | |
output.private_dns_a_record_1_id - *terraform.NodeApplyableOutput | |
output.private_dns_a_record_1_name - *terraform.NodeApplyableOutput | |
output.private_dns_zone_1_id - *terraform.NodeApplyableOutput | |
output.private_dns_zone_1_name - *terraform.NodeApplyableOutput | |
output.public_ip_bastion_host_01_id - *terraform.NodeApplyableOutput | |
output.public_ip_bastion_host_01_ip_address - *terraform.NodeApplyableOutput | |
output.public_ip_bastion_host_01_name - *terraform.NodeApplyableOutput | |
output.recovery_services_vault_01_id - *terraform.NodeApplyableOutput | |
output.recovery_services_vault_01_name - *terraform.NodeApplyableOutput | |
output.recovery_services_vault_01_principal_id - *terraform.NodeApplyableOutput | |
output.resource_group_01_id - *terraform.NodeApplyableOutput | |
output.resource_group_01_location - *terraform.NodeApplyableOutput | |
output.resource_group_01_name - *terraform.NodeApplyableOutput | |
output.resource_group_01_tags - *terraform.NodeApplyableOutput | |
output.storage_account_01_blob_endpoint - *terraform.NodeApplyableOutput | |
output.storage_account_01_id - *terraform.NodeApplyableOutput | |
output.storage_account_01_key - *terraform.NodeApplyableOutput | |
output.storage_account_01_name - *terraform.NodeApplyableOutput | |
output.storage_account_01_private_endpoint_file_id - *terraform.NodeApplyableOutput | |
output.storage_account_01_private_endpoint_file_name - *terraform.NodeApplyableOutput | |
output.storage_account_01_private_endpoint_file_prvip - *terraform.NodeApplyableOutput | |
output.storage_container_01_id - *terraform.NodeApplyableOutput | |
output.storage_container_01_name - *terraform.NodeApplyableOutput | |
output.storage_share_01_id - *terraform.NodeApplyableOutput | |
output.storage_share_01_name - *terraform.NodeApplyableOutput | |
output.storage_share_01_url - *terraform.NodeApplyableOutput | |
output.subscription_id - *terraform.NodeApplyableOutput | |
output.virtual_network_link_vnet_shared_01_id - *terraform.NodeApplyableOutput | |
output.virtual_network_link_vnet_shared_01_name - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_adds_subnet_id - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_default_subnet_id - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_id - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_name - *terraform.NodeApplyableOutput | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_bastion_host_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_key_vault_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_log_analytics_workspace_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_public_ip_bastion_host_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_recovery_services_vault_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_storage_account_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_storage_account_01_private_endpoint_file_name - *terraform.NodeValidatableResource | |
random_id.random_id_storage_share_01_name - *terraform.NodeValidatableResource | |
var.aad_tenant_id - *terraform.NodeRootVariable | |
var.dns_server - *terraform.NodeRootVariable | |
var.key_vault_sku_name - *terraform.NodeRootVariable | |
var.location - *terraform.NodeRootVariable | |
var.log_analytics_workspace_retention_days - *terraform.NodeRootVariable | |
var.owner_object_id - *terraform.NodeRootVariable | |
var.recovery_services_vault_soft_delete_enabled - *terraform.NodeRootVariable | |
var.resource_group_name - *terraform.NodeRootVariable | |
var.storage_access_tier - *terraform.NodeRootVariable | |
var.storage_container_name - *terraform.NodeRootVariable | |
var.storage_replication_type - *terraform.NodeRootVariable | |
var.storage_share_quota_gb - *terraform.NodeRootVariable | |
var.subnets - *terraform.NodeRootVariable | |
var.subscription_id - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
var.vnet_address_space - *terraform.NodeRootVariable | |
var.vnet_name - *terraform.NodeRootVariable | |
output.bastion_host_01_dns_name - *terraform.NodeApplyableOutput | |
azurerm_bastion_host.bastion_host_01 - *terraform.NodeValidatableResource | |
output.bastion_host_01_id - *terraform.NodeApplyableOutput | |
azurerm_bastion_host.bastion_host_01 - *terraform.NodeValidatableResource | |
output.bastion_host_01_name - *terraform.NodeApplyableOutput | |
azurerm_bastion_host.bastion_host_01 - *terraform.NodeValidatableResource | |
output.key_vault_01_access_policy_secrets_admin_id - *terraform.NodeApplyableOutput | |
azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin - *terraform.NodeValidatableResource | |
output.key_vault_01_id - *terraform.NodeApplyableOutput | |
azurerm_key_vault.key_vault_01 - *terraform.NodeValidatableResource | |
output.key_vault_01_name - *terraform.NodeApplyableOutput | |
azurerm_key_vault.key_vault_01 - *terraform.NodeValidatableResource | |
output.key_vault_01_uri - *terraform.NodeApplyableOutput | |
azurerm_key_vault.key_vault_01 - *terraform.NodeValidatableResource | |
output.log_analytics_workspace_01_id - *terraform.NodeApplyableOutput | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 - *terraform.NodeValidatableResource | |
output.log_analytics_workspace_01_name - *terraform.NodeApplyableOutput | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 - *terraform.NodeValidatableResource | |
output.log_analytics_workspace_01_primary_shared_key - *terraform.NodeApplyableOutput | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 - *terraform.NodeValidatableResource | |
output.log_analytics_workspace_01_workspace_id - *terraform.NodeApplyableOutput | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 - *terraform.NodeValidatableResource | |
output.private_dns_a_record_1_id - *terraform.NodeApplyableOutput | |
azurerm_private_dns_a_record.private_dns_a_record_1 - *terraform.NodeValidatableResource | |
output.private_dns_a_record_1_name - *terraform.NodeApplyableOutput | |
azurerm_private_dns_a_record.private_dns_a_record_1 - *terraform.NodeValidatableResource | |
output.private_dns_zone_1_id - *terraform.NodeApplyableOutput | |
azurerm_private_dns_zone.private_dns_zone_1 - *terraform.NodeValidatableResource | |
output.private_dns_zone_1_name - *terraform.NodeApplyableOutput | |
azurerm_private_dns_zone.private_dns_zone_1 - *terraform.NodeValidatableResource | |
output.public_ip_bastion_host_01_id - *terraform.NodeApplyableOutput | |
azurerm_public_ip.public_ip_bastion_host_01 - *terraform.NodeValidatableResource | |
output.public_ip_bastion_host_01_ip_address - *terraform.NodeApplyableOutput | |
azurerm_public_ip.public_ip_bastion_host_01 - *terraform.NodeValidatableResource | |
output.public_ip_bastion_host_01_name - *terraform.NodeApplyableOutput | |
azurerm_public_ip.public_ip_bastion_host_01 - *terraform.NodeValidatableResource | |
output.recovery_services_vault_01_id - *terraform.NodeApplyableOutput | |
azurerm_recovery_services_vault.recovery_services_vault_01 - *terraform.NodeValidatableResource | |
output.recovery_services_vault_01_name - *terraform.NodeApplyableOutput | |
azurerm_recovery_services_vault.recovery_services_vault_01 - *terraform.NodeValidatableResource | |
output.recovery_services_vault_01_principal_id - *terraform.NodeApplyableOutput | |
azurerm_recovery_services_vault.recovery_services_vault_01 - *terraform.NodeValidatableResource | |
output.resource_group_01_id - *terraform.NodeApplyableOutput | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
output.resource_group_01_location - *terraform.NodeApplyableOutput | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
output.resource_group_01_name - *terraform.NodeApplyableOutput | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
output.resource_group_01_tags - *terraform.NodeApplyableOutput | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
output.storage_account_01_blob_endpoint - *terraform.NodeApplyableOutput | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
output.storage_account_01_id - *terraform.NodeApplyableOutput | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
output.storage_account_01_key - *terraform.NodeApplyableOutput | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
output.storage_account_01_name - *terraform.NodeApplyableOutput | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
output.storage_account_01_private_endpoint_file_id - *terraform.NodeApplyableOutput | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file - *terraform.NodeValidatableResource | |
output.storage_account_01_private_endpoint_file_name - *terraform.NodeApplyableOutput | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file - *terraform.NodeValidatableResource | |
output.storage_account_01_private_endpoint_file_prvip - *terraform.NodeApplyableOutput | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file - *terraform.NodeValidatableResource | |
output.storage_container_01_id - *terraform.NodeApplyableOutput | |
azurerm_storage_container.storage_container_01 - *terraform.NodeValidatableResource | |
output.storage_container_01_name - *terraform.NodeApplyableOutput | |
azurerm_storage_container.storage_container_01 - *terraform.NodeValidatableResource | |
output.storage_share_01_id - *terraform.NodeApplyableOutput | |
azurerm_storage_share.storage_share_01 - *terraform.NodeValidatableResource | |
output.storage_share_01_name - *terraform.NodeApplyableOutput | |
azurerm_storage_share.storage_share_01 - *terraform.NodeValidatableResource | |
output.storage_share_01_url - *terraform.NodeApplyableOutput | |
azurerm_storage_share.storage_share_01 - *terraform.NodeValidatableResource | |
output.subscription_id - *terraform.NodeApplyableOutput | |
var.subscription_id - *terraform.NodeRootVariable | |
output.virtual_network_link_vnet_shared_01_id - *terraform.NodeApplyableOutput | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 - *terraform.NodeValidatableResource | |
output.virtual_network_link_vnet_shared_01_name - *terraform.NodeApplyableOutput | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 - *terraform.NodeValidatableResource | |
output.vnet_shared_01_adds_subnet_id - *terraform.NodeApplyableOutput | |
azurerm_subnet.vnet_shared_01_subnets - *terraform.NodeValidatableResource | |
output.vnet_shared_01_default_subnet_id - *terraform.NodeApplyableOutput | |
azurerm_subnet.vnet_shared_01_subnets - *terraform.NodeValidatableResource | |
output.vnet_shared_01_id - *terraform.NodeApplyableOutput | |
azurerm_virtual_network.vnet_shared_01 - *terraform.NodeValidatableResource | |
output.vnet_shared_01_name - *terraform.NodeApplyableOutput | |
azurerm_virtual_network.vnet_shared_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.subscription_id - *terraform.NodeRootVariable | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_bastion_host_01_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_key_vault_01_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_log_analytics_workspace_01_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_public_ip_bastion_host_01_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_recovery_services_vault_01_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_account_01_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_account_01_private_endpoint_file_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_share_01_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
var.aad_tenant_id - *terraform.NodeRootVariable | |
var.dns_server - *terraform.NodeRootVariable | |
var.key_vault_sku_name - *terraform.NodeRootVariable | |
var.location - *terraform.NodeRootVariable | |
var.log_analytics_workspace_retention_days - *terraform.NodeRootVariable | |
var.owner_object_id - *terraform.NodeRootVariable | |
var.recovery_services_vault_soft_delete_enabled - *terraform.NodeRootVariable | |
var.resource_group_name - *terraform.NodeRootVariable | |
var.storage_access_tier - *terraform.NodeRootVariable | |
var.storage_container_name - *terraform.NodeRootVariable | |
var.storage_replication_type - *terraform.NodeRootVariable | |
var.storage_share_quota_gb - *terraform.NodeRootVariable | |
var.subnets - *terraform.NodeRootVariable | |
var.subscription_id - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
var.vnet_address_space - *terraform.NodeRootVariable | |
var.vnet_name - *terraform.NodeRootVariable | |
------ | |
2021-07-01T18:38:50.622-0400 [TRACE] Executing graph transform *terraform.CloseProviderTransformer | |
2021-07-01T18:38:50.623-0400 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph: | |
azurerm_bastion_host.bastion_host_01 - *terraform.NodeValidatableResource | |
azurerm_public_ip.public_ip_bastion_host_01 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
azurerm_subnet.vnet_shared_01_subnets - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_bastion_host_01_name - *terraform.NodeValidatableResource | |
var.tags - *terraform.NodeRootVariable | |
azurerm_key_vault.key_vault_01 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_key_vault_01_name - *terraform.NodeValidatableResource | |
var.aad_tenant_id - *terraform.NodeRootVariable | |
var.key_vault_sku_name - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin - *terraform.NodeValidatableResource | |
azurerm_key_vault.key_vault_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.aad_tenant_id - *terraform.NodeRootVariable | |
var.owner_object_id - *terraform.NodeRootVariable | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_log_analytics_workspace_01_name - *terraform.NodeValidatableResource | |
var.log_analytics_workspace_retention_days - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
azurerm_private_dns_a_record.private_dns_a_record_1 - *terraform.NodeValidatableResource | |
azurerm_private_dns_zone.private_dns_zone_1 - *terraform.NodeValidatableResource | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_private_dns_zone.private_dns_zone_1 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.tags - *terraform.NodeRootVariable | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 - *terraform.NodeValidatableResource | |
azurerm_private_dns_zone.private_dns_zone_1 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
azurerm_virtual_network.vnet_shared_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.tags - *terraform.NodeRootVariable | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
azurerm_subnet.vnet_shared_01_subnets - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_account_01_private_endpoint_file_name - *terraform.NodeValidatableResource | |
var.tags - *terraform.NodeRootVariable | |
azurerm_public_ip.public_ip_bastion_host_01 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_public_ip_bastion_host_01_name - *terraform.NodeValidatableResource | |
var.tags - *terraform.NodeRootVariable | |
azurerm_recovery_services_vault.recovery_services_vault_01 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_recovery_services_vault_01_name - *terraform.NodeValidatableResource | |
var.recovery_services_vault_soft_delete_enabled - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.location - *terraform.NodeRootVariable | |
var.resource_group_name - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_account_01_name - *terraform.NodeValidatableResource | |
var.storage_access_tier - *terraform.NodeRootVariable | |
var.storage_replication_type - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
azurerm_storage_container.storage_container_01 - *terraform.NodeValidatableResource | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.storage_container_name - *terraform.NodeRootVariable | |
azurerm_storage_share.storage_share_01 - *terraform.NodeValidatableResource | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_share_01_name - *terraform.NodeValidatableResource | |
var.storage_share_quota_gb - *terraform.NodeRootVariable | |
azurerm_subnet.vnet_shared_01_subnets - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
azurerm_virtual_network.vnet_shared_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.subnets - *terraform.NodeRootVariable | |
azurerm_virtual_network.vnet_shared_01 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.dns_server - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
var.vnet_address_space - *terraform.NodeRootVariable | |
var.vnet_name - *terraform.NodeRootVariable | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
azurerm_bastion_host.bastion_host_01 - *terraform.NodeValidatableResource | |
azurerm_key_vault.key_vault_01 - *terraform.NodeValidatableResource | |
azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin - *terraform.NodeValidatableResource | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 - *terraform.NodeValidatableResource | |
azurerm_private_dns_a_record.private_dns_a_record_1 - *terraform.NodeValidatableResource | |
azurerm_private_dns_zone.private_dns_zone_1 - *terraform.NodeValidatableResource | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 - *terraform.NodeValidatableResource | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file - *terraform.NodeValidatableResource | |
azurerm_public_ip.public_ip_bastion_host_01 - *terraform.NodeValidatableResource | |
azurerm_recovery_services_vault.recovery_services_vault_01 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
azurerm_storage_container.storage_container_01 - *terraform.NodeValidatableResource | |
azurerm_storage_share.storage_share_01 - *terraform.NodeValidatableResource | |
azurerm_subnet.vnet_shared_01_subnets - *terraform.NodeValidatableResource | |
azurerm_virtual_network.vnet_shared_01 - *terraform.NodeValidatableResource | |
output.bastion_host_01_dns_name - *terraform.NodeApplyableOutput | |
output.bastion_host_01_id - *terraform.NodeApplyableOutput | |
output.bastion_host_01_name - *terraform.NodeApplyableOutput | |
output.key_vault_01_access_policy_secrets_admin_id - *terraform.NodeApplyableOutput | |
output.key_vault_01_id - *terraform.NodeApplyableOutput | |
output.key_vault_01_name - *terraform.NodeApplyableOutput | |
output.key_vault_01_uri - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_id - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_name - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_primary_shared_key - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_workspace_id - *terraform.NodeApplyableOutput | |
output.private_dns_a_record_1_id - *terraform.NodeApplyableOutput | |
output.private_dns_a_record_1_name - *terraform.NodeApplyableOutput | |
output.private_dns_zone_1_id - *terraform.NodeApplyableOutput | |
output.private_dns_zone_1_name - *terraform.NodeApplyableOutput | |
output.public_ip_bastion_host_01_id - *terraform.NodeApplyableOutput | |
output.public_ip_bastion_host_01_ip_address - *terraform.NodeApplyableOutput | |
output.public_ip_bastion_host_01_name - *terraform.NodeApplyableOutput | |
output.recovery_services_vault_01_id - *terraform.NodeApplyableOutput | |
output.recovery_services_vault_01_name - *terraform.NodeApplyableOutput | |
output.recovery_services_vault_01_principal_id - *terraform.NodeApplyableOutput | |
output.resource_group_01_id - *terraform.NodeApplyableOutput | |
output.resource_group_01_location - *terraform.NodeApplyableOutput | |
output.resource_group_01_name - *terraform.NodeApplyableOutput | |
output.resource_group_01_tags - *terraform.NodeApplyableOutput | |
output.storage_account_01_blob_endpoint - *terraform.NodeApplyableOutput | |
output.storage_account_01_id - *terraform.NodeApplyableOutput | |
output.storage_account_01_key - *terraform.NodeApplyableOutput | |
output.storage_account_01_name - *terraform.NodeApplyableOutput | |
output.storage_account_01_private_endpoint_file_id - *terraform.NodeApplyableOutput | |
output.storage_account_01_private_endpoint_file_name - *terraform.NodeApplyableOutput | |
output.storage_account_01_private_endpoint_file_prvip - *terraform.NodeApplyableOutput | |
output.storage_container_01_id - *terraform.NodeApplyableOutput | |
output.storage_container_01_name - *terraform.NodeApplyableOutput | |
output.storage_share_01_id - *terraform.NodeApplyableOutput | |
output.storage_share_01_name - *terraform.NodeApplyableOutput | |
output.storage_share_01_url - *terraform.NodeApplyableOutput | |
output.subscription_id - *terraform.NodeApplyableOutput | |
output.virtual_network_link_vnet_shared_01_id - *terraform.NodeApplyableOutput | |
output.virtual_network_link_vnet_shared_01_name - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_adds_subnet_id - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_default_subnet_id - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_id - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_name - *terraform.NodeApplyableOutput | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_bastion_host_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_key_vault_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_log_analytics_workspace_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_public_ip_bastion_host_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_recovery_services_vault_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_storage_account_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_storage_account_01_private_endpoint_file_name - *terraform.NodeValidatableResource | |
random_id.random_id_storage_share_01_name - *terraform.NodeValidatableResource | |
var.aad_tenant_id - *terraform.NodeRootVariable | |
var.dns_server - *terraform.NodeRootVariable | |
var.key_vault_sku_name - *terraform.NodeRootVariable | |
var.location - *terraform.NodeRootVariable | |
var.log_analytics_workspace_retention_days - *terraform.NodeRootVariable | |
var.owner_object_id - *terraform.NodeRootVariable | |
var.recovery_services_vault_soft_delete_enabled - *terraform.NodeRootVariable | |
var.resource_group_name - *terraform.NodeRootVariable | |
var.storage_access_tier - *terraform.NodeRootVariable | |
var.storage_container_name - *terraform.NodeRootVariable | |
var.storage_replication_type - *terraform.NodeRootVariable | |
var.storage_share_quota_gb - *terraform.NodeRootVariable | |
var.subnets - *terraform.NodeRootVariable | |
var.subscription_id - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
var.vnet_address_space - *terraform.NodeRootVariable | |
var.vnet_name - *terraform.NodeRootVariable | |
output.bastion_host_01_dns_name - *terraform.NodeApplyableOutput | |
azurerm_bastion_host.bastion_host_01 - *terraform.NodeValidatableResource | |
output.bastion_host_01_id - *terraform.NodeApplyableOutput | |
azurerm_bastion_host.bastion_host_01 - *terraform.NodeValidatableResource | |
output.bastion_host_01_name - *terraform.NodeApplyableOutput | |
azurerm_bastion_host.bastion_host_01 - *terraform.NodeValidatableResource | |
output.key_vault_01_access_policy_secrets_admin_id - *terraform.NodeApplyableOutput | |
azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin - *terraform.NodeValidatableResource | |
output.key_vault_01_id - *terraform.NodeApplyableOutput | |
azurerm_key_vault.key_vault_01 - *terraform.NodeValidatableResource | |
output.key_vault_01_name - *terraform.NodeApplyableOutput | |
azurerm_key_vault.key_vault_01 - *terraform.NodeValidatableResource | |
output.key_vault_01_uri - *terraform.NodeApplyableOutput | |
azurerm_key_vault.key_vault_01 - *terraform.NodeValidatableResource | |
output.log_analytics_workspace_01_id - *terraform.NodeApplyableOutput | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 - *terraform.NodeValidatableResource | |
output.log_analytics_workspace_01_name - *terraform.NodeApplyableOutput | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 - *terraform.NodeValidatableResource | |
output.log_analytics_workspace_01_primary_shared_key - *terraform.NodeApplyableOutput | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 - *terraform.NodeValidatableResource | |
output.log_analytics_workspace_01_workspace_id - *terraform.NodeApplyableOutput | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 - *terraform.NodeValidatableResource | |
output.private_dns_a_record_1_id - *terraform.NodeApplyableOutput | |
azurerm_private_dns_a_record.private_dns_a_record_1 - *terraform.NodeValidatableResource | |
output.private_dns_a_record_1_name - *terraform.NodeApplyableOutput | |
azurerm_private_dns_a_record.private_dns_a_record_1 - *terraform.NodeValidatableResource | |
output.private_dns_zone_1_id - *terraform.NodeApplyableOutput | |
azurerm_private_dns_zone.private_dns_zone_1 - *terraform.NodeValidatableResource | |
output.private_dns_zone_1_name - *terraform.NodeApplyableOutput | |
azurerm_private_dns_zone.private_dns_zone_1 - *terraform.NodeValidatableResource | |
output.public_ip_bastion_host_01_id - *terraform.NodeApplyableOutput | |
azurerm_public_ip.public_ip_bastion_host_01 - *terraform.NodeValidatableResource | |
output.public_ip_bastion_host_01_ip_address - *terraform.NodeApplyableOutput | |
azurerm_public_ip.public_ip_bastion_host_01 - *terraform.NodeValidatableResource | |
output.public_ip_bastion_host_01_name - *terraform.NodeApplyableOutput | |
azurerm_public_ip.public_ip_bastion_host_01 - *terraform.NodeValidatableResource | |
output.recovery_services_vault_01_id - *terraform.NodeApplyableOutput | |
azurerm_recovery_services_vault.recovery_services_vault_01 - *terraform.NodeValidatableResource | |
output.recovery_services_vault_01_name - *terraform.NodeApplyableOutput | |
azurerm_recovery_services_vault.recovery_services_vault_01 - *terraform.NodeValidatableResource | |
output.recovery_services_vault_01_principal_id - *terraform.NodeApplyableOutput | |
azurerm_recovery_services_vault.recovery_services_vault_01 - *terraform.NodeValidatableResource | |
output.resource_group_01_id - *terraform.NodeApplyableOutput | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
output.resource_group_01_location - *terraform.NodeApplyableOutput | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
output.resource_group_01_name - *terraform.NodeApplyableOutput | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
output.resource_group_01_tags - *terraform.NodeApplyableOutput | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
output.storage_account_01_blob_endpoint - *terraform.NodeApplyableOutput | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
output.storage_account_01_id - *terraform.NodeApplyableOutput | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
output.storage_account_01_key - *terraform.NodeApplyableOutput | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
output.storage_account_01_name - *terraform.NodeApplyableOutput | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
output.storage_account_01_private_endpoint_file_id - *terraform.NodeApplyableOutput | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file - *terraform.NodeValidatableResource | |
output.storage_account_01_private_endpoint_file_name - *terraform.NodeApplyableOutput | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file - *terraform.NodeValidatableResource | |
output.storage_account_01_private_endpoint_file_prvip - *terraform.NodeApplyableOutput | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file - *terraform.NodeValidatableResource | |
output.storage_container_01_id - *terraform.NodeApplyableOutput | |
azurerm_storage_container.storage_container_01 - *terraform.NodeValidatableResource | |
output.storage_container_01_name - *terraform.NodeApplyableOutput | |
azurerm_storage_container.storage_container_01 - *terraform.NodeValidatableResource | |
output.storage_share_01_id - *terraform.NodeApplyableOutput | |
azurerm_storage_share.storage_share_01 - *terraform.NodeValidatableResource | |
output.storage_share_01_name - *terraform.NodeApplyableOutput | |
azurerm_storage_share.storage_share_01 - *terraform.NodeValidatableResource | |
output.storage_share_01_url - *terraform.NodeApplyableOutput | |
azurerm_storage_share.storage_share_01 - *terraform.NodeValidatableResource | |
output.subscription_id - *terraform.NodeApplyableOutput | |
var.subscription_id - *terraform.NodeRootVariable | |
output.virtual_network_link_vnet_shared_01_id - *terraform.NodeApplyableOutput | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 - *terraform.NodeValidatableResource | |
output.virtual_network_link_vnet_shared_01_name - *terraform.NodeApplyableOutput | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 - *terraform.NodeValidatableResource | |
output.vnet_shared_01_adds_subnet_id - *terraform.NodeApplyableOutput | |
azurerm_subnet.vnet_shared_01_subnets - *terraform.NodeValidatableResource | |
output.vnet_shared_01_default_subnet_id - *terraform.NodeApplyableOutput | |
azurerm_subnet.vnet_shared_01_subnets - *terraform.NodeValidatableResource | |
output.vnet_shared_01_id - *terraform.NodeApplyableOutput | |
azurerm_virtual_network.vnet_shared_01 - *terraform.NodeValidatableResource | |
output.vnet_shared_01_name - *terraform.NodeApplyableOutput | |
azurerm_virtual_network.vnet_shared_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.subscription_id - *terraform.NodeRootVariable | |
provider["registry.terraform.io/hashicorp/azurerm"] (close) - *terraform.graphNodeCloseProvider | |
azurerm_bastion_host.bastion_host_01 - *terraform.NodeValidatableResource | |
azurerm_key_vault.key_vault_01 - *terraform.NodeValidatableResource | |
azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin - *terraform.NodeValidatableResource | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 - *terraform.NodeValidatableResource | |
azurerm_private_dns_a_record.private_dns_a_record_1 - *terraform.NodeValidatableResource | |
azurerm_private_dns_zone.private_dns_zone_1 - *terraform.NodeValidatableResource | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 - *terraform.NodeValidatableResource | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file - *terraform.NodeValidatableResource | |
azurerm_public_ip.public_ip_bastion_host_01 - *terraform.NodeValidatableResource | |
azurerm_recovery_services_vault.recovery_services_vault_01 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
azurerm_storage_container.storage_container_01 - *terraform.NodeValidatableResource | |
azurerm_storage_share.storage_share_01 - *terraform.NodeValidatableResource | |
azurerm_subnet.vnet_shared_01_subnets - *terraform.NodeValidatableResource | |
azurerm_virtual_network.vnet_shared_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/hashicorp/random"] (close) - *terraform.graphNodeCloseProvider | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_bastion_host_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_key_vault_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_log_analytics_workspace_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_public_ip_bastion_host_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_recovery_services_vault_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_storage_account_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_storage_account_01_private_endpoint_file_name - *terraform.NodeValidatableResource | |
random_id.random_id_storage_share_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_bastion_host_01_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_key_vault_01_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_log_analytics_workspace_01_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_public_ip_bastion_host_01_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_recovery_services_vault_01_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_account_01_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_account_01_private_endpoint_file_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_share_01_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
var.aad_tenant_id - *terraform.NodeRootVariable | |
var.dns_server - *terraform.NodeRootVariable | |
var.key_vault_sku_name - *terraform.NodeRootVariable | |
var.location - *terraform.NodeRootVariable | |
var.log_analytics_workspace_retention_days - *terraform.NodeRootVariable | |
var.owner_object_id - *terraform.NodeRootVariable | |
var.recovery_services_vault_soft_delete_enabled - *terraform.NodeRootVariable | |
var.resource_group_name - *terraform.NodeRootVariable | |
var.storage_access_tier - *terraform.NodeRootVariable | |
var.storage_container_name - *terraform.NodeRootVariable | |
var.storage_replication_type - *terraform.NodeRootVariable | |
var.storage_share_quota_gb - *terraform.NodeRootVariable | |
var.subnets - *terraform.NodeRootVariable | |
var.subscription_id - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
var.vnet_address_space - *terraform.NodeRootVariable | |
var.vnet_name - *terraform.NodeRootVariable | |
------ | |
2021-07-01T18:38:50.623-0400 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer | |
2021-07-01T18:38:50.624-0400 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph: | |
azurerm_bastion_host.bastion_host_01 - *terraform.NodeValidatableResource | |
azurerm_public_ip.public_ip_bastion_host_01 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
azurerm_subnet.vnet_shared_01_subnets - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_bastion_host_01_name - *terraform.NodeValidatableResource | |
var.tags - *terraform.NodeRootVariable | |
azurerm_key_vault.key_vault_01 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_key_vault_01_name - *terraform.NodeValidatableResource | |
var.aad_tenant_id - *terraform.NodeRootVariable | |
var.key_vault_sku_name - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin - *terraform.NodeValidatableResource | |
azurerm_key_vault.key_vault_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.aad_tenant_id - *terraform.NodeRootVariable | |
var.owner_object_id - *terraform.NodeRootVariable | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_log_analytics_workspace_01_name - *terraform.NodeValidatableResource | |
var.log_analytics_workspace_retention_days - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
azurerm_private_dns_a_record.private_dns_a_record_1 - *terraform.NodeValidatableResource | |
azurerm_private_dns_zone.private_dns_zone_1 - *terraform.NodeValidatableResource | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_private_dns_zone.private_dns_zone_1 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.tags - *terraform.NodeRootVariable | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 - *terraform.NodeValidatableResource | |
azurerm_private_dns_zone.private_dns_zone_1 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
azurerm_virtual_network.vnet_shared_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.tags - *terraform.NodeRootVariable | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
azurerm_subnet.vnet_shared_01_subnets - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_account_01_private_endpoint_file_name - *terraform.NodeValidatableResource | |
var.tags - *terraform.NodeRootVariable | |
azurerm_public_ip.public_ip_bastion_host_01 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_public_ip_bastion_host_01_name - *terraform.NodeValidatableResource | |
var.tags - *terraform.NodeRootVariable | |
azurerm_recovery_services_vault.recovery_services_vault_01 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_recovery_services_vault_01_name - *terraform.NodeValidatableResource | |
var.recovery_services_vault_soft_delete_enabled - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.location - *terraform.NodeRootVariable | |
var.resource_group_name - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_account_01_name - *terraform.NodeValidatableResource | |
var.storage_access_tier - *terraform.NodeRootVariable | |
var.storage_replication_type - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
azurerm_storage_container.storage_container_01 - *terraform.NodeValidatableResource | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.storage_container_name - *terraform.NodeRootVariable | |
azurerm_storage_share.storage_share_01 - *terraform.NodeValidatableResource | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_share_01_name - *terraform.NodeValidatableResource | |
var.storage_share_quota_gb - *terraform.NodeRootVariable | |
azurerm_subnet.vnet_shared_01_subnets - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
azurerm_virtual_network.vnet_shared_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.subnets - *terraform.NodeRootVariable | |
azurerm_virtual_network.vnet_shared_01 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.dns_server - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
var.vnet_address_space - *terraform.NodeRootVariable | |
var.vnet_name - *terraform.NodeRootVariable | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
azurerm_bastion_host.bastion_host_01 - *terraform.NodeValidatableResource | |
azurerm_key_vault.key_vault_01 - *terraform.NodeValidatableResource | |
azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin - *terraform.NodeValidatableResource | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 - *terraform.NodeValidatableResource | |
azurerm_private_dns_a_record.private_dns_a_record_1 - *terraform.NodeValidatableResource | |
azurerm_private_dns_zone.private_dns_zone_1 - *terraform.NodeValidatableResource | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 - *terraform.NodeValidatableResource | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file - *terraform.NodeValidatableResource | |
azurerm_public_ip.public_ip_bastion_host_01 - *terraform.NodeValidatableResource | |
azurerm_recovery_services_vault.recovery_services_vault_01 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
azurerm_storage_container.storage_container_01 - *terraform.NodeValidatableResource | |
azurerm_storage_share.storage_share_01 - *terraform.NodeValidatableResource | |
azurerm_subnet.vnet_shared_01_subnets - *terraform.NodeValidatableResource | |
azurerm_virtual_network.vnet_shared_01 - *terraform.NodeValidatableResource | |
output.bastion_host_01_dns_name - *terraform.NodeApplyableOutput | |
output.bastion_host_01_id - *terraform.NodeApplyableOutput | |
output.bastion_host_01_name - *terraform.NodeApplyableOutput | |
output.key_vault_01_access_policy_secrets_admin_id - *terraform.NodeApplyableOutput | |
output.key_vault_01_id - *terraform.NodeApplyableOutput | |
output.key_vault_01_name - *terraform.NodeApplyableOutput | |
output.key_vault_01_uri - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_id - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_name - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_primary_shared_key - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_workspace_id - *terraform.NodeApplyableOutput | |
output.private_dns_a_record_1_id - *terraform.NodeApplyableOutput | |
output.private_dns_a_record_1_name - *terraform.NodeApplyableOutput | |
output.private_dns_zone_1_id - *terraform.NodeApplyableOutput | |
output.private_dns_zone_1_name - *terraform.NodeApplyableOutput | |
output.public_ip_bastion_host_01_id - *terraform.NodeApplyableOutput | |
output.public_ip_bastion_host_01_ip_address - *terraform.NodeApplyableOutput | |
output.public_ip_bastion_host_01_name - *terraform.NodeApplyableOutput | |
output.recovery_services_vault_01_id - *terraform.NodeApplyableOutput | |
output.recovery_services_vault_01_name - *terraform.NodeApplyableOutput | |
output.recovery_services_vault_01_principal_id - *terraform.NodeApplyableOutput | |
output.resource_group_01_id - *terraform.NodeApplyableOutput | |
output.resource_group_01_location - *terraform.NodeApplyableOutput | |
output.resource_group_01_name - *terraform.NodeApplyableOutput | |
output.resource_group_01_tags - *terraform.NodeApplyableOutput | |
output.storage_account_01_blob_endpoint - *terraform.NodeApplyableOutput | |
output.storage_account_01_id - *terraform.NodeApplyableOutput | |
output.storage_account_01_key - *terraform.NodeApplyableOutput | |
output.storage_account_01_name - *terraform.NodeApplyableOutput | |
output.storage_account_01_private_endpoint_file_id - *terraform.NodeApplyableOutput | |
output.storage_account_01_private_endpoint_file_name - *terraform.NodeApplyableOutput | |
output.storage_account_01_private_endpoint_file_prvip - *terraform.NodeApplyableOutput | |
output.storage_container_01_id - *terraform.NodeApplyableOutput | |
output.storage_container_01_name - *terraform.NodeApplyableOutput | |
output.storage_share_01_id - *terraform.NodeApplyableOutput | |
output.storage_share_01_name - *terraform.NodeApplyableOutput | |
output.storage_share_01_url - *terraform.NodeApplyableOutput | |
output.subscription_id - *terraform.NodeApplyableOutput | |
output.virtual_network_link_vnet_shared_01_id - *terraform.NodeApplyableOutput | |
output.virtual_network_link_vnet_shared_01_name - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_adds_subnet_id - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_default_subnet_id - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_id - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_name - *terraform.NodeApplyableOutput | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_bastion_host_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_key_vault_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_log_analytics_workspace_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_public_ip_bastion_host_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_recovery_services_vault_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_storage_account_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_storage_account_01_private_endpoint_file_name - *terraform.NodeValidatableResource | |
random_id.random_id_storage_share_01_name - *terraform.NodeValidatableResource | |
var.aad_tenant_id - *terraform.NodeRootVariable | |
var.dns_server - *terraform.NodeRootVariable | |
var.key_vault_sku_name - *terraform.NodeRootVariable | |
var.location - *terraform.NodeRootVariable | |
var.log_analytics_workspace_retention_days - *terraform.NodeRootVariable | |
var.owner_object_id - *terraform.NodeRootVariable | |
var.recovery_services_vault_soft_delete_enabled - *terraform.NodeRootVariable | |
var.resource_group_name - *terraform.NodeRootVariable | |
var.storage_access_tier - *terraform.NodeRootVariable | |
var.storage_container_name - *terraform.NodeRootVariable | |
var.storage_replication_type - *terraform.NodeRootVariable | |
var.storage_share_quota_gb - *terraform.NodeRootVariable | |
var.subnets - *terraform.NodeRootVariable | |
var.subscription_id - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
var.vnet_address_space - *terraform.NodeRootVariable | |
var.vnet_name - *terraform.NodeRootVariable | |
output.bastion_host_01_dns_name - *terraform.NodeApplyableOutput | |
azurerm_bastion_host.bastion_host_01 - *terraform.NodeValidatableResource | |
output.bastion_host_01_id - *terraform.NodeApplyableOutput | |
azurerm_bastion_host.bastion_host_01 - *terraform.NodeValidatableResource | |
output.bastion_host_01_name - *terraform.NodeApplyableOutput | |
azurerm_bastion_host.bastion_host_01 - *terraform.NodeValidatableResource | |
output.key_vault_01_access_policy_secrets_admin_id - *terraform.NodeApplyableOutput | |
azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin - *terraform.NodeValidatableResource | |
output.key_vault_01_id - *terraform.NodeApplyableOutput | |
azurerm_key_vault.key_vault_01 - *terraform.NodeValidatableResource | |
output.key_vault_01_name - *terraform.NodeApplyableOutput | |
azurerm_key_vault.key_vault_01 - *terraform.NodeValidatableResource | |
output.key_vault_01_uri - *terraform.NodeApplyableOutput | |
azurerm_key_vault.key_vault_01 - *terraform.NodeValidatableResource | |
output.log_analytics_workspace_01_id - *terraform.NodeApplyableOutput | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 - *terraform.NodeValidatableResource | |
output.log_analytics_workspace_01_name - *terraform.NodeApplyableOutput | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 - *terraform.NodeValidatableResource | |
output.log_analytics_workspace_01_primary_shared_key - *terraform.NodeApplyableOutput | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 - *terraform.NodeValidatableResource | |
output.log_analytics_workspace_01_workspace_id - *terraform.NodeApplyableOutput | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 - *terraform.NodeValidatableResource | |
output.private_dns_a_record_1_id - *terraform.NodeApplyableOutput | |
azurerm_private_dns_a_record.private_dns_a_record_1 - *terraform.NodeValidatableResource | |
output.private_dns_a_record_1_name - *terraform.NodeApplyableOutput | |
azurerm_private_dns_a_record.private_dns_a_record_1 - *terraform.NodeValidatableResource | |
output.private_dns_zone_1_id - *terraform.NodeApplyableOutput | |
azurerm_private_dns_zone.private_dns_zone_1 - *terraform.NodeValidatableResource | |
output.private_dns_zone_1_name - *terraform.NodeApplyableOutput | |
azurerm_private_dns_zone.private_dns_zone_1 - *terraform.NodeValidatableResource | |
output.public_ip_bastion_host_01_id - *terraform.NodeApplyableOutput | |
azurerm_public_ip.public_ip_bastion_host_01 - *terraform.NodeValidatableResource | |
output.public_ip_bastion_host_01_ip_address - *terraform.NodeApplyableOutput | |
azurerm_public_ip.public_ip_bastion_host_01 - *terraform.NodeValidatableResource | |
output.public_ip_bastion_host_01_name - *terraform.NodeApplyableOutput | |
azurerm_public_ip.public_ip_bastion_host_01 - *terraform.NodeValidatableResource | |
output.recovery_services_vault_01_id - *terraform.NodeApplyableOutput | |
azurerm_recovery_services_vault.recovery_services_vault_01 - *terraform.NodeValidatableResource | |
output.recovery_services_vault_01_name - *terraform.NodeApplyableOutput | |
azurerm_recovery_services_vault.recovery_services_vault_01 - *terraform.NodeValidatableResource | |
output.recovery_services_vault_01_principal_id - *terraform.NodeApplyableOutput | |
azurerm_recovery_services_vault.recovery_services_vault_01 - *terraform.NodeValidatableResource | |
output.resource_group_01_id - *terraform.NodeApplyableOutput | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
output.resource_group_01_location - *terraform.NodeApplyableOutput | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
output.resource_group_01_name - *terraform.NodeApplyableOutput | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
output.resource_group_01_tags - *terraform.NodeApplyableOutput | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
output.storage_account_01_blob_endpoint - *terraform.NodeApplyableOutput | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
output.storage_account_01_id - *terraform.NodeApplyableOutput | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
output.storage_account_01_key - *terraform.NodeApplyableOutput | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
output.storage_account_01_name - *terraform.NodeApplyableOutput | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
output.storage_account_01_private_endpoint_file_id - *terraform.NodeApplyableOutput | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file - *terraform.NodeValidatableResource | |
output.storage_account_01_private_endpoint_file_name - *terraform.NodeApplyableOutput | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file - *terraform.NodeValidatableResource | |
output.storage_account_01_private_endpoint_file_prvip - *terraform.NodeApplyableOutput | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file - *terraform.NodeValidatableResource | |
output.storage_container_01_id - *terraform.NodeApplyableOutput | |
azurerm_storage_container.storage_container_01 - *terraform.NodeValidatableResource | |
output.storage_container_01_name - *terraform.NodeApplyableOutput | |
azurerm_storage_container.storage_container_01 - *terraform.NodeValidatableResource | |
output.storage_share_01_id - *terraform.NodeApplyableOutput | |
azurerm_storage_share.storage_share_01 - *terraform.NodeValidatableResource | |
output.storage_share_01_name - *terraform.NodeApplyableOutput | |
azurerm_storage_share.storage_share_01 - *terraform.NodeValidatableResource | |
output.storage_share_01_url - *terraform.NodeApplyableOutput | |
azurerm_storage_share.storage_share_01 - *terraform.NodeValidatableResource | |
output.subscription_id - *terraform.NodeApplyableOutput | |
var.subscription_id - *terraform.NodeRootVariable | |
output.virtual_network_link_vnet_shared_01_id - *terraform.NodeApplyableOutput | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 - *terraform.NodeValidatableResource | |
output.virtual_network_link_vnet_shared_01_name - *terraform.NodeApplyableOutput | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 - *terraform.NodeValidatableResource | |
output.vnet_shared_01_adds_subnet_id - *terraform.NodeApplyableOutput | |
azurerm_subnet.vnet_shared_01_subnets - *terraform.NodeValidatableResource | |
output.vnet_shared_01_default_subnet_id - *terraform.NodeApplyableOutput | |
azurerm_subnet.vnet_shared_01_subnets - *terraform.NodeValidatableResource | |
output.vnet_shared_01_id - *terraform.NodeApplyableOutput | |
azurerm_virtual_network.vnet_shared_01 - *terraform.NodeValidatableResource | |
output.vnet_shared_01_name - *terraform.NodeApplyableOutput | |
azurerm_virtual_network.vnet_shared_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.subscription_id - *terraform.NodeRootVariable | |
provider["registry.terraform.io/hashicorp/azurerm"] (close) - *terraform.graphNodeCloseProvider | |
azurerm_bastion_host.bastion_host_01 - *terraform.NodeValidatableResource | |
azurerm_key_vault.key_vault_01 - *terraform.NodeValidatableResource | |
azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin - *terraform.NodeValidatableResource | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 - *terraform.NodeValidatableResource | |
azurerm_private_dns_a_record.private_dns_a_record_1 - *terraform.NodeValidatableResource | |
azurerm_private_dns_zone.private_dns_zone_1 - *terraform.NodeValidatableResource | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 - *terraform.NodeValidatableResource | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file - *terraform.NodeValidatableResource | |
azurerm_public_ip.public_ip_bastion_host_01 - *terraform.NodeValidatableResource | |
azurerm_recovery_services_vault.recovery_services_vault_01 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
azurerm_storage_container.storage_container_01 - *terraform.NodeValidatableResource | |
azurerm_storage_share.storage_share_01 - *terraform.NodeValidatableResource | |
azurerm_subnet.vnet_shared_01_subnets - *terraform.NodeValidatableResource | |
azurerm_virtual_network.vnet_shared_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/hashicorp/random"] (close) - *terraform.graphNodeCloseProvider | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_bastion_host_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_key_vault_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_log_analytics_workspace_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_public_ip_bastion_host_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_recovery_services_vault_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_storage_account_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_storage_account_01_private_endpoint_file_name - *terraform.NodeValidatableResource | |
random_id.random_id_storage_share_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_bastion_host_01_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_key_vault_01_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_log_analytics_workspace_01_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_public_ip_bastion_host_01_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_recovery_services_vault_01_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_account_01_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_account_01_private_endpoint_file_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_share_01_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
root - *terraform.nodeCloseModule | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
provider["registry.terraform.io/hashicorp/azurerm"] (close) - *terraform.graphNodeCloseProvider | |
provider["registry.terraform.io/hashicorp/random"] (close) - *terraform.graphNodeCloseProvider | |
var.aad_tenant_id - *terraform.NodeRootVariable | |
var.dns_server - *terraform.NodeRootVariable | |
var.key_vault_sku_name - *terraform.NodeRootVariable | |
var.location - *terraform.NodeRootVariable | |
var.log_analytics_workspace_retention_days - *terraform.NodeRootVariable | |
var.owner_object_id - *terraform.NodeRootVariable | |
var.recovery_services_vault_soft_delete_enabled - *terraform.NodeRootVariable | |
var.resource_group_name - *terraform.NodeRootVariable | |
var.storage_access_tier - *terraform.NodeRootVariable | |
var.storage_container_name - *terraform.NodeRootVariable | |
var.storage_replication_type - *terraform.NodeRootVariable | |
var.storage_share_quota_gb - *terraform.NodeRootVariable | |
var.subnets - *terraform.NodeRootVariable | |
var.subscription_id - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
var.vnet_address_space - *terraform.NodeRootVariable | |
var.vnet_name - *terraform.NodeRootVariable | |
------ | |
2021-07-01T18:38:50.624-0400 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer | |
2021-07-01T18:38:50.626-0400 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph: | |
azurerm_bastion_host.bastion_host_01 - *terraform.NodeValidatableResource | |
azurerm_public_ip.public_ip_bastion_host_01 - *terraform.NodeValidatableResource | |
azurerm_subnet.vnet_shared_01_subnets - *terraform.NodeValidatableResource | |
random_id.random_id_bastion_host_01_name - *terraform.NodeValidatableResource | |
azurerm_key_vault.key_vault_01 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
random_id.random_id_key_vault_01_name - *terraform.NodeValidatableResource | |
var.aad_tenant_id - *terraform.NodeRootVariable | |
var.key_vault_sku_name - *terraform.NodeRootVariable | |
azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin - *terraform.NodeValidatableResource | |
azurerm_key_vault.key_vault_01 - *terraform.NodeValidatableResource | |
var.owner_object_id - *terraform.NodeRootVariable | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
random_id.random_id_log_analytics_workspace_01_name - *terraform.NodeValidatableResource | |
var.log_analytics_workspace_retention_days - *terraform.NodeRootVariable | |
azurerm_private_dns_a_record.private_dns_a_record_1 - *terraform.NodeValidatableResource | |
azurerm_private_dns_zone.private_dns_zone_1 - *terraform.NodeValidatableResource | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file - *terraform.NodeValidatableResource | |
azurerm_private_dns_zone.private_dns_zone_1 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 - *terraform.NodeValidatableResource | |
azurerm_private_dns_zone.private_dns_zone_1 - *terraform.NodeValidatableResource | |
azurerm_virtual_network.vnet_shared_01 - *terraform.NodeValidatableResource | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file - *terraform.NodeValidatableResource | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
azurerm_subnet.vnet_shared_01_subnets - *terraform.NodeValidatableResource | |
random_id.random_id_storage_account_01_private_endpoint_file_name - *terraform.NodeValidatableResource | |
azurerm_public_ip.public_ip_bastion_host_01 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
random_id.random_id_public_ip_bastion_host_01_name - *terraform.NodeValidatableResource | |
azurerm_recovery_services_vault.recovery_services_vault_01 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
random_id.random_id_recovery_services_vault_01_name - *terraform.NodeValidatableResource | |
var.recovery_services_vault_soft_delete_enabled - *terraform.NodeRootVariable | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.location - *terraform.NodeRootVariable | |
var.resource_group_name - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
random_id.random_id_storage_account_01_name - *terraform.NodeValidatableResource | |
var.storage_access_tier - *terraform.NodeRootVariable | |
var.storage_replication_type - *terraform.NodeRootVariable | |
azurerm_storage_container.storage_container_01 - *terraform.NodeValidatableResource | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
var.storage_container_name - *terraform.NodeRootVariable | |
azurerm_storage_share.storage_share_01 - *terraform.NodeValidatableResource | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
random_id.random_id_storage_share_01_name - *terraform.NodeValidatableResource | |
var.storage_share_quota_gb - *terraform.NodeRootVariable | |
azurerm_subnet.vnet_shared_01_subnets - *terraform.NodeValidatableResource | |
azurerm_virtual_network.vnet_shared_01 - *terraform.NodeValidatableResource | |
var.subnets - *terraform.NodeRootVariable | |
azurerm_virtual_network.vnet_shared_01 - *terraform.NodeValidatableResource | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
var.dns_server - *terraform.NodeRootVariable | |
var.vnet_address_space - *terraform.NodeRootVariable | |
var.vnet_name - *terraform.NodeRootVariable | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
output.bastion_host_01_dns_name - *terraform.NodeApplyableOutput | |
output.bastion_host_01_id - *terraform.NodeApplyableOutput | |
output.bastion_host_01_name - *terraform.NodeApplyableOutput | |
output.key_vault_01_access_policy_secrets_admin_id - *terraform.NodeApplyableOutput | |
output.key_vault_01_id - *terraform.NodeApplyableOutput | |
output.key_vault_01_name - *terraform.NodeApplyableOutput | |
output.key_vault_01_uri - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_id - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_name - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_primary_shared_key - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_workspace_id - *terraform.NodeApplyableOutput | |
output.private_dns_a_record_1_id - *terraform.NodeApplyableOutput | |
output.private_dns_a_record_1_name - *terraform.NodeApplyableOutput | |
output.private_dns_zone_1_id - *terraform.NodeApplyableOutput | |
output.private_dns_zone_1_name - *terraform.NodeApplyableOutput | |
output.public_ip_bastion_host_01_id - *terraform.NodeApplyableOutput | |
output.public_ip_bastion_host_01_ip_address - *terraform.NodeApplyableOutput | |
output.public_ip_bastion_host_01_name - *terraform.NodeApplyableOutput | |
output.recovery_services_vault_01_id - *terraform.NodeApplyableOutput | |
output.recovery_services_vault_01_name - *terraform.NodeApplyableOutput | |
output.recovery_services_vault_01_principal_id - *terraform.NodeApplyableOutput | |
output.resource_group_01_id - *terraform.NodeApplyableOutput | |
output.resource_group_01_location - *terraform.NodeApplyableOutput | |
output.resource_group_01_name - *terraform.NodeApplyableOutput | |
output.resource_group_01_tags - *terraform.NodeApplyableOutput | |
output.storage_account_01_blob_endpoint - *terraform.NodeApplyableOutput | |
output.storage_account_01_id - *terraform.NodeApplyableOutput | |
output.storage_account_01_key - *terraform.NodeApplyableOutput | |
output.storage_account_01_name - *terraform.NodeApplyableOutput | |
output.storage_account_01_private_endpoint_file_id - *terraform.NodeApplyableOutput | |
output.storage_account_01_private_endpoint_file_name - *terraform.NodeApplyableOutput | |
output.storage_account_01_private_endpoint_file_prvip - *terraform.NodeApplyableOutput | |
output.storage_container_01_id - *terraform.NodeApplyableOutput | |
output.storage_container_01_name - *terraform.NodeApplyableOutput | |
output.storage_share_01_id - *terraform.NodeApplyableOutput | |
output.storage_share_01_name - *terraform.NodeApplyableOutput | |
output.storage_share_01_url - *terraform.NodeApplyableOutput | |
output.subscription_id - *terraform.NodeApplyableOutput | |
output.virtual_network_link_vnet_shared_01_id - *terraform.NodeApplyableOutput | |
output.virtual_network_link_vnet_shared_01_name - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_adds_subnet_id - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_default_subnet_id - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_id - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_name - *terraform.NodeApplyableOutput | |
output.bastion_host_01_dns_name - *terraform.NodeApplyableOutput | |
azurerm_bastion_host.bastion_host_01 - *terraform.NodeValidatableResource | |
output.bastion_host_01_id - *terraform.NodeApplyableOutput | |
azurerm_bastion_host.bastion_host_01 - *terraform.NodeValidatableResource | |
output.bastion_host_01_name - *terraform.NodeApplyableOutput | |
azurerm_bastion_host.bastion_host_01 - *terraform.NodeValidatableResource | |
output.key_vault_01_access_policy_secrets_admin_id - *terraform.NodeApplyableOutput | |
azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin - *terraform.NodeValidatableResource | |
output.key_vault_01_id - *terraform.NodeApplyableOutput | |
azurerm_key_vault.key_vault_01 - *terraform.NodeValidatableResource | |
output.key_vault_01_name - *terraform.NodeApplyableOutput | |
azurerm_key_vault.key_vault_01 - *terraform.NodeValidatableResource | |
output.key_vault_01_uri - *terraform.NodeApplyableOutput | |
azurerm_key_vault.key_vault_01 - *terraform.NodeValidatableResource | |
output.log_analytics_workspace_01_id - *terraform.NodeApplyableOutput | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 - *terraform.NodeValidatableResource | |
output.log_analytics_workspace_01_name - *terraform.NodeApplyableOutput | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 - *terraform.NodeValidatableResource | |
output.log_analytics_workspace_01_primary_shared_key - *terraform.NodeApplyableOutput | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 - *terraform.NodeValidatableResource | |
output.log_analytics_workspace_01_workspace_id - *terraform.NodeApplyableOutput | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 - *terraform.NodeValidatableResource | |
output.private_dns_a_record_1_id - *terraform.NodeApplyableOutput | |
azurerm_private_dns_a_record.private_dns_a_record_1 - *terraform.NodeValidatableResource | |
output.private_dns_a_record_1_name - *terraform.NodeApplyableOutput | |
azurerm_private_dns_a_record.private_dns_a_record_1 - *terraform.NodeValidatableResource | |
output.private_dns_zone_1_id - *terraform.NodeApplyableOutput | |
azurerm_private_dns_zone.private_dns_zone_1 - *terraform.NodeValidatableResource | |
output.private_dns_zone_1_name - *terraform.NodeApplyableOutput | |
azurerm_private_dns_zone.private_dns_zone_1 - *terraform.NodeValidatableResource | |
output.public_ip_bastion_host_01_id - *terraform.NodeApplyableOutput | |
azurerm_public_ip.public_ip_bastion_host_01 - *terraform.NodeValidatableResource | |
output.public_ip_bastion_host_01_ip_address - *terraform.NodeApplyableOutput | |
azurerm_public_ip.public_ip_bastion_host_01 - *terraform.NodeValidatableResource | |
output.public_ip_bastion_host_01_name - *terraform.NodeApplyableOutput | |
azurerm_public_ip.public_ip_bastion_host_01 - *terraform.NodeValidatableResource | |
output.recovery_services_vault_01_id - *terraform.NodeApplyableOutput | |
azurerm_recovery_services_vault.recovery_services_vault_01 - *terraform.NodeValidatableResource | |
output.recovery_services_vault_01_name - *terraform.NodeApplyableOutput | |
azurerm_recovery_services_vault.recovery_services_vault_01 - *terraform.NodeValidatableResource | |
output.recovery_services_vault_01_principal_id - *terraform.NodeApplyableOutput | |
azurerm_recovery_services_vault.recovery_services_vault_01 - *terraform.NodeValidatableResource | |
output.resource_group_01_id - *terraform.NodeApplyableOutput | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
output.resource_group_01_location - *terraform.NodeApplyableOutput | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
output.resource_group_01_name - *terraform.NodeApplyableOutput | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
output.resource_group_01_tags - *terraform.NodeApplyableOutput | |
azurerm_resource_group.resource_group_01 - *terraform.NodeValidatableResource | |
output.storage_account_01_blob_endpoint - *terraform.NodeApplyableOutput | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
output.storage_account_01_id - *terraform.NodeApplyableOutput | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
output.storage_account_01_key - *terraform.NodeApplyableOutput | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
output.storage_account_01_name - *terraform.NodeApplyableOutput | |
azurerm_storage_account.storage_account_01 - *terraform.NodeValidatableResource | |
output.storage_account_01_private_endpoint_file_id - *terraform.NodeApplyableOutput | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file - *terraform.NodeValidatableResource | |
output.storage_account_01_private_endpoint_file_name - *terraform.NodeApplyableOutput | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file - *terraform.NodeValidatableResource | |
output.storage_account_01_private_endpoint_file_prvip - *terraform.NodeApplyableOutput | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file - *terraform.NodeValidatableResource | |
output.storage_container_01_id - *terraform.NodeApplyableOutput | |
azurerm_storage_container.storage_container_01 - *terraform.NodeValidatableResource | |
output.storage_container_01_name - *terraform.NodeApplyableOutput | |
azurerm_storage_container.storage_container_01 - *terraform.NodeValidatableResource | |
output.storage_share_01_id - *terraform.NodeApplyableOutput | |
azurerm_storage_share.storage_share_01 - *terraform.NodeValidatableResource | |
output.storage_share_01_name - *terraform.NodeApplyableOutput | |
azurerm_storage_share.storage_share_01 - *terraform.NodeValidatableResource | |
output.storage_share_01_url - *terraform.NodeApplyableOutput | |
azurerm_storage_share.storage_share_01 - *terraform.NodeValidatableResource | |
output.subscription_id - *terraform.NodeApplyableOutput | |
var.subscription_id - *terraform.NodeRootVariable | |
output.virtual_network_link_vnet_shared_01_id - *terraform.NodeApplyableOutput | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 - *terraform.NodeValidatableResource | |
output.virtual_network_link_vnet_shared_01_name - *terraform.NodeApplyableOutput | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 - *terraform.NodeValidatableResource | |
output.vnet_shared_01_adds_subnet_id - *terraform.NodeApplyableOutput | |
azurerm_subnet.vnet_shared_01_subnets - *terraform.NodeValidatableResource | |
output.vnet_shared_01_default_subnet_id - *terraform.NodeApplyableOutput | |
azurerm_subnet.vnet_shared_01_subnets - *terraform.NodeValidatableResource | |
output.vnet_shared_01_id - *terraform.NodeApplyableOutput | |
azurerm_virtual_network.vnet_shared_01 - *terraform.NodeValidatableResource | |
output.vnet_shared_01_name - *terraform.NodeApplyableOutput | |
azurerm_virtual_network.vnet_shared_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.subscription_id - *terraform.NodeRootVariable | |
provider["registry.terraform.io/hashicorp/azurerm"] (close) - *terraform.graphNodeCloseProvider | |
azurerm_bastion_host.bastion_host_01 - *terraform.NodeValidatableResource | |
azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin - *terraform.NodeValidatableResource | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 - *terraform.NodeValidatableResource | |
azurerm_private_dns_a_record.private_dns_a_record_1 - *terraform.NodeValidatableResource | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 - *terraform.NodeValidatableResource | |
azurerm_recovery_services_vault.recovery_services_vault_01 - *terraform.NodeValidatableResource | |
azurerm_storage_container.storage_container_01 - *terraform.NodeValidatableResource | |
azurerm_storage_share.storage_share_01 - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/hashicorp/random"] (close) - *terraform.graphNodeCloseProvider | |
random_id.random_id_bastion_host_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_key_vault_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_log_analytics_workspace_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_public_ip_bastion_host_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_recovery_services_vault_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_storage_account_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_storage_account_01_private_endpoint_file_name - *terraform.NodeValidatableResource | |
random_id.random_id_storage_share_01_name - *terraform.NodeValidatableResource | |
random_id.random_id_bastion_host_01_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_key_vault_01_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_log_analytics_workspace_01_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_public_ip_bastion_host_01_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_recovery_services_vault_01_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_account_01_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_account_01_private_endpoint_file_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_share_01_name - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
root - *terraform.nodeCloseModule | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
provider["registry.terraform.io/hashicorp/azurerm"] (close) - *terraform.graphNodeCloseProvider | |
provider["registry.terraform.io/hashicorp/random"] (close) - *terraform.graphNodeCloseProvider | |
var.aad_tenant_id - *terraform.NodeRootVariable | |
var.dns_server - *terraform.NodeRootVariable | |
var.key_vault_sku_name - *terraform.NodeRootVariable | |
var.location - *terraform.NodeRootVariable | |
var.log_analytics_workspace_retention_days - *terraform.NodeRootVariable | |
var.owner_object_id - *terraform.NodeRootVariable | |
var.recovery_services_vault_soft_delete_enabled - *terraform.NodeRootVariable | |
var.resource_group_name - *terraform.NodeRootVariable | |
var.storage_access_tier - *terraform.NodeRootVariable | |
var.storage_container_name - *terraform.NodeRootVariable | |
var.storage_replication_type - *terraform.NodeRootVariable | |
var.storage_share_quota_gb - *terraform.NodeRootVariable | |
var.subnets - *terraform.NodeRootVariable | |
var.subscription_id - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
var.vnet_address_space - *terraform.NodeRootVariable | |
var.vnet_name - *terraform.NodeRootVariable | |
------ | |
2021-07-01T18:38:50.626-0400 [DEBUG] Starting graph walk: walkValidate | |
2021-07-01T18:38:50.627-0400 [TRACE] vertex "var.tags": starting visit (*terraform.NodeRootVariable) | |
2021-07-01T18:38:50.627-0400 [TRACE] vertex "var.tags": visit complete | |
2021-07-01T18:38:50.627-0400 [TRACE] vertex "var.recovery_services_vault_soft_delete_enabled": starting visit (*terraform.NodeRootVariable) | |
2021-07-01T18:38:50.627-0400 [TRACE] vertex "var.recovery_services_vault_soft_delete_enabled": visit complete | |
2021-07-01T18:38:50.627-0400 [TRACE] vertex "var.vnet_name": starting visit (*terraform.NodeRootVariable) | |
2021-07-01T18:38:50.627-0400 [TRACE] vertex "var.vnet_name": visit complete | |
2021-07-01T18:38:50.627-0400 [TRACE] vertex "var.storage_container_name": starting visit (*terraform.NodeRootVariable) | |
2021-07-01T18:38:50.627-0400 [TRACE] vertex "var.storage_container_name": visit complete | |
2021-07-01T18:38:50.627-0400 [TRACE] vertex "var.vnet_address_space": starting visit (*terraform.NodeRootVariable) | |
2021-07-01T18:38:50.627-0400 [TRACE] vertex "var.vnet_address_space": visit complete | |
2021-07-01T18:38:50.627-0400 [TRACE] vertex "var.subscription_id": starting visit (*terraform.NodeRootVariable) | |
2021-07-01T18:38:50.628-0400 [TRACE] vertex "var.subscription_id": visit complete | |
2021-07-01T18:38:50.628-0400 [TRACE] vertex "var.dns_server": starting visit (*terraform.NodeRootVariable) | |
2021-07-01T18:38:50.628-0400 [TRACE] vertex "var.dns_server": visit complete | |
2021-07-01T18:38:50.628-0400 [TRACE] vertex "var.key_vault_sku_name": starting visit (*terraform.NodeRootVariable) | |
2021-07-01T18:38:50.628-0400 [TRACE] vertex "var.key_vault_sku_name": visit complete | |
2021-07-01T18:38:50.628-0400 [TRACE] vertex "var.resource_group_name": starting visit (*terraform.NodeRootVariable) | |
2021-07-01T18:38:50.628-0400 [TRACE] vertex "var.resource_group_name": visit complete | |
2021-07-01T18:38:50.628-0400 [TRACE] vertex "var.aad_tenant_id": starting visit (*terraform.NodeRootVariable) | |
2021-07-01T18:38:50.628-0400 [TRACE] vertex "var.aad_tenant_id": visit complete | |
2021-07-01T18:38:50.628-0400 [TRACE] vertex "var.location": starting visit (*terraform.NodeRootVariable) | |
2021-07-01T18:38:50.628-0400 [TRACE] vertex "var.location": visit complete | |
2021-07-01T18:38:50.629-0400 [TRACE] vertex "var.owner_object_id": starting visit (*terraform.NodeRootVariable) | |
2021-07-01T18:38:50.629-0400 [TRACE] vertex "var.owner_object_id": visit complete | |
2021-07-01T18:38:50.629-0400 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/azurerm\"]": starting visit (*terraform.NodeApplyableProvider) | |
2021-07-01T18:38:50.629-0400 [DEBUG] created provider logger: level=trace | |
2021-07-01T18:38:50.629-0400 [INFO] provider: configuring client automatic mTLS | |
2021-07-01T18:38:50.630-0400 [TRACE] vertex "var.log_analytics_workspace_retention_days": starting visit (*terraform.NodeRootVariable) | |
2021-07-01T18:38:50.630-0400 [TRACE] vertex "var.log_analytics_workspace_retention_days": visit complete | |
2021-07-01T18:38:50.630-0400 [TRACE] vertex "var.subnets": starting visit (*terraform.NodeRootVariable) | |
2021-07-01T18:38:50.630-0400 [TRACE] vertex "var.subnets": visit complete | |
2021-07-01T18:38:50.630-0400 [TRACE] vertex "var.storage_share_quota_gb": starting visit (*terraform.NodeRootVariable) | |
2021-07-01T18:38:50.630-0400 [TRACE] vertex "var.storage_share_quota_gb": visit complete | |
2021-07-01T18:38:50.630-0400 [TRACE] vertex "var.storage_access_tier": starting visit (*terraform.NodeRootVariable) | |
2021-07-01T18:38:50.630-0400 [TRACE] vertex "var.storage_access_tier": visit complete | |
2021-07-01T18:38:50.630-0400 [TRACE] vertex "output.subscription_id": starting visit (*terraform.NodeApplyableOutput) | |
2021-07-01T18:38:50.630-0400 [TRACE] setValue: Saving Create change for output.subscription_id in changeset | |
2021-07-01T18:38:50.631-0400 [TRACE] setValue: Removing output.subscription_id from state (it is now null) | |
2021-07-01T18:38:50.631-0400 [TRACE] vertex "output.subscription_id": visit complete | |
2021-07-01T18:38:50.631-0400 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/random\"]": starting visit (*terraform.NodeApplyableProvider) | |
2021-07-01T18:38:50.631-0400 [TRACE] vertex "var.storage_replication_type": starting visit (*terraform.NodeRootVariable) | |
2021-07-01T18:38:50.631-0400 [TRACE] vertex "var.storage_replication_type": visit complete | |
2021-07-01T18:38:50.685-0400 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/2.65.0/linux_amd64/terraform-provider-azurerm_v2.65.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/azurerm/2.65.0/linux_amd64/terraform-provider-azurerm_v2.65.0_x5] | |
2021-07-01T18:38:50.685-0400 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/2.65.0/linux_amd64/terraform-provider-azurerm_v2.65.0_x5 pid=2424 | |
2021-07-01T18:38:50.685-0400 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/2.65.0/linux_amd64/terraform-provider-azurerm_v2.65.0_x5 | |
2021-07-01T18:38:50.703-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "EventHub"..: timestamp=2021-07-01T18:38:50.703-0400 | |
2021-07-01T18:38:50.703-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "EventHub"..: timestamp=2021-07-01T18:38:50.703-0400 | |
2021-07-01T18:38:50.703-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Load Balancer"..: timestamp=2021-07-01T18:38:50.703-0400 | |
2021-07-01T18:38:50.703-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Load Balancer"..: timestamp=2021-07-01T18:38:50.703-0400 | |
2021-07-01T18:38:50.703-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Resources"..: timestamp=2021-07-01T18:38:50.703-0400 | |
2021-07-01T18:38:50.703-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Resources"..: timestamp=2021-07-01T18:38:50.703-0400 | |
2021-07-01T18:38:50.703-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Web"..: timestamp=2021-07-01T18:38:50.703-0400 | |
2021-07-01T18:38:50.703-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Web"..: timestamp=2021-07-01T18:38:50.703-0400 | |
2021-07-01T18:38:50.703-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Advisor"..: timestamp=2021-07-01T18:38:50.703-0400 | |
2021-07-01T18:38:50.703-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Advisor"..: timestamp=2021-07-01T18:38:50.703-0400 | |
2021-07-01T18:38:50.703-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Analysis Services"..: timestamp=2021-07-01T18:38:50.703-0400 | |
2021-07-01T18:38:50.703-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Analysis Services"..: timestamp=2021-07-01T18:38:50.703-0400 | |
2021-07-01T18:38:50.704-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "API Management"..: timestamp=2021-07-01T18:38:50.703-0400 | |
2021-07-01T18:38:50.704-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "API Management"..: timestamp=2021-07-01T18:38:50.704-0400 | |
2021-07-01T18:38:50.704-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "App Configuration"..: timestamp=2021-07-01T18:38:50.704-0400 | |
2021-07-01T18:38:50.704-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "App Configuration"..: timestamp=2021-07-01T18:38:50.704-0400 | |
2021-07-01T18:38:50.704-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Spring Cloud"..: timestamp=2021-07-01T18:38:50.704-0400 | |
2021-07-01T18:38:50.704-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Spring Cloud"..: timestamp=2021-07-01T18:38:50.704-0400 | |
2021-07-01T18:38:50.704-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Application Insights"..: timestamp=2021-07-01T18:38:50.704-0400 | |
2021-07-01T18:38:50.704-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Application Insights"..: timestamp=2021-07-01T18:38:50.704-0400 | |
2021-07-01T18:38:50.704-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Attestation"..: timestamp=2021-07-01T18:38:50.704-0400 | |
2021-07-01T18:38:50.704-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Attestation"..: timestamp=2021-07-01T18:38:50.704-0400 | |
2021-07-01T18:38:50.704-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Authorization"..: timestamp=2021-07-01T18:38:50.704-0400 | |
2021-07-01T18:38:50.704-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Authorization"..: timestamp=2021-07-01T18:38:50.704-0400 | |
2021-07-01T18:38:50.704-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Automation"..: timestamp=2021-07-01T18:38:50.704-0400 | |
2021-07-01T18:38:50.705-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Automation"..: timestamp=2021-07-01T18:38:50.705-0400 | |
2021-07-01T18:38:50.709-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Azure Stack HCI"..: timestamp=2021-07-01T18:38:50.708-0400 | |
2021-07-01T18:38:50.709-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Azure Stack HCI"..: timestamp=2021-07-01T18:38:50.708-0400 | |
2021-07-01T18:38:50.709-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Batch"..: timestamp=2021-07-01T18:38:50.708-0400 | |
2021-07-01T18:38:50.709-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Batch"..: timestamp=2021-07-01T18:38:50.709-0400 | |
2021-07-01T18:38:50.709-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Billing"..: timestamp=2021-07-01T18:38:50.709-0400 | |
2021-07-01T18:38:50.709-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Billing"..: timestamp=2021-07-01T18:38:50.709-0400 | |
2021-07-01T18:38:50.709-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Blueprints"..: timestamp=2021-07-01T18:38:50.709-0400 | |
2021-07-01T18:38:50.709-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Blueprints"..: timestamp=2021-07-01T18:38:50.709-0400 | |
2021-07-01T18:38:50.709-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Bot"..: timestamp=2021-07-01T18:38:50.709-0400 | |
2021-07-01T18:38:50.709-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Bot"..: timestamp=2021-07-01T18:38:50.709-0400 | |
2021-07-01T18:38:50.709-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "CDN"..: timestamp=2021-07-01T18:38:50.709-0400 | |
2021-07-01T18:38:50.709-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "CDN"..: timestamp=2021-07-01T18:38:50.709-0400 | |
2021-07-01T18:38:50.715-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Cognitive Services"..: timestamp=2021-07-01T18:38:50.714-0400 | |
2021-07-01T18:38:50.715-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Cognitive Services"..: timestamp=2021-07-01T18:38:50.715-0400 | |
2021-07-01T18:38:50.715-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Communication"..: timestamp=2021-07-01T18:38:50.715-0400 | |
2021-07-01T18:38:50.715-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Communication"..: timestamp=2021-07-01T18:38:50.715-0400 | |
2021-07-01T18:38:50.715-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Compute"..: timestamp=2021-07-01T18:38:50.715-0400 | |
2021-07-01T18:38:50.715-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Compute"..: timestamp=2021-07-01T18:38:50.715-0400 | |
2021-07-01T18:38:50.716-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Container Services"..: timestamp=2021-07-01T18:38:50.716-0400 | |
2021-07-01T18:38:50.716-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Container Services"..: timestamp=2021-07-01T18:38:50.716-0400 | |
2021-07-01T18:38:50.717-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Consumption"..: timestamp=2021-07-01T18:38:50.716-0400 | |
2021-07-01T18:38:50.717-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Consumption"..: timestamp=2021-07-01T18:38:50.717-0400 | |
2021-07-01T18:38:50.717-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "CosmosDB"..: timestamp=2021-07-01T18:38:50.717-0400 | |
2021-07-01T18:38:50.717-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "CosmosDB"..: timestamp=2021-07-01T18:38:50.717-0400 | |
2021-07-01T18:38:50.718-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Cost Management"..: timestamp=2021-07-01T18:38:50.718-0400 | |
2021-07-01T18:38:50.718-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Cost Management"..: timestamp=2021-07-01T18:38:50.718-0400 | |
2021-07-01T18:38:50.718-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Custom Providers"..: timestamp=2021-07-01T18:38:50.718-0400 | |
2021-07-01T18:38:50.718-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Custom Providers"..: timestamp=2021-07-01T18:38:50.718-0400 | |
2021-07-01T18:38:50.718-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "DataBricks"..: timestamp=2021-07-01T18:38:50.718-0400 | |
2021-07-01T18:38:50.718-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "DataBricks"..: timestamp=2021-07-01T18:38:50.718-0400 | |
2021-07-01T18:38:50.718-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Data Factory"..: timestamp=2021-07-01T18:38:50.718-0400 | |
2021-07-01T18:38:50.718-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Data Factory"..: timestamp=2021-07-01T18:38:50.718-0400 | |
2021-07-01T18:38:50.719-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Data Lake"..: timestamp=2021-07-01T18:38:50.719-0400 | |
2021-07-01T18:38:50.719-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Data Lake"..: timestamp=2021-07-01T18:38:50.719-0400 | |
2021-07-01T18:38:50.720-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Database Migration"..: timestamp=2021-07-01T18:38:50.720-0400 | |
2021-07-01T18:38:50.720-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Database Migration"..: timestamp=2021-07-01T18:38:50.720-0400 | |
2021-07-01T18:38:50.720-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Databox Edge"..: timestamp=2021-07-01T18:38:50.720-0400 | |
2021-07-01T18:38:50.720-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Databox Edge"..: timestamp=2021-07-01T18:38:50.720-0400 | |
2021-07-01T18:38:50.720-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "DataProtection"..: timestamp=2021-07-01T18:38:50.720-0400 | |
2021-07-01T18:38:50.720-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "DataProtection"..: timestamp=2021-07-01T18:38:50.720-0400 | |
2021-07-01T18:38:50.723-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Data Share"..: timestamp=2021-07-01T18:38:50.723-0400 | |
2021-07-01T18:38:50.724-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Data Share"..: timestamp=2021-07-01T18:38:50.724-0400 | |
2021-07-01T18:38:50.725-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Desktop Virtualization"..: timestamp=2021-07-01T18:38:50.725-0400 | |
2021-07-01T18:38:50.725-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Desktop Virtualization"..: timestamp=2021-07-01T18:38:50.725-0400 | |
2021-07-01T18:38:50.726-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "DevSpaces"..: timestamp=2021-07-01T18:38:50.726-0400 | |
2021-07-01T18:38:50.726-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "DevSpaces"..: timestamp=2021-07-01T18:38:50.726-0400 | |
2021-07-01T18:38:50.726-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Dev Test"..: timestamp=2021-07-01T18:38:50.726-0400 | |
2021-07-01T18:38:50.726-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Dev Test"..: timestamp=2021-07-01T18:38:50.726-0400 | |
2021-07-01T18:38:50.727-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Digital Twins"..: timestamp=2021-07-01T18:38:50.727-0400 | |
2021-07-01T18:38:50.727-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Digital Twins"..: timestamp=2021-07-01T18:38:50.727-0400 | |
2021-07-01T18:38:50.727-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "DNS"..: timestamp=2021-07-01T18:38:50.727-0400 | |
2021-07-01T18:38:50.727-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "DNS"..: timestamp=2021-07-01T18:38:50.727-0400 | |
2021-07-01T18:38:50.727-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "EventGrid"..: timestamp=2021-07-01T18:38:50.727-0400 | |
2021-07-01T18:38:50.727-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "EventGrid"..: timestamp=2021-07-01T18:38:50.727-0400 | |
2021-07-01T18:38:50.729-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "EventHub"..: timestamp=2021-07-01T18:38:50.728-0400 | |
2021-07-01T18:38:50.729-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "EventHub"..: timestamp=2021-07-01T18:38:50.729-0400 | |
2021-07-01T18:38:50.730-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Firewall"..: timestamp=2021-07-01T18:38:50.730-0400 | |
2021-07-01T18:38:50.730-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Firewall"..: timestamp=2021-07-01T18:38:50.730-0400 | |
2021-07-01T18:38:50.730-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "FrontDoor"..: timestamp=2021-07-01T18:38:50.730-0400 | |
2021-07-01T18:38:50.730-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "FrontDoor"..: timestamp=2021-07-01T18:38:50.730-0400 | |
2021-07-01T18:38:50.731-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "HPC Cache"..: timestamp=2021-07-01T18:38:50.731-0400 | |
2021-07-01T18:38:50.731-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "HPC Cache"..: timestamp=2021-07-01T18:38:50.731-0400 | |
2021-07-01T18:38:50.731-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Hardware Security Module"..: timestamp=2021-07-01T18:38:50.731-0400 | |
2021-07-01T18:38:50.731-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Hardware Security Module"..: timestamp=2021-07-01T18:38:50.731-0400 | |
2021-07-01T18:38:50.733-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "HDInsight"..: timestamp=2021-07-01T18:38:50.732-0400 | |
2021-07-01T18:38:50.733-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "HDInsight"..: timestamp=2021-07-01T18:38:50.732-0400 | |
2021-07-01T18:38:50.734-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Health Care"..: timestamp=2021-07-01T18:38:50.734-0400 | |
2021-07-01T18:38:50.735-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Health Care"..: timestamp=2021-07-01T18:38:50.734-0400 | |
2021-07-01T18:38:50.736-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "IoT Hub"..: timestamp=2021-07-01T18:38:50.735-0400 | |
2021-07-01T18:38:50.739-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "IoT Hub"..: timestamp=2021-07-01T18:38:50.736-0400 | |
2021-07-01T18:38:50.740-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "IoT Central"..: timestamp=2021-07-01T18:38:50.737-0400 | |
2021-07-01T18:38:50.740-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "IoT Central"..: timestamp=2021-07-01T18:38:50.737-0400 | |
2021-07-01T18:38:50.740-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "KeyVault"..: timestamp=2021-07-01T18:38:50.737-0400 | |
2021-07-01T18:38:50.740-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "KeyVault"..: timestamp=2021-07-01T18:38:50.738-0400 | |
2021-07-01T18:38:50.740-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Kusto"..: timestamp=2021-07-01T18:38:50.738-0400 | |
2021-07-01T18:38:50.740-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Kusto"..: timestamp=2021-07-01T18:38:50.738-0400 | |
2021-07-01T18:38:50.740-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Load Balancer"..: timestamp=2021-07-01T18:38:50.739-0400 | |
2021-07-01T18:38:50.740-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Load Balancer"..: timestamp=2021-07-01T18:38:50.739-0400 | |
2021-07-01T18:38:50.740-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Log Analytics"..: timestamp=2021-07-01T18:38:50.739-0400 | |
2021-07-01T18:38:50.740-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Log Analytics"..: timestamp=2021-07-01T18:38:50.739-0400 | |
2021-07-01T18:38:50.740-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Logic"..: timestamp=2021-07-01T18:38:50.739-0400 | |
2021-07-01T18:38:50.740-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Logic"..: timestamp=2021-07-01T18:38:50.740-0400 | |
2021-07-01T18:38:50.741-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Machine Learning"..: timestamp=2021-07-01T18:38:50.741-0400 | |
2021-07-01T18:38:50.741-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Machine Learning"..: timestamp=2021-07-01T18:38:50.741-0400 | |
2021-07-01T18:38:50.741-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Maintenance"..: timestamp=2021-07-01T18:38:50.741-0400 | |
2021-07-01T18:38:50.741-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Maintenance"..: timestamp=2021-07-01T18:38:50.741-0400 | |
2021-07-01T18:38:50.741-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Managed Applications"..: timestamp=2021-07-01T18:38:50.741-0400 | |
2021-07-01T18:38:50.741-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Managed Applications"..: timestamp=2021-07-01T18:38:50.741-0400 | |
2021-07-01T18:38:50.741-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Lighthouse"..: timestamp=2021-07-01T18:38:50.741-0400 | |
2021-07-01T18:38:50.741-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Lighthouse"..: timestamp=2021-07-01T18:38:50.741-0400 | |
2021-07-01T18:38:50.741-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Management Group"..: timestamp=2021-07-01T18:38:50.741-0400 | |
2021-07-01T18:38:50.741-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Management Group"..: timestamp=2021-07-01T18:38:50.741-0400 | |
2021-07-01T18:38:50.741-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Maps"..: timestamp=2021-07-01T18:38:50.741-0400 | |
2021-07-01T18:38:50.741-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Maps"..: timestamp=2021-07-01T18:38:50.741-0400 | |
2021-07-01T18:38:50.741-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "MariaDB"..: timestamp=2021-07-01T18:38:50.741-0400 | |
2021-07-01T18:38:50.742-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "MariaDB"..: timestamp=2021-07-01T18:38:50.742-0400 | |
2021-07-01T18:38:50.745-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Media"..: timestamp=2021-07-01T18:38:50.743-0400 | |
2021-07-01T18:38:50.746-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Media"..: timestamp=2021-07-01T18:38:50.743-0400 | |
2021-07-01T18:38:50.748-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Mixed Reality"..: timestamp=2021-07-01T18:38:50.748-0400 | |
2021-07-01T18:38:50.748-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Mixed Reality"..: timestamp=2021-07-01T18:38:50.748-0400 | |
2021-07-01T18:38:50.748-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Monitor"..: timestamp=2021-07-01T18:38:50.748-0400 | |
2021-07-01T18:38:50.748-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Monitor"..: timestamp=2021-07-01T18:38:50.748-0400 | |
2021-07-01T18:38:50.749-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Managed Service Identities"..: timestamp=2021-07-01T18:38:50.748-0400 | |
2021-07-01T18:38:50.749-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Managed Service Identities"..: timestamp=2021-07-01T18:38:50.749-0400 | |
2021-07-01T18:38:50.749-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Microsoft SQL Server / Azure SQL"..: timestamp=2021-07-01T18:38:50.749-0400 | |
2021-07-01T18:38:50.749-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Microsoft SQL Server / Azure SQL"..: timestamp=2021-07-01T18:38:50.749-0400 | |
2021-07-01T18:38:50.749-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "MySQL"..: timestamp=2021-07-01T18:38:50.749-0400 | |
2021-07-01T18:38:50.749-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "MySQL"..: timestamp=2021-07-01T18:38:50.749-0400 | |
2021-07-01T18:38:50.749-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "NetApp"..: timestamp=2021-07-01T18:38:50.749-0400 | |
2021-07-01T18:38:50.749-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "NetApp"..: timestamp=2021-07-01T18:38:50.749-0400 | |
2021-07-01T18:38:50.750-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Network"..: timestamp=2021-07-01T18:38:50.749-0400 | |
2021-07-01T18:38:50.750-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Network"..: timestamp=2021-07-01T18:38:50.750-0400 | |
2021-07-01T18:38:50.751-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Notification Hub"..: timestamp=2021-07-01T18:38:50.751-0400 | |
2021-07-01T18:38:50.751-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Notification Hub"..: timestamp=2021-07-01T18:38:50.751-0400 | |
2021-07-01T18:38:50.751-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Policy"..: timestamp=2021-07-01T18:38:50.751-0400 | |
2021-07-01T18:38:50.751-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Policy"..: timestamp=2021-07-01T18:38:50.751-0400 | |
2021-07-01T18:38:50.751-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Portal"..: timestamp=2021-07-01T18:38:50.751-0400 | |
2021-07-01T18:38:50.751-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Portal"..: timestamp=2021-07-01T18:38:50.751-0400 | |
2021-07-01T18:38:50.751-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "PostgreSQL"..: timestamp=2021-07-01T18:38:50.751-0400 | |
2021-07-01T18:38:50.752-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "PostgreSQL"..: timestamp=2021-07-01T18:38:50.751-0400 | |
2021-07-01T18:38:50.752-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "PowerBI"..: timestamp=2021-07-01T18:38:50.752-0400 | |
2021-07-01T18:38:50.752-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "PowerBI"..: timestamp=2021-07-01T18:38:50.752-0400 | |
2021-07-01T18:38:50.752-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Private DNS"..: timestamp=2021-07-01T18:38:50.752-0400 | |
2021-07-01T18:38:50.752-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Private DNS"..: timestamp=2021-07-01T18:38:50.752-0400 | |
2021-07-01T18:38:50.752-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Purview"..: timestamp=2021-07-01T18:38:50.752-0400 | |
2021-07-01T18:38:50.752-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Purview"..: timestamp=2021-07-01T18:38:50.752-0400 | |
2021-07-01T18:38:50.752-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Recovery Services"..: timestamp=2021-07-01T18:38:50.752-0400 | |
2021-07-01T18:38:50.752-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Recovery Services"..: timestamp=2021-07-01T18:38:50.752-0400 | |
2021-07-01T18:38:50.753-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Redis"..: timestamp=2021-07-01T18:38:50.752-0400 | |
2021-07-01T18:38:50.753-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Redis"..: timestamp=2021-07-01T18:38:50.753-0400 | |
2021-07-01T18:38:50.753-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Redis Enterprise"..: timestamp=2021-07-01T18:38:50.753-0400 | |
2021-07-01T18:38:50.753-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Redis Enterprise"..: timestamp=2021-07-01T18:38:50.753-0400 | |
2021-07-01T18:38:50.753-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Relay"..: timestamp=2021-07-01T18:38:50.753-0400 | |
2021-07-01T18:38:50.753-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Relay"..: timestamp=2021-07-01T18:38:50.753-0400 | |
2021-07-01T18:38:50.753-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Resources"..: timestamp=2021-07-01T18:38:50.753-0400 | |
2021-07-01T18:38:50.753-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Resources"..: timestamp=2021-07-01T18:38:50.753-0400 | |
2021-07-01T18:38:50.753-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Search"..: timestamp=2021-07-01T18:38:50.753-0400 | |
2021-07-01T18:38:50.753-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Search"..: timestamp=2021-07-01T18:38:50.753-0400 | |
2021-07-01T18:38:50.753-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Security Center"..: timestamp=2021-07-01T18:38:50.753-0400 | |
2021-07-01T18:38:50.753-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Security Center"..: timestamp=2021-07-01T18:38:50.753-0400 | |
2021-07-01T18:38:50.753-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Sentinel"..: timestamp=2021-07-01T18:38:50.753-0400 | |
2021-07-01T18:38:50.753-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Sentinel"..: timestamp=2021-07-01T18:38:50.753-0400 | |
2021-07-01T18:38:50.753-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "ServiceBus"..: timestamp=2021-07-01T18:38:50.753-0400 | |
2021-07-01T18:38:50.754-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "ServiceBus"..: timestamp=2021-07-01T18:38:50.754-0400 | |
2021-07-01T18:38:50.760-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Service Fabric"..: timestamp=2021-07-01T18:38:50.756-0400 | |
2021-07-01T18:38:50.760-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Service Fabric"..: timestamp=2021-07-01T18:38:50.756-0400 | |
2021-07-01T18:38:50.760-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Service Fabric Mesh"..: timestamp=2021-07-01T18:38:50.757-0400 | |
2021-07-01T18:38:50.760-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Service Fabric Mesh"..: timestamp=2021-07-01T18:38:50.757-0400 | |
2021-07-01T18:38:50.760-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "SignalR"..: timestamp=2021-07-01T18:38:50.757-0400 | |
2021-07-01T18:38:50.760-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "SignalR"..: timestamp=2021-07-01T18:38:50.757-0400 | |
2021-07-01T18:38:50.760-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "SQL"..: timestamp=2021-07-01T18:38:50.757-0400 | |
2021-07-01T18:38:50.760-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "SQL"..: timestamp=2021-07-01T18:38:50.757-0400 | |
2021-07-01T18:38:50.760-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Storage"..: timestamp=2021-07-01T18:38:50.757-0400 | |
2021-07-01T18:38:50.760-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Storage"..: timestamp=2021-07-01T18:38:50.757-0400 | |
2021-07-01T18:38:50.760-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Stream Analytics"..: timestamp=2021-07-01T18:38:50.758-0400 | |
2021-07-01T18:38:50.760-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Stream Analytics"..: timestamp=2021-07-01T18:38:50.758-0400 | |
2021-07-01T18:38:50.760-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Subscription"..: timestamp=2021-07-01T18:38:50.758-0400 | |
2021-07-01T18:38:50.760-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Subscription"..: timestamp=2021-07-01T18:38:50.758-0400 | |
2021-07-01T18:38:50.760-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Synapse"..: timestamp=2021-07-01T18:38:50.758-0400 | |
2021-07-01T18:38:50.760-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Synapse"..: timestamp=2021-07-01T18:38:50.758-0400 | |
2021-07-01T18:38:50.760-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Time Series Insights"..: timestamp=2021-07-01T18:38:50.758-0400 | |
2021-07-01T18:38:50.760-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Time Series Insights"..: timestamp=2021-07-01T18:38:50.758-0400 | |
2021-07-01T18:38:50.760-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Traffic Manager"..: timestamp=2021-07-01T18:38:50.759-0400 | |
2021-07-01T18:38:50.760-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Traffic Manager"..: timestamp=2021-07-01T18:38:50.759-0400 | |
2021-07-01T18:38:50.760-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Vmware"..: timestamp=2021-07-01T18:38:50.759-0400 | |
2021-07-01T18:38:50.760-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Vmware"..: timestamp=2021-07-01T18:38:50.759-0400 | |
2021-07-01T18:38:50.760-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Web"..: timestamp=2021-07-01T18:38:50.759-0400 | |
2021-07-01T18:38:50.760-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Web"..: timestamp=2021-07-01T18:38:50.759-0400 | |
2021-07-01T18:38:50.760-0400 [INFO] provider.terraform-provider-azurerm_v2.65.0_x5: configuring server automatic mTLS: timestamp=2021-07-01T18:38:50.760-0400 | |
2021-07-01T18:38:50.818-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: plugin address: address=/tmp/plugin145011747 network=unix timestamp=2021-07-01T18:38:50.818-0400 | |
2021-07-01T18:38:50.818-0400 [DEBUG] provider: using plugin: version=5 | |
2021-07-01T18:38:50.873-0400 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/azurerm\"]" provider for provider["registry.terraform.io/hashicorp/azurerm"] | |
2021-07-01T18:38:50.874-0400 [TRACE] provider.stdio: waiting for stdio data | |
2021-07-01T18:38:50.874-0400 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/azurerm"]: using explicit config only | |
2021-07-01T18:38:50.874-0400 [TRACE] GRPCProvider: GetProviderSchema | |
2021-07-01T18:38:50.874-0400 [DEBUG] created provider logger: level=trace | |
2021-07-01T18:38:50.874-0400 [INFO] provider: configuring client automatic mTLS | |
2021-07-01T18:38:50.955-0400 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.1.0/linux_amd64/terraform-provider-random_v3.1.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/random/3.1.0/linux_amd64/terraform-provider-random_v3.1.0_x5] | |
2021-07-01T18:38:50.956-0400 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.1.0/linux_amd64/terraform-provider-random_v3.1.0_x5 pid=2433 | |
2021-07-01T18:38:50.956-0400 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.1.0/linux_amd64/terraform-provider-random_v3.1.0_x5 | |
2021-07-01T18:38:51.019-0400 [INFO] provider.terraform-provider-random_v3.1.0_x5: configuring server automatic mTLS: timestamp=2021-07-01T18:38:51.019-0400 | |
2021-07-01T18:38:51.052-0400 [TRACE] GRPCProvider: ValidateProviderConfig | |
2021-07-01T18:38:51.093-0400 [DEBUG] provider.terraform-provider-random_v3.1.0_x5: plugin address: address=/tmp/plugin474500464 network=unix timestamp=2021-07-01T18:38:51.093-0400 | |
2021-07-01T18:38:51.093-0400 [DEBUG] provider: using plugin: version=5 | |
2021-07-01T18:38:51.190-0400 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/azurerm\"]": visit complete | |
2021-07-01T18:38:51.191-0400 [TRACE] vertex "azurerm_resource_group.resource_group_01": starting visit (*terraform.NodeValidatableResource) | |
2021-07-01T18:38:51.193-0400 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/random\"]" provider for provider["registry.terraform.io/hashicorp/random"] | |
2021-07-01T18:38:51.193-0400 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/random"]: using explicit config only | |
2021-07-01T18:38:51.193-0400 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/random\"]": visit complete | |
2021-07-01T18:38:51.193-0400 [TRACE] vertex "random_id.random_id_log_analytics_workspace_01_name": starting visit (*terraform.NodeValidatableResource) | |
2021-07-01T18:38:51.193-0400 [TRACE] GRPCProvider: ValidateResourceConfig | |
2021-07-01T18:38:51.193-0400 [TRACE] GRPCProvider: GetProviderSchema | |
2021-07-01T18:38:51.193-0400 [TRACE] vertex "random_id.random_id_storage_share_01_name": starting visit (*terraform.NodeValidatableResource) | |
2021-07-01T18:38:51.193-0400 [TRACE] provider.stdio: waiting for stdio data | |
2021-07-01T18:38:51.194-0400 [TRACE] vertex "random_id.random_id_storage_account_01_name": starting visit (*terraform.NodeValidatableResource) | |
2021-07-01T18:38:51.194-0400 [TRACE] GRPCProvider: ValidateResourceConfig | |
2021-07-01T18:38:51.194-0400 [TRACE] vertex "random_id.random_id_storage_account_01_private_endpoint_file_name": starting visit (*terraform.NodeValidatableResource) | |
2021-07-01T18:38:51.194-0400 [TRACE] GRPCProvider: ValidateResourceConfig | |
2021-07-01T18:38:51.194-0400 [TRACE] GRPCProvider: ValidateResourceConfig | |
2021-07-01T18:38:51.194-0400 [TRACE] GRPCProvider: ValidateResourceConfig | |
2021-07-01T18:38:51.194-0400 [TRACE] vertex "random_id.random_id_key_vault_01_name": starting visit (*terraform.NodeValidatableResource) | |
2021-07-01T18:38:51.194-0400 [TRACE] vertex "random_id.random_id_bastion_host_01_name": starting visit (*terraform.NodeValidatableResource) | |
2021-07-01T18:38:51.194-0400 [TRACE] GRPCProvider: ValidateResourceConfig | |
2021-07-01T18:38:51.194-0400 [TRACE] vertex "random_id.random_id_recovery_services_vault_01_name": starting visit (*terraform.NodeValidatableResource) | |
2021-07-01T18:38:51.194-0400 [TRACE] GRPCProvider: ValidateResourceConfig | |
2021-07-01T18:38:51.194-0400 [TRACE] GRPCProvider: ValidateResourceConfig | |
2021-07-01T18:38:51.194-0400 [TRACE] vertex "random_id.random_id_public_ip_bastion_host_01_name": starting visit (*terraform.NodeValidatableResource) | |
2021-07-01T18:38:51.195-0400 [TRACE] GRPCProvider: ValidateResourceConfig | |
2021-07-01T18:38:51.195-0400 [TRACE] vertex "azurerm_resource_group.resource_group_01": visit complete | |
2021-07-01T18:38:51.195-0400 [TRACE] vertex "azurerm_virtual_network.vnet_shared_01": starting visit (*terraform.NodeValidatableResource) | |
2021-07-01T18:38:51.195-0400 [TRACE] vertex "output.resource_group_01_tags": starting visit (*terraform.NodeApplyableOutput) | |
2021-07-01T18:38:51.195-0400 [TRACE] vertex "azurerm_private_dns_zone.private_dns_zone_1": starting visit (*terraform.NodeValidatableResource) | |
2021-07-01T18:38:51.195-0400 [TRACE] vertex "output.resource_group_01_id": starting visit (*terraform.NodeApplyableOutput) | |
2021-07-01T18:38:51.195-0400 [TRACE] vertex "output.resource_group_01_name": starting visit (*terraform.NodeApplyableOutput) | |
2021-07-01T18:38:51.195-0400 [TRACE] vertex "output.resource_group_01_location": starting visit (*terraform.NodeApplyableOutput) | |
2021-07-01T18:38:51.195-0400 [TRACE] setValue: Saving Create change for output.resource_group_01_tags in changeset | |
2021-07-01T18:38:51.195-0400 [TRACE] setValue: Removing output.resource_group_01_tags from state (it is now null) | |
2021-07-01T18:38:51.195-0400 [TRACE] vertex "output.resource_group_01_tags": visit complete | |
2021-07-01T18:38:51.196-0400 [TRACE] GRPCProvider: ValidateResourceConfig | |
2021-07-01T18:38:51.196-0400 [TRACE] GRPCProvider: ValidateResourceConfig | |
2021-07-01T18:38:51.198-0400 [TRACE] vertex "azurerm_private_dns_zone.private_dns_zone_1": visit complete | |
2021-07-01T18:38:51.198-0400 [TRACE] vertex "azurerm_virtual_network.vnet_shared_01": visit complete | |
2021-07-01T18:38:51.198-0400 [TRACE] vertex "output.private_dns_zone_1_name": starting visit (*terraform.NodeApplyableOutput) | |
2021-07-01T18:38:51.198-0400 [TRACE] vertex "output.vnet_shared_01_id": starting visit (*terraform.NodeApplyableOutput) | |
2021-07-01T18:38:51.198-0400 [TRACE] vertex "output.private_dns_zone_1_id": starting visit (*terraform.NodeApplyableOutput) | |
2021-07-01T18:38:51.198-0400 [TRACE] vertex "output.vnet_shared_01_name": starting visit (*terraform.NodeApplyableOutput) | |
2021-07-01T18:38:51.198-0400 [TRACE] vertex "azurerm_subnet.vnet_shared_01_subnets": starting visit (*terraform.NodeValidatableResource) | |
2021-07-01T18:38:51.198-0400 [TRACE] vertex "azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01": starting visit (*terraform.NodeValidatableResource) | |
2021-07-01T18:38:51.198-0400 [TRACE] setValue: Saving Create change for output.resource_group_01_id in changeset | |
2021-07-01T18:38:51.198-0400 [TRACE] setValue: Removing output.resource_group_01_id from state (it is now null) | |
2021-07-01T18:38:51.198-0400 [TRACE] vertex "output.resource_group_01_id": visit complete | |
2021-07-01T18:38:51.198-0400 [TRACE] setValue: Saving Create change for output.resource_group_01_name in changeset | |
2021-07-01T18:38:51.198-0400 [TRACE] setValue: Saving Create change for output.resource_group_01_location in changeset | |
2021-07-01T18:38:51.198-0400 [TRACE] setValue: Removing output.resource_group_01_location from state (it is now null) | |
2021-07-01T18:38:51.198-0400 [TRACE] vertex "output.resource_group_01_location": visit complete | |
2021-07-01T18:38:51.198-0400 [TRACE] setValue: Removing output.resource_group_01_name from state (it is now null) | |
2021-07-01T18:38:51.198-0400 [TRACE] vertex "output.resource_group_01_name": visit complete | |
2021-07-01T18:38:51.198-0400 [TRACE] setValue: Saving Create change for output.vnet_shared_01_id in changeset | |
2021-07-01T18:38:51.198-0400 [TRACE] setValue: Removing output.vnet_shared_01_id from state (it is now null) | |
2021-07-01T18:38:51.199-0400 [TRACE] setValue: Saving Create change for output.private_dns_zone_1_name in changeset | |
2021-07-01T18:38:51.199-0400 [TRACE] setValue: Removing output.private_dns_zone_1_name from state (it is now null) | |
2021-07-01T18:38:51.199-0400 [TRACE] vertex "output.private_dns_zone_1_name": visit complete | |
2021-07-01T18:38:51.199-0400 [TRACE] setValue: Saving Create change for output.private_dns_zone_1_id in changeset | |
2021-07-01T18:38:51.199-0400 [TRACE] setValue: Removing output.private_dns_zone_1_id from state (it is now null) | |
2021-07-01T18:38:51.199-0400 [TRACE] vertex "output.private_dns_zone_1_id": visit complete | |
2021-07-01T18:38:51.200-0400 [TRACE] setValue: Saving Create change for output.vnet_shared_01_name in changeset | |
2021-07-01T18:38:51.200-0400 [TRACE] setValue: Removing output.vnet_shared_01_name from state (it is now null) | |
2021-07-01T18:38:51.200-0400 [TRACE] vertex "output.vnet_shared_01_name": visit complete | |
2021-07-01T18:38:51.200-0400 [TRACE] vertex "output.vnet_shared_01_id": visit complete | |
2021-07-01T18:38:51.200-0400 [TRACE] GRPCProvider: ValidateResourceConfig | |
2021-07-01T18:38:51.200-0400 [TRACE] GRPCProvider: ValidateResourceConfig | |
2021-07-01T18:38:51.201-0400 [TRACE] vertex "azurerm_subnet.vnet_shared_01_subnets": visit complete | |
2021-07-01T18:38:51.201-0400 [TRACE] vertex "output.vnet_shared_01_default_subnet_id": starting visit (*terraform.NodeApplyableOutput) | |
2021-07-01T18:38:51.201-0400 [TRACE] setValue: Saving Create change for output.vnet_shared_01_default_subnet_id in changeset | |
2021-07-01T18:38:51.201-0400 [TRACE] setValue: Removing output.vnet_shared_01_default_subnet_id from state (it is now null) | |
2021-07-01T18:38:51.201-0400 [TRACE] vertex "output.vnet_shared_01_default_subnet_id": visit complete | |
2021-07-01T18:38:51.201-0400 [TRACE] vertex "random_id.random_id_recovery_services_vault_01_name": visit complete | |
2021-07-01T18:38:51.201-0400 [TRACE] vertex "azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01": visit complete | |
2021-07-01T18:38:51.201-0400 [TRACE] vertex "random_id.random_id_public_ip_bastion_host_01_name": visit complete | |
2021-07-01T18:38:51.201-0400 [TRACE] vertex "output.virtual_network_link_vnet_shared_01_id": starting visit (*terraform.NodeApplyableOutput) | |
2021-07-01T18:38:51.201-0400 [TRACE] vertex "azurerm_public_ip.public_ip_bastion_host_01": starting visit (*terraform.NodeValidatableResource) | |
2021-07-01T18:38:51.201-0400 [TRACE] setValue: Saving Create change for output.virtual_network_link_vnet_shared_01_id in changeset | |
2021-07-01T18:38:51.201-0400 [TRACE] setValue: Removing output.virtual_network_link_vnet_shared_01_id from state (it is now null) | |
2021-07-01T18:38:51.201-0400 [TRACE] vertex "output.virtual_network_link_vnet_shared_01_id": visit complete | |
2021-07-01T18:38:51.201-0400 [TRACE] vertex "output.virtual_network_link_vnet_shared_01_name": starting visit (*terraform.NodeApplyableOutput) | |
2021-07-01T18:38:51.201-0400 [TRACE] setValue: Saving Create change for output.virtual_network_link_vnet_shared_01_name in changeset | |
2021-07-01T18:38:51.201-0400 [TRACE] setValue: Removing output.virtual_network_link_vnet_shared_01_name from state (it is now null) | |
2021-07-01T18:38:51.201-0400 [TRACE] vertex "output.virtual_network_link_vnet_shared_01_name": visit complete | |
2021-07-01T18:38:51.201-0400 [TRACE] GRPCProvider: ValidateResourceConfig | |
2021-07-01T18:38:51.201-0400 [TRACE] vertex "random_id.random_id_storage_account_01_private_endpoint_file_name": visit complete | |
2021-07-01T18:38:51.202-0400 [TRACE] vertex "random_id.random_id_log_analytics_workspace_01_name": visit complete | |
2021-07-01T18:38:51.202-0400 [TRACE] vertex "random_id.random_id_storage_share_01_name": visit complete | |
2021-07-01T18:38:51.202-0400 [TRACE] vertex "random_id.random_id_storage_account_01_name": visit complete | |
2021-07-01T18:38:51.202-0400 [TRACE] vertex "azurerm_storage_account.storage_account_01": starting visit (*terraform.NodeValidatableResource) | |
2021-07-01T18:38:51.202-0400 [TRACE] vertex "random_id.random_id_bastion_host_01_name": visit complete | |
2021-07-01T18:38:51.202-0400 [TRACE] vertex "random_id.random_id_key_vault_01_name": visit complete | |
2021-07-01T18:38:51.202-0400 [TRACE] vertex "azurerm_key_vault.key_vault_01": starting visit (*terraform.NodeValidatableResource) | |
2021-07-01T18:38:51.202-0400 [TRACE] GRPCProvider: ValidateResourceConfig | |
2021-07-01T18:38:51.202-0400 [TRACE] GRPCProvider: ValidateResourceConfig | |
2021-07-01T18:38:51.202-0400 [TRACE] vertex "output.vnet_shared_01_adds_subnet_id": starting visit (*terraform.NodeApplyableOutput) | |
2021-07-01T18:38:51.203-0400 [TRACE] setValue: Saving Create change for output.vnet_shared_01_adds_subnet_id in changeset | |
2021-07-01T18:38:51.203-0400 [TRACE] setValue: Removing output.vnet_shared_01_adds_subnet_id from state (it is now null) | |
2021-07-01T18:38:51.203-0400 [TRACE] vertex "output.vnet_shared_01_adds_subnet_id": visit complete | |
2021-07-01T18:38:51.203-0400 [TRACE] vertex "azurerm_recovery_services_vault.recovery_services_vault_01": starting visit (*terraform.NodeValidatableResource) | |
2021-07-01T18:38:51.203-0400 [TRACE] vertex "azurerm_public_ip.public_ip_bastion_host_01": visit complete | |
2021-07-01T18:38:51.203-0400 [TRACE] vertex "output.public_ip_bastion_host_01_ip_address": starting visit (*terraform.NodeApplyableOutput) | |
2021-07-01T18:38:51.203-0400 [TRACE] GRPCProvider: ValidateResourceConfig | |
2021-07-01T18:38:51.203-0400 [TRACE] setValue: Saving Create change for output.public_ip_bastion_host_01_ip_address in changeset | |
2021-07-01T18:38:51.203-0400 [TRACE] vertex "azurerm_log_analytics_workspace.log_analytics_workspace_01": starting visit (*terraform.NodeValidatableResource) | |
2021-07-01T18:38:51.203-0400 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/random\"] (close)": starting visit (*terraform.graphNodeCloseProvider) | |
2021-07-01T18:38:51.203-0400 [TRACE] GRPCProvider: Close | |
2021-07-01T18:38:51.203-0400 [TRACE] vertex "output.public_ip_bastion_host_01_id": starting visit (*terraform.NodeApplyableOutput) | |
2021-07-01T18:38:51.203-0400 [TRACE] setValue: Saving Create change for output.public_ip_bastion_host_01_id in changeset | |
2021-07-01T18:38:51.203-0400 [TRACE] setValue: Removing output.public_ip_bastion_host_01_id from state (it is now null) | |
2021-07-01T18:38:51.203-0400 [TRACE] vertex "output.public_ip_bastion_host_01_id": visit complete | |
2021-07-01T18:38:51.203-0400 [TRACE] vertex "azurerm_bastion_host.bastion_host_01": starting visit (*terraform.NodeValidatableResource) | |
2021-07-01T18:38:51.203-0400 [TRACE] GRPCProvider: ValidateResourceConfig | |
2021-07-01T18:38:51.203-0400 [TRACE] vertex "output.public_ip_bastion_host_01_name": starting visit (*terraform.NodeApplyableOutput) | |
2021-07-01T18:38:51.204-0400 [TRACE] setValue: Removing output.public_ip_bastion_host_01_ip_address from state (it is now null) | |
2021-07-01T18:38:51.204-0400 [TRACE] vertex "output.public_ip_bastion_host_01_ip_address": visit complete | |
2021-07-01T18:38:51.204-0400 [TRACE] vertex "azurerm_key_vault.key_vault_01": visit complete | |
2021-07-01T18:38:51.204-0400 [TRACE] vertex "output.key_vault_01_id": starting visit (*terraform.NodeApplyableOutput) | |
2021-07-01T18:38:51.204-0400 [TRACE] vertex "output.key_vault_01_name": starting visit (*terraform.NodeApplyableOutput) | |
2021-07-01T18:38:51.204-0400 [TRACE] vertex "azurerm_recovery_services_vault.recovery_services_vault_01": visit complete | |
2021-07-01T18:38:51.204-0400 [TRACE] vertex "output.recovery_services_vault_01_id": starting visit (*terraform.NodeApplyableOutput) | |
2021-07-01T18:38:51.204-0400 [TRACE] setValue: Saving Create change for output.key_vault_01_name in changeset | |
2021-07-01T18:38:51.204-0400 [TRACE] setValue: Removing output.key_vault_01_name from state (it is now null) | |
2021-07-01T18:38:51.204-0400 [TRACE] vertex "output.key_vault_01_name": visit complete | |
2021-07-01T18:38:51.204-0400 [TRACE] vertex "azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin": starting visit (*terraform.NodeValidatableResource) | |
2021-07-01T18:38:51.204-0400 [TRACE] setValue: Saving Create change for output.key_vault_01_id in changeset | |
2021-07-01T18:38:51.204-0400 [TRACE] setValue: Removing output.key_vault_01_id from state (it is now null) | |
2021-07-01T18:38:51.204-0400 [TRACE] vertex "output.key_vault_01_id": visit complete | |
2021-07-01T18:38:51.204-0400 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing" | |
2021-07-01T18:38:51.204-0400 [TRACE] setValue: Saving Create change for output.recovery_services_vault_01_id in changeset | |
2021-07-01T18:38:51.205-0400 [TRACE] setValue: Removing output.recovery_services_vault_01_id from state (it is now null) | |
2021-07-01T18:38:51.205-0400 [TRACE] vertex "output.recovery_services_vault_01_id": visit complete | |
2021-07-01T18:38:51.205-0400 [TRACE] vertex "output.key_vault_01_uri": starting visit (*terraform.NodeApplyableOutput) | |
2021-07-01T18:38:51.205-0400 [TRACE] setValue: Saving Create change for output.key_vault_01_uri in changeset | |
2021-07-01T18:38:51.205-0400 [TRACE] setValue: Removing output.key_vault_01_uri from state (it is now null) | |
2021-07-01T18:38:51.205-0400 [TRACE] vertex "output.key_vault_01_uri": visit complete | |
2021-07-01T18:38:51.205-0400 [TRACE] vertex "output.recovery_services_vault_01_name": starting visit (*terraform.NodeApplyableOutput) | |
2021-07-01T18:38:51.205-0400 [TRACE] vertex "azurerm_storage_account.storage_account_01": visit complete | |
2021-07-01T18:38:51.205-0400 [TRACE] vertex "output.storage_account_01_key": starting visit (*terraform.NodeApplyableOutput) | |
2021-07-01T18:38:51.205-0400 [TRACE] setValue: Saving Create change for output.recovery_services_vault_01_name in changeset | |
2021-07-01T18:38:51.205-0400 [TRACE] setValue: Removing output.recovery_services_vault_01_name from state (it is now null) | |
2021-07-01T18:38:51.205-0400 [TRACE] vertex "output.recovery_services_vault_01_name": visit complete | |
2021-07-01T18:38:51.205-0400 [TRACE] vertex "output.storage_account_01_id": starting visit (*terraform.NodeApplyableOutput) | |
2021-07-01T18:38:51.205-0400 [TRACE] setValue: Saving Create change for output.storage_account_01_id in changeset | |
2021-07-01T18:38:51.205-0400 [TRACE] setValue: Removing output.storage_account_01_id from state (it is now null) | |
2021-07-01T18:38:51.205-0400 [TRACE] setValue: Saving Create change for output.storage_account_01_key in changeset | |
2021-07-01T18:38:51.205-0400 [TRACE] setValue: Removing output.storage_account_01_key from state (it is now null) | |
2021-07-01T18:38:51.205-0400 [TRACE] vertex "output.storage_account_01_key": visit complete | |
2021-07-01T18:38:51.205-0400 [TRACE] vertex "output.storage_account_01_name": starting visit (*terraform.NodeApplyableOutput) | |
2021-07-01T18:38:51.206-0400 [TRACE] setValue: Saving Create change for output.storage_account_01_name in changeset | |
2021-07-01T18:38:51.206-0400 [TRACE] setValue: Removing output.storage_account_01_name from state (it is now null) | |
2021-07-01T18:38:51.206-0400 [TRACE] vertex "output.storage_account_01_name": visit complete | |
2021-07-01T18:38:51.206-0400 [TRACE] vertex "azurerm_storage_share.storage_share_01": starting visit (*terraform.NodeValidatableResource) | |
2021-07-01T18:38:51.206-0400 [TRACE] vertex "azurerm_private_endpoint.storage_account_01_private_endpoint_file": starting visit (*terraform.NodeValidatableResource) | |
2021-07-01T18:38:51.206-0400 [TRACE] vertex "output.recovery_services_vault_01_principal_id": starting visit (*terraform.NodeApplyableOutput) | |
2021-07-01T18:38:51.206-0400 [TRACE] vertex "output.storage_account_01_id": visit complete | |
2021-07-01T18:38:51.206-0400 [TRACE] vertex "azurerm_storage_container.storage_container_01": starting visit (*terraform.NodeValidatableResource) | |
2021-07-01T18:38:51.206-0400 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.1.0/linux_amd64/terraform-provider-random_v3.1.0_x5 pid=2433 | |
2021-07-01T18:38:51.206-0400 [DEBUG] provider: plugin exited | |
2021-07-01T18:38:51.206-0400 [TRACE] vertex "output.storage_account_01_blob_endpoint": starting visit (*terraform.NodeApplyableOutput) | |
2021-07-01T18:38:51.206-0400 [TRACE] setValue: Saving Create change for output.storage_account_01_blob_endpoint in changeset | |
2021-07-01T18:38:51.206-0400 [TRACE] setValue: Removing output.storage_account_01_blob_endpoint from state (it is now null) | |
2021-07-01T18:38:51.206-0400 [TRACE] vertex "output.storage_account_01_blob_endpoint": visit complete | |
2021-07-01T18:38:51.206-0400 [TRACE] setValue: Saving Create change for output.public_ip_bastion_host_01_name in changeset | |
2021-07-01T18:38:51.206-0400 [TRACE] setValue: Removing output.public_ip_bastion_host_01_name from state (it is now null) | |
2021-07-01T18:38:51.206-0400 [TRACE] vertex "output.public_ip_bastion_host_01_name": visit complete | |
2021-07-01T18:38:51.206-0400 [TRACE] setValue: Saving Create change for output.recovery_services_vault_01_principal_id in changeset | |
2021-07-01T18:38:51.206-0400 [TRACE] setValue: Removing output.recovery_services_vault_01_principal_id from state (it is now null) | |
2021-07-01T18:38:51.206-0400 [TRACE] vertex "output.recovery_services_vault_01_principal_id": visit complete | |
2021-07-01T18:38:51.206-0400 [TRACE] GRPCProvider: ValidateResourceConfig | |
2021-07-01T18:38:51.206-0400 [TRACE] GRPCProvider: ValidateResourceConfig | |
2021-07-01T18:38:51.206-0400 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/random\"] (close)": visit complete | |
2021-07-01T18:38:51.207-0400 [TRACE] GRPCProvider: ValidateResourceConfig | |
2021-07-01T18:38:51.207-0400 [TRACE] GRPCProvider: ValidateResourceConfig | |
2021-07-01T18:38:51.207-0400 [TRACE] vertex "azurerm_bastion_host.bastion_host_01": visit complete | |
2021-07-01T18:38:51.207-0400 [TRACE] vertex "output.bastion_host_01_dns_name": starting visit (*terraform.NodeApplyableOutput) | |
2021-07-01T18:38:51.208-0400 [TRACE] setValue: Saving Create change for output.bastion_host_01_dns_name in changeset | |
2021-07-01T18:38:51.208-0400 [TRACE] setValue: Removing output.bastion_host_01_dns_name from state (it is now null) | |
2021-07-01T18:38:51.208-0400 [TRACE] vertex "output.bastion_host_01_dns_name": visit complete | |
2021-07-01T18:38:51.208-0400 [TRACE] vertex "azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin": visit complete | |
2021-07-01T18:38:51.208-0400 [TRACE] vertex "output.key_vault_01_access_policy_secrets_admin_id": starting visit (*terraform.NodeApplyableOutput) | |
2021-07-01T18:38:51.209-0400 [TRACE] vertex "azurerm_log_analytics_workspace.log_analytics_workspace_01": visit complete | |
2021-07-01T18:38:51.210-0400 [TRACE] vertex "output.bastion_host_01_name": starting visit (*terraform.NodeApplyableOutput) | |
2021-07-01T18:38:51.210-0400 [TRACE] vertex "azurerm_storage_share.storage_share_01": visit complete | |
2021-07-01T18:38:51.210-0400 [TRACE] vertex "output.storage_share_01_id": starting visit (*terraform.NodeApplyableOutput) | |
2021-07-01T18:38:51.210-0400 [TRACE] setValue: Saving Create change for output.bastion_host_01_name in changeset | |
2021-07-01T18:38:51.210-0400 [TRACE] setValue: Removing output.bastion_host_01_name from state (it is now null) | |
2021-07-01T18:38:51.210-0400 [TRACE] vertex "output.bastion_host_01_name": visit complete | |
2021-07-01T18:38:51.210-0400 [TRACE] setValue: Saving Create change for output.key_vault_01_access_policy_secrets_admin_id in changeset | |
2021-07-01T18:38:51.210-0400 [TRACE] setValue: Removing output.key_vault_01_access_policy_secrets_admin_id from state (it is now null) | |
2021-07-01T18:38:51.210-0400 [TRACE] vertex "output.key_vault_01_access_policy_secrets_admin_id": visit complete | |
2021-07-01T18:38:51.210-0400 [TRACE] vertex "output.log_analytics_workspace_01_id": starting visit (*terraform.NodeApplyableOutput) | |
2021-07-01T18:38:51.210-0400 [TRACE] setValue: Saving Create change for output.storage_share_01_id in changeset | |
2021-07-01T18:38:51.210-0400 [TRACE] setValue: Removing output.storage_share_01_id from state (it is now null) | |
2021-07-01T18:38:51.211-0400 [TRACE] vertex "output.storage_share_01_id": visit complete | |
2021-07-01T18:38:51.211-0400 [TRACE] vertex "azurerm_storage_container.storage_container_01": visit complete | |
2021-07-01T18:38:51.211-0400 [TRACE] vertex "output.storage_container_01_name": starting visit (*terraform.NodeApplyableOutput) | |
2021-07-01T18:38:51.211-0400 [TRACE] setValue: Saving Create change for output.log_analytics_workspace_01_id in changeset | |
2021-07-01T18:38:51.211-0400 [TRACE] setValue: Removing output.log_analytics_workspace_01_id from state (it is now null) | |
2021-07-01T18:38:51.211-0400 [TRACE] vertex "output.log_analytics_workspace_01_id": visit complete | |
2021-07-01T18:38:51.211-0400 [TRACE] setValue: Saving Create change for output.storage_container_01_name in changeset | |
2021-07-01T18:38:51.211-0400 [TRACE] vertex "output.log_analytics_workspace_01_primary_shared_key": starting visit (*terraform.NodeApplyableOutput) | |
2021-07-01T18:38:51.211-0400 [TRACE] vertex "output.storage_share_01_url": starting visit (*terraform.NodeApplyableOutput) | |
2021-07-01T18:38:51.211-0400 [TRACE] setValue: Saving Create change for output.log_analytics_workspace_01_primary_shared_key in changeset | |
2021-07-01T18:38:51.211-0400 [TRACE] setValue: Removing output.log_analytics_workspace_01_primary_shared_key from state (it is now null) | |
2021-07-01T18:38:51.211-0400 [TRACE] vertex "output.log_analytics_workspace_01_primary_shared_key": visit complete | |
2021-07-01T18:38:51.211-0400 [TRACE] setValue: Saving Create change for output.storage_share_01_url in changeset | |
2021-07-01T18:38:51.211-0400 [TRACE] setValue: Removing output.storage_share_01_url from state (it is now null) | |
2021-07-01T18:38:51.211-0400 [TRACE] vertex "output.storage_share_01_url": visit complete | |
2021-07-01T18:38:51.211-0400 [TRACE] setValue: Removing output.storage_container_01_name from state (it is now null) | |
2021-07-01T18:38:51.211-0400 [TRACE] vertex "output.storage_container_01_name": visit complete | |
2021-07-01T18:38:51.212-0400 [TRACE] vertex "output.log_analytics_workspace_01_workspace_id": starting visit (*terraform.NodeApplyableOutput) | |
2021-07-01T18:38:51.212-0400 [TRACE] vertex "output.storage_share_01_name": starting visit (*terraform.NodeApplyableOutput) | |
2021-07-01T18:38:51.212-0400 [TRACE] setValue: Saving Create change for output.storage_share_01_name in changeset | |
2021-07-01T18:38:51.212-0400 [TRACE] setValue: Removing output.storage_share_01_name from state (it is now null) | |
2021-07-01T18:38:51.212-0400 [TRACE] vertex "output.storage_share_01_name": visit complete | |
2021-07-01T18:38:51.212-0400 [TRACE] vertex "output.storage_container_01_id": starting visit (*terraform.NodeApplyableOutput) | |
2021-07-01T18:38:51.212-0400 [TRACE] setValue: Saving Create change for output.storage_container_01_id in changeset | |
2021-07-01T18:38:51.213-0400 [TRACE] setValue: Removing output.storage_container_01_id from state (it is now null) | |
2021-07-01T18:38:51.213-0400 [TRACE] vertex "output.storage_container_01_id": visit complete | |
2021-07-01T18:38:51.213-0400 [TRACE] setValue: Saving Create change for output.log_analytics_workspace_01_workspace_id in changeset | |
2021-07-01T18:38:51.213-0400 [TRACE] setValue: Removing output.log_analytics_workspace_01_workspace_id from state (it is now null) | |
2021-07-01T18:38:51.213-0400 [TRACE] vertex "output.log_analytics_workspace_01_workspace_id": visit complete | |
2021-07-01T18:38:51.213-0400 [TRACE] vertex "output.bastion_host_01_id": starting visit (*terraform.NodeApplyableOutput) | |
2021-07-01T18:38:51.213-0400 [TRACE] vertex "output.log_analytics_workspace_01_name": starting visit (*terraform.NodeApplyableOutput) | |
2021-07-01T18:38:51.214-0400 [TRACE] setValue: Saving Create change for output.log_analytics_workspace_01_name in changeset | |
2021-07-01T18:38:51.214-0400 [TRACE] setValue: Removing output.log_analytics_workspace_01_name from state (it is now null) | |
2021-07-01T18:38:51.214-0400 [TRACE] vertex "output.log_analytics_workspace_01_name": visit complete | |
2021-07-01T18:38:51.214-0400 [TRACE] setValue: Saving Create change for output.bastion_host_01_id in changeset | |
2021-07-01T18:38:51.214-0400 [TRACE] setValue: Removing output.bastion_host_01_id from state (it is now null) | |
2021-07-01T18:38:51.214-0400 [TRACE] vertex "output.bastion_host_01_id": visit complete | |
2021-07-01T18:38:51.214-0400 [TRACE] GRPCProvider: ValidateResourceConfig | |
2021-07-01T18:38:51.215-0400 [TRACE] vertex "azurerm_private_endpoint.storage_account_01_private_endpoint_file": visit complete | |
2021-07-01T18:38:51.215-0400 [TRACE] vertex "azurerm_private_dns_a_record.private_dns_a_record_1": starting visit (*terraform.NodeValidatableResource) | |
2021-07-01T18:38:51.216-0400 [TRACE] GRPCProvider: ValidateResourceConfig | |
2021-07-01T18:38:51.217-0400 [TRACE] vertex "output.storage_account_01_private_endpoint_file_name": starting visit (*terraform.NodeApplyableOutput) | |
2021-07-01T18:38:51.218-0400 [TRACE] vertex "output.storage_account_01_private_endpoint_file_id": starting visit (*terraform.NodeApplyableOutput) | |
2021-07-01T18:38:51.218-0400 [TRACE] vertex "output.storage_account_01_private_endpoint_file_prvip": starting visit (*terraform.NodeApplyableOutput) | |
2021-07-01T18:38:51.218-0400 [TRACE] setValue: Saving Create change for output.storage_account_01_private_endpoint_file_prvip in changeset | |
2021-07-01T18:38:51.218-0400 [TRACE] setValue: Removing output.storage_account_01_private_endpoint_file_prvip from state (it is now null) | |
2021-07-01T18:38:51.218-0400 [TRACE] vertex "output.storage_account_01_private_endpoint_file_prvip": visit complete | |
2021-07-01T18:38:51.218-0400 [TRACE] setValue: Saving Create change for output.storage_account_01_private_endpoint_file_id in changeset | |
2021-07-01T18:38:51.218-0400 [TRACE] setValue: Removing output.storage_account_01_private_endpoint_file_id from state (it is now null) | |
2021-07-01T18:38:51.218-0400 [TRACE] vertex "output.storage_account_01_private_endpoint_file_id": visit complete | |
2021-07-01T18:38:51.218-0400 [TRACE] setValue: Saving Create change for output.storage_account_01_private_endpoint_file_name in changeset | |
2021-07-01T18:38:51.218-0400 [TRACE] setValue: Removing output.storage_account_01_private_endpoint_file_name from state (it is now null) | |
2021-07-01T18:38:51.218-0400 [TRACE] vertex "output.storage_account_01_private_endpoint_file_name": visit complete | |
2021-07-01T18:38:51.219-0400 [TRACE] vertex "azurerm_private_dns_a_record.private_dns_a_record_1": visit complete | |
2021-07-01T18:38:51.219-0400 [TRACE] vertex "output.private_dns_a_record_1_id": starting visit (*terraform.NodeApplyableOutput) | |
2021-07-01T18:38:51.219-0400 [TRACE] setValue: Saving Create change for output.private_dns_a_record_1_id in changeset | |
2021-07-01T18:38:51.219-0400 [TRACE] setValue: Removing output.private_dns_a_record_1_id from state (it is now null) | |
2021-07-01T18:38:51.219-0400 [TRACE] vertex "output.private_dns_a_record_1_id": visit complete | |
2021-07-01T18:38:51.219-0400 [TRACE] vertex "output.private_dns_a_record_1_name": starting visit (*terraform.NodeApplyableOutput) | |
2021-07-01T18:38:51.219-0400 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/azurerm\"] (close)": starting visit (*terraform.graphNodeCloseProvider) | |
2021-07-01T18:38:51.219-0400 [TRACE] setValue: Saving Create change for output.private_dns_a_record_1_name in changeset | |
2021-07-01T18:38:51.219-0400 [TRACE] setValue: Removing output.private_dns_a_record_1_name from state (it is now null) | |
2021-07-01T18:38:51.219-0400 [TRACE] vertex "output.private_dns_a_record_1_name": visit complete | |
2021-07-01T18:38:51.220-0400 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary) | |
2021-07-01T18:38:51.219-0400 [TRACE] GRPCProvider: Close | |
2021-07-01T18:38:51.220-0400 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete | |
2021-07-01T18:38:51.221-0400 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing" | |
2021-07-01T18:38:51.223-0400 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/2.65.0/linux_amd64/terraform-provider-azurerm_v2.65.0_x5 pid=2424 | |
2021-07-01T18:38:51.223-0400 [DEBUG] provider: plugin exited | |
2021-07-01T18:38:51.223-0400 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/azurerm\"] (close)": visit complete | |
2021-07-01T18:38:51.223-0400 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule) | |
2021-07-01T18:38:51.223-0400 [TRACE] vertex "root": visit complete | |
2021-07-01T18:38:51.224-0400 [INFO] terraform: building graph: GraphTypePlan | |
2021-07-01T18:38:51.224-0400 [TRACE] Executing graph transform *terraform.ConfigTransformer | |
2021-07-01T18:38:51.224-0400 [TRACE] ConfigTransformer: Starting for path: | |
2021-07-01T18:38:51.224-0400 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph: | |
azurerm_bastion_host.bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_key_vault.key_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_dns_a_record.private_dns_a_record_1 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_dns_zone.private_dns_zone_1 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_public_ip.public_ip_bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_recovery_services_vault.recovery_services_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_storage_container.storage_container_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_storage_share.storage_share_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_subnet.vnet_shared_01_subnets (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_virtual_network.vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_bastion_host_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_key_vault_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_log_analytics_workspace_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_public_ip_bastion_host_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_recovery_services_vault_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_storage_account_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_storage_account_01_private_endpoint_file_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_storage_share_01_name (expand) - *terraform.nodeExpandPlannableResource | |
------ | |
2021-07-01T18:38:51.224-0400 [TRACE] Executing graph transform *terraform.RootVariableTransformer | |
2021-07-01T18:38:51.224-0400 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph: | |
azurerm_bastion_host.bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_key_vault.key_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_dns_a_record.private_dns_a_record_1 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_dns_zone.private_dns_zone_1 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_public_ip.public_ip_bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_recovery_services_vault.recovery_services_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_storage_container.storage_container_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_storage_share.storage_share_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_subnet.vnet_shared_01_subnets (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_virtual_network.vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_bastion_host_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_key_vault_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_log_analytics_workspace_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_public_ip_bastion_host_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_recovery_services_vault_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_storage_account_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_storage_account_01_private_endpoint_file_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_storage_share_01_name (expand) - *terraform.nodeExpandPlannableResource | |
var.aad_tenant_id - *terraform.NodeRootVariable | |
var.dns_server - *terraform.NodeRootVariable | |
var.key_vault_sku_name - *terraform.NodeRootVariable | |
var.location - *terraform.NodeRootVariable | |
var.log_analytics_workspace_retention_days - *terraform.NodeRootVariable | |
var.owner_object_id - *terraform.NodeRootVariable | |
var.recovery_services_vault_soft_delete_enabled - *terraform.NodeRootVariable | |
var.resource_group_name - *terraform.NodeRootVariable | |
var.storage_access_tier - *terraform.NodeRootVariable | |
var.storage_container_name - *terraform.NodeRootVariable | |
var.storage_replication_type - *terraform.NodeRootVariable | |
var.storage_share_quota_gb - *terraform.NodeRootVariable | |
var.subnets - *terraform.NodeRootVariable | |
var.subscription_id - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
var.vnet_address_space - *terraform.NodeRootVariable | |
var.vnet_name - *terraform.NodeRootVariable | |
------ | |
2021-07-01T18:38:51.224-0400 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer | |
2021-07-01T18:38:51.224-0400 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes) | |
2021-07-01T18:38:51.224-0400 [TRACE] Executing graph transform *terraform.LocalTransformer | |
2021-07-01T18:38:51.224-0400 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes) | |
2021-07-01T18:38:51.224-0400 [TRACE] Executing graph transform *terraform.OutputTransformer | |
2021-07-01T18:38:51.224-0400 [TRACE] OutputTransformer: adding key_vault_01_name as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:51.224-0400 [TRACE] OutputTransformer: adding log_analytics_workspace_01_name as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:51.224-0400 [TRACE] OutputTransformer: adding public_ip_bastion_host_01_name as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:51.224-0400 [TRACE] OutputTransformer: adding private_dns_a_record_1_id as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:51.224-0400 [TRACE] OutputTransformer: adding virtual_network_link_vnet_shared_01_id as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:51.224-0400 [TRACE] OutputTransformer: adding recovery_services_vault_01_id as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:51.224-0400 [TRACE] OutputTransformer: adding recovery_services_vault_01_principal_id as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:51.224-0400 [TRACE] OutputTransformer: adding resource_group_01_location as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:51.224-0400 [TRACE] OutputTransformer: adding vnet_shared_01_name as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:51.224-0400 [TRACE] OutputTransformer: adding vnet_shared_01_default_subnet_id as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:51.224-0400 [TRACE] OutputTransformer: adding bastion_host_01_dns_name as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:51.224-0400 [TRACE] OutputTransformer: adding bastion_host_01_name as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:51.224-0400 [TRACE] OutputTransformer: adding storage_account_01_id as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:51.224-0400 [TRACE] OutputTransformer: adding storage_container_01_id as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:51.224-0400 [TRACE] OutputTransformer: adding private_dns_zone_1_id as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:51.224-0400 [TRACE] OutputTransformer: adding resource_group_01_id as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:51.224-0400 [TRACE] OutputTransformer: adding storage_account_01_name as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:51.224-0400 [TRACE] OutputTransformer: adding private_dns_a_record_1_name as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:51.224-0400 [TRACE] OutputTransformer: adding log_analytics_workspace_01_id as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:51.224-0400 [TRACE] OutputTransformer: adding resource_group_01_tags as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:51.224-0400 [TRACE] OutputTransformer: adding vnet_shared_01_id as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:51.224-0400 [TRACE] OutputTransformer: adding vnet_shared_01_adds_subnet_id as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:51.224-0400 [TRACE] OutputTransformer: adding storage_account_01_key as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:51.224-0400 [TRACE] OutputTransformer: adding storage_container_01_name as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:51.224-0400 [TRACE] OutputTransformer: adding storage_share_01_id as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:51.224-0400 [TRACE] OutputTransformer: adding storage_share_01_name as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:51.224-0400 [TRACE] OutputTransformer: adding log_analytics_workspace_01_primary_shared_key as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:51.224-0400 [TRACE] OutputTransformer: adding resource_group_01_name as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:51.224-0400 [TRACE] OutputTransformer: adding bastion_host_01_id as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:51.224-0400 [TRACE] OutputTransformer: adding storage_account_01_private_endpoint_file_id as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:51.224-0400 [TRACE] OutputTransformer: adding storage_account_01_private_endpoint_file_name as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:51.224-0400 [TRACE] OutputTransformer: adding private_dns_zone_1_name as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:51.224-0400 [TRACE] OutputTransformer: adding virtual_network_link_vnet_shared_01_name as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:51.224-0400 [TRACE] OutputTransformer: adding key_vault_01_id as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:51.224-0400 [TRACE] OutputTransformer: adding key_vault_01_uri as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:51.224-0400 [TRACE] OutputTransformer: adding key_vault_01_access_policy_secrets_admin_id as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:51.224-0400 [TRACE] OutputTransformer: adding public_ip_bastion_host_01_ip_address as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:51.224-0400 [TRACE] OutputTransformer: adding recovery_services_vault_01_name as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:51.224-0400 [TRACE] OutputTransformer: adding public_ip_bastion_host_01_id as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:51.224-0400 [TRACE] OutputTransformer: adding storage_account_01_blob_endpoint as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:51.224-0400 [TRACE] OutputTransformer: adding storage_account_01_private_endpoint_file_prvip as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:51.224-0400 [TRACE] OutputTransformer: adding storage_share_01_url as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:51.224-0400 [TRACE] OutputTransformer: adding log_analytics_workspace_01_workspace_id as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:51.224-0400 [TRACE] OutputTransformer: adding subscription_id as *terraform.NodeApplyableOutput | |
2021-07-01T18:38:51.225-0400 [TRACE] Completed graph transform *terraform.OutputTransformer with new graph: | |
azurerm_bastion_host.bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_key_vault.key_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_dns_a_record.private_dns_a_record_1 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_dns_zone.private_dns_zone_1 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_public_ip.public_ip_bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_recovery_services_vault.recovery_services_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_storage_container.storage_container_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_storage_share.storage_share_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_subnet.vnet_shared_01_subnets (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_virtual_network.vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.bastion_host_01_dns_name - *terraform.NodeApplyableOutput | |
output.bastion_host_01_id - *terraform.NodeApplyableOutput | |
output.bastion_host_01_name - *terraform.NodeApplyableOutput | |
output.key_vault_01_access_policy_secrets_admin_id - *terraform.NodeApplyableOutput | |
output.key_vault_01_id - *terraform.NodeApplyableOutput | |
output.key_vault_01_name - *terraform.NodeApplyableOutput | |
output.key_vault_01_uri - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_id - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_name - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_primary_shared_key - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_workspace_id - *terraform.NodeApplyableOutput | |
output.private_dns_a_record_1_id - *terraform.NodeApplyableOutput | |
output.private_dns_a_record_1_name - *terraform.NodeApplyableOutput | |
output.private_dns_zone_1_id - *terraform.NodeApplyableOutput | |
output.private_dns_zone_1_name - *terraform.NodeApplyableOutput | |
output.public_ip_bastion_host_01_id - *terraform.NodeApplyableOutput | |
output.public_ip_bastion_host_01_ip_address - *terraform.NodeApplyableOutput | |
output.public_ip_bastion_host_01_name - *terraform.NodeApplyableOutput | |
output.recovery_services_vault_01_id - *terraform.NodeApplyableOutput | |
output.recovery_services_vault_01_name - *terraform.NodeApplyableOutput | |
output.recovery_services_vault_01_principal_id - *terraform.NodeApplyableOutput | |
output.resource_group_01_id - *terraform.NodeApplyableOutput | |
output.resource_group_01_location - *terraform.NodeApplyableOutput | |
output.resource_group_01_name - *terraform.NodeApplyableOutput | |
output.resource_group_01_tags - *terraform.NodeApplyableOutput | |
output.storage_account_01_blob_endpoint - *terraform.NodeApplyableOutput | |
output.storage_account_01_id - *terraform.NodeApplyableOutput | |
output.storage_account_01_key - *terraform.NodeApplyableOutput | |
output.storage_account_01_name - *terraform.NodeApplyableOutput | |
output.storage_account_01_private_endpoint_file_id - *terraform.NodeApplyableOutput | |
output.storage_account_01_private_endpoint_file_name - *terraform.NodeApplyableOutput | |
output.storage_account_01_private_endpoint_file_prvip - *terraform.NodeApplyableOutput | |
output.storage_container_01_id - *terraform.NodeApplyableOutput | |
output.storage_container_01_name - *terraform.NodeApplyableOutput | |
output.storage_share_01_id - *terraform.NodeApplyableOutput | |
output.storage_share_01_name - *terraform.NodeApplyableOutput | |
output.storage_share_01_url - *terraform.NodeApplyableOutput | |
output.subscription_id - *terraform.NodeApplyableOutput | |
output.virtual_network_link_vnet_shared_01_id - *terraform.NodeApplyableOutput | |
output.virtual_network_link_vnet_shared_01_name - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_adds_subnet_id - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_default_subnet_id - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_id - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_name - *terraform.NodeApplyableOutput | |
random_id.random_id_bastion_host_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_key_vault_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_log_analytics_workspace_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_public_ip_bastion_host_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_recovery_services_vault_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_storage_account_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_storage_account_01_private_endpoint_file_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_storage_share_01_name (expand) - *terraform.nodeExpandPlannableResource | |
var.aad_tenant_id - *terraform.NodeRootVariable | |
var.dns_server - *terraform.NodeRootVariable | |
var.key_vault_sku_name - *terraform.NodeRootVariable | |
var.location - *terraform.NodeRootVariable | |
var.log_analytics_workspace_retention_days - *terraform.NodeRootVariable | |
var.owner_object_id - *terraform.NodeRootVariable | |
var.recovery_services_vault_soft_delete_enabled - *terraform.NodeRootVariable | |
var.resource_group_name - *terraform.NodeRootVariable | |
var.storage_access_tier - *terraform.NodeRootVariable | |
var.storage_container_name - *terraform.NodeRootVariable | |
var.storage_replication_type - *terraform.NodeRootVariable | |
var.storage_share_quota_gb - *terraform.NodeRootVariable | |
var.subnets - *terraform.NodeRootVariable | |
var.subscription_id - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
var.vnet_address_space - *terraform.NodeRootVariable | |
var.vnet_name - *terraform.NodeRootVariable | |
------ | |
2021-07-01T18:38:51.225-0400 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer | |
2021-07-01T18:38:51.225-0400 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes) | |
2021-07-01T18:38:51.225-0400 [TRACE] Executing graph transform *terraform.StateTransformer | |
2021-07-01T18:38:51.225-0400 [TRACE] StateTransformer: creating nodes for deposed instance objects only | |
2021-07-01T18:38:51.225-0400 [TRACE] Completed graph transform *terraform.StateTransformer (no changes) | |
2021-07-01T18:38:51.225-0400 [TRACE] Executing graph transform *terraform.AttachStateTransformer | |
2021-07-01T18:38:51.225-0400 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) | |
2021-07-01T18:38:51.225-0400 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer | |
2021-07-01T18:38:51.225-0400 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes) | |
2021-07-01T18:38:51.225-0400 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer | |
2021-07-01T18:38:51.225-0400 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin (expand)" (*terraform.nodeExpandPlannableResource) config from 50-keyvault.tf:31,1-86 | |
2021-07-01T18:38:51.225-0400 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin (expand) | |
2021-07-01T18:38:51.225-0400 [TRACE] AttachResourceConfigTransformer: attaching to "random_id.random_id_public_ip_bastion_host_01_name (expand)" (*terraform.nodeExpandPlannableResource) config from 30-network.tf:67,1-64 | |
2021-07-01T18:38:51.225-0400 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to random_id.random_id_public_ip_bastion_host_01_name (expand) | |
2021-07-01T18:38:51.225-0400 [TRACE] AttachResourceConfigTransformer: attaching to "random_id.random_id_storage_share_01_name (expand)" (*terraform.nodeExpandPlannableResource) config from 40-storage.tf:83,1-55 | |
2021-07-01T18:38:51.225-0400 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to random_id.random_id_storage_share_01_name (expand) | |
2021-07-01T18:38:51.225-0400 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_storage_share.storage_share_01 (expand)" (*terraform.nodeExpandPlannableResource) config from 40-storage.tf:87,1-52 | |
2021-07-01T18:38:51.225-0400 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurerm_storage_share.storage_share_01 (expand) | |
2021-07-01T18:38:51.225-0400 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_private_dns_a_record.private_dns_a_record_1 (expand)" (*terraform.nodeExpandPlannableResource) config from 40-storage.tf:120,1-65 | |
2021-07-01T18:38:51.225-0400 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurerm_private_dns_a_record.private_dns_a_record_1 (expand) | |
2021-07-01T18:38:51.225-0400 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand)" (*terraform.nodeExpandPlannableResource) config from 40-storage.tf:55,1-79 | |
2021-07-01T18:38:51.225-0400 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand) | |
2021-07-01T18:38:51.225-0400 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_virtual_network.vnet_shared_01 (expand)" (*terraform.nodeExpandPlannableResource) config from 30-network.tf:2,1-52 | |
2021-07-01T18:38:51.225-0400 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurerm_virtual_network.vnet_shared_01 (expand) | |
2021-07-01T18:38:51.225-0400 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_recovery_services_vault.recovery_services_vault_01 (expand)" (*terraform.nodeExpandPlannableResource) config from 70-recoveryservicesvault.tf:6,1-72 | |
2021-07-01T18:38:51.225-0400 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurerm_recovery_services_vault.recovery_services_vault_01 (expand) | |
2021-07-01T18:38:51.225-0400 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_subnet.vnet_shared_01_subnets (expand)" (*terraform.nodeExpandPlannableResource) config from 30-network.tf:19,1-51 | |
2021-07-01T18:38:51.225-0400 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurerm_subnet.vnet_shared_01_subnets (expand) | |
2021-07-01T18:38:51.225-0400 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 (expand)" (*terraform.nodeExpandPlannableResource) config from 40-storage.tf:137,1-95 | |
2021-07-01T18:38:51.225-0400 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 (expand) | |
2021-07-01T18:38:51.225-0400 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_key_vault.key_vault_01 (expand)" (*terraform.nodeExpandPlannableResource) config from 50-keyvault.tf:6,1-44 | |
2021-07-01T18:38:51.225-0400 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurerm_key_vault.key_vault_01 (expand) | |
2021-07-01T18:38:51.225-0400 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_private_dns_zone.private_dns_zone_1 (expand)" (*terraform.nodeExpandPlannableResource) config from 40-storage.tf:106,1-57 | |
2021-07-01T18:38:51.225-0400 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurerm_private_dns_zone.private_dns_zone_1 (expand) | |
2021-07-01T18:38:51.225-0400 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand)" (*terraform.nodeExpandPlannableResource) config from 60-loganalytics.tf:6,1-72 | |
2021-07-01T18:38:51.225-0400 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand) | |
2021-07-01T18:38:51.225-0400 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_bastion_host.bastion_host_01 (expand)" (*terraform.nodeExpandPlannableResource) config from 30-network.tf:42,1-50 | |
2021-07-01T18:38:51.225-0400 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurerm_bastion_host.bastion_host_01 (expand) | |
2021-07-01T18:38:51.225-0400 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_public_ip.public_ip_bastion_host_01 (expand)" (*terraform.nodeExpandPlannableResource) config from 30-network.tf:71,1-57 | |
2021-07-01T18:38:51.225-0400 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurerm_public_ip.public_ip_bastion_host_01 (expand) | |
2021-07-01T18:38:51.225-0400 [TRACE] AttachResourceConfigTransformer: attaching to "random_id.random_id_storage_account_01_name (expand)" (*terraform.nodeExpandPlannableResource) config from 40-storage.tf:2,1-57 | |
2021-07-01T18:38:51.225-0400 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to random_id.random_id_storage_account_01_name (expand) | |
2021-07-01T18:38:51.225-0400 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_storage_account.storage_account_01 (expand)" (*terraform.nodeExpandPlannableResource) config from 40-storage.tf:6,1-56 | |
2021-07-01T18:38:51.225-0400 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurerm_storage_account.storage_account_01 (expand) | |
2021-07-01T18:38:51.225-0400 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_resource_group.resource_group_01 (expand)" (*terraform.nodeExpandPlannableResource) config from 20-resourcegroup.tf:3,1-54 | |
2021-07-01T18:38:51.225-0400 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurerm_resource_group.resource_group_01 (expand) | |
2021-07-01T18:38:51.225-0400 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_storage_container.storage_container_01 (expand)" (*terraform.nodeExpandPlannableResource) config from 40-storage.tf:36,1-60 | |
2021-07-01T18:38:51.225-0400 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurerm_storage_container.storage_container_01 (expand) | |
2021-07-01T18:38:51.225-0400 [TRACE] AttachResourceConfigTransformer: attaching to "random_id.random_id_key_vault_01_name (expand)" (*terraform.nodeExpandPlannableResource) config from 50-keyvault.tf:2,1-51 | |
2021-07-01T18:38:51.225-0400 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to random_id.random_id_key_vault_01_name (expand) | |
2021-07-01T18:38:51.225-0400 [TRACE] AttachResourceConfigTransformer: attaching to "random_id.random_id_storage_account_01_private_endpoint_file_name (expand)" (*terraform.nodeExpandPlannableResource) config from 40-storage.tf:51,1-79 | |
2021-07-01T18:38:51.225-0400 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to random_id.random_id_storage_account_01_private_endpoint_file_name (expand) | |
2021-07-01T18:38:51.225-0400 [TRACE] AttachResourceConfigTransformer: attaching to "random_id.random_id_log_analytics_workspace_01_name (expand)" (*terraform.nodeExpandPlannableResource) config from 60-loganalytics.tf:2,1-65 | |
2021-07-01T18:38:51.225-0400 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to random_id.random_id_log_analytics_workspace_01_name (expand) | |
2021-07-01T18:38:51.225-0400 [TRACE] AttachResourceConfigTransformer: attaching to "random_id.random_id_recovery_services_vault_01_name (expand)" (*terraform.nodeExpandPlannableResource) config from 70-recoveryservicesvault.tf:2,1-65 | |
2021-07-01T18:38:51.225-0400 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to random_id.random_id_recovery_services_vault_01_name (expand) | |
2021-07-01T18:38:51.226-0400 [TRACE] AttachResourceConfigTransformer: attaching to "random_id.random_id_bastion_host_01_name (expand)" (*terraform.nodeExpandPlannableResource) config from 30-network.tf:38,1-54 | |
2021-07-01T18:38:51.226-0400 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to random_id.random_id_bastion_host_01_name (expand) | |
2021-07-01T18:38:51.226-0400 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes) | |
2021-07-01T18:38:51.226-0400 [TRACE] Executing graph transform *terraform.graphTransformerMulti | |
2021-07-01T18:38:51.226-0400 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer | |
2021-07-01T18:38:51.226-0400 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/hashicorp/azurerm\"]" provider configuration from 10-common.tf:1,1-19 | |
2021-07-01T18:38:51.226-0400 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/hashicorp/random\"]" provider configuration from 10-common.tf:13,1-18 | |
2021-07-01T18:38:51.226-0400 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph: | |
azurerm_bastion_host.bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_key_vault.key_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_dns_a_record.private_dns_a_record_1 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_dns_zone.private_dns_zone_1 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_public_ip.public_ip_bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_recovery_services_vault.recovery_services_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_storage_container.storage_container_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_storage_share.storage_share_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_subnet.vnet_shared_01_subnets (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_virtual_network.vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.bastion_host_01_dns_name - *terraform.NodeApplyableOutput | |
output.bastion_host_01_id - *terraform.NodeApplyableOutput | |
output.bastion_host_01_name - *terraform.NodeApplyableOutput | |
output.key_vault_01_access_policy_secrets_admin_id - *terraform.NodeApplyableOutput | |
output.key_vault_01_id - *terraform.NodeApplyableOutput | |
output.key_vault_01_name - *terraform.NodeApplyableOutput | |
output.key_vault_01_uri - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_id - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_name - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_primary_shared_key - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_workspace_id - *terraform.NodeApplyableOutput | |
output.private_dns_a_record_1_id - *terraform.NodeApplyableOutput | |
output.private_dns_a_record_1_name - *terraform.NodeApplyableOutput | |
output.private_dns_zone_1_id - *terraform.NodeApplyableOutput | |
output.private_dns_zone_1_name - *terraform.NodeApplyableOutput | |
output.public_ip_bastion_host_01_id - *terraform.NodeApplyableOutput | |
output.public_ip_bastion_host_01_ip_address - *terraform.NodeApplyableOutput | |
output.public_ip_bastion_host_01_name - *terraform.NodeApplyableOutput | |
output.recovery_services_vault_01_id - *terraform.NodeApplyableOutput | |
output.recovery_services_vault_01_name - *terraform.NodeApplyableOutput | |
output.recovery_services_vault_01_principal_id - *terraform.NodeApplyableOutput | |
output.resource_group_01_id - *terraform.NodeApplyableOutput | |
output.resource_group_01_location - *terraform.NodeApplyableOutput | |
output.resource_group_01_name - *terraform.NodeApplyableOutput | |
output.resource_group_01_tags - *terraform.NodeApplyableOutput | |
output.storage_account_01_blob_endpoint - *terraform.NodeApplyableOutput | |
output.storage_account_01_id - *terraform.NodeApplyableOutput | |
output.storage_account_01_key - *terraform.NodeApplyableOutput | |
output.storage_account_01_name - *terraform.NodeApplyableOutput | |
output.storage_account_01_private_endpoint_file_id - *terraform.NodeApplyableOutput | |
output.storage_account_01_private_endpoint_file_name - *terraform.NodeApplyableOutput | |
output.storage_account_01_private_endpoint_file_prvip - *terraform.NodeApplyableOutput | |
output.storage_container_01_id - *terraform.NodeApplyableOutput | |
output.storage_container_01_name - *terraform.NodeApplyableOutput | |
output.storage_share_01_id - *terraform.NodeApplyableOutput | |
output.storage_share_01_name - *terraform.NodeApplyableOutput | |
output.storage_share_01_url - *terraform.NodeApplyableOutput | |
output.subscription_id - *terraform.NodeApplyableOutput | |
output.virtual_network_link_vnet_shared_01_id - *terraform.NodeApplyableOutput | |
output.virtual_network_link_vnet_shared_01_name - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_adds_subnet_id - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_default_subnet_id - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_id - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_name - *terraform.NodeApplyableOutput | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_bastion_host_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_key_vault_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_log_analytics_workspace_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_public_ip_bastion_host_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_recovery_services_vault_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_storage_account_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_storage_account_01_private_endpoint_file_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_storage_share_01_name (expand) - *terraform.nodeExpandPlannableResource | |
var.aad_tenant_id - *terraform.NodeRootVariable | |
var.dns_server - *terraform.NodeRootVariable | |
var.key_vault_sku_name - *terraform.NodeRootVariable | |
var.location - *terraform.NodeRootVariable | |
var.log_analytics_workspace_retention_days - *terraform.NodeRootVariable | |
var.owner_object_id - *terraform.NodeRootVariable | |
var.recovery_services_vault_soft_delete_enabled - *terraform.NodeRootVariable | |
var.resource_group_name - *terraform.NodeRootVariable | |
var.storage_access_tier - *terraform.NodeRootVariable | |
var.storage_container_name - *terraform.NodeRootVariable | |
var.storage_replication_type - *terraform.NodeRootVariable | |
var.storage_share_quota_gb - *terraform.NodeRootVariable | |
var.subnets - *terraform.NodeRootVariable | |
var.subscription_id - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
var.vnet_address_space - *terraform.NodeRootVariable | |
var.vnet_name - *terraform.NodeRootVariable | |
------ | |
2021-07-01T18:38:51.226-0400 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer | |
2021-07-01T18:38:51.226-0400 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes) | |
2021-07-01T18:38:51.226-0400 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer | |
2021-07-01T18:38:51.226-0400 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving azurerm_resource_group.resource_group_01 (expand) | |
2021-07-01T18:38:51.226-0400 [DEBUG] ProviderTransformer: "azurerm_resource_group.resource_group_01 (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/azurerm"] | |
2021-07-01T18:38:51.226-0400 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving azurerm_storage_container.storage_container_01 (expand) | |
2021-07-01T18:38:51.226-0400 [DEBUG] ProviderTransformer: "azurerm_storage_container.storage_container_01 (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/azurerm"] | |
2021-07-01T18:38:51.226-0400 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/random"] serving random_id.random_id_storage_account_01_private_endpoint_file_name (expand) | |
2021-07-01T18:38:51.226-0400 [DEBUG] ProviderTransformer: "random_id.random_id_storage_account_01_private_endpoint_file_name (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2021-07-01T18:38:51.226-0400 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/random"] serving random_id.random_id_recovery_services_vault_01_name (expand) | |
2021-07-01T18:38:51.226-0400 [DEBUG] ProviderTransformer: "random_id.random_id_recovery_services_vault_01_name (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2021-07-01T18:38:51.226-0400 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/random"] serving random_id.random_id_bastion_host_01_name (expand) | |
2021-07-01T18:38:51.226-0400 [DEBUG] ProviderTransformer: "random_id.random_id_bastion_host_01_name (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2021-07-01T18:38:51.227-0400 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving azurerm_subnet.vnet_shared_01_subnets (expand) | |
2021-07-01T18:38:51.227-0400 [DEBUG] ProviderTransformer: "azurerm_subnet.vnet_shared_01_subnets (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/azurerm"] | |
2021-07-01T18:38:51.227-0400 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/random"] serving random_id.random_id_storage_account_01_name (expand) | |
2021-07-01T18:38:51.227-0400 [DEBUG] ProviderTransformer: "random_id.random_id_storage_account_01_name (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2021-07-01T18:38:51.227-0400 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/random"] serving random_id.random_id_log_analytics_workspace_01_name (expand) | |
2021-07-01T18:38:51.227-0400 [DEBUG] ProviderTransformer: "random_id.random_id_log_analytics_workspace_01_name (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2021-07-01T18:38:51.227-0400 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin (expand) | |
2021-07-01T18:38:51.227-0400 [DEBUG] ProviderTransformer: "azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/azurerm"] | |
2021-07-01T18:38:51.227-0400 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/random"] serving random_id.random_id_storage_share_01_name (expand) | |
2021-07-01T18:38:51.227-0400 [DEBUG] ProviderTransformer: "random_id.random_id_storage_share_01_name (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2021-07-01T18:38:51.227-0400 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving azurerm_private_dns_a_record.private_dns_a_record_1 (expand) | |
2021-07-01T18:38:51.227-0400 [DEBUG] ProviderTransformer: "azurerm_private_dns_a_record.private_dns_a_record_1 (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/azurerm"] | |
2021-07-01T18:38:51.227-0400 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand) | |
2021-07-01T18:38:51.227-0400 [DEBUG] ProviderTransformer: "azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/azurerm"] | |
2021-07-01T18:38:51.227-0400 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 (expand) | |
2021-07-01T18:38:51.227-0400 [DEBUG] ProviderTransformer: "azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/azurerm"] | |
2021-07-01T18:38:51.227-0400 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving azurerm_key_vault.key_vault_01 (expand) | |
2021-07-01T18:38:51.227-0400 [DEBUG] ProviderTransformer: "azurerm_key_vault.key_vault_01 (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/azurerm"] | |
2021-07-01T18:38:51.227-0400 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand) | |
2021-07-01T18:38:51.227-0400 [DEBUG] ProviderTransformer: "azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/azurerm"] | |
2021-07-01T18:38:51.227-0400 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving azurerm_bastion_host.bastion_host_01 (expand) | |
2021-07-01T18:38:51.227-0400 [DEBUG] ProviderTransformer: "azurerm_bastion_host.bastion_host_01 (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/azurerm"] | |
2021-07-01T18:38:51.227-0400 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving azurerm_storage_account.storage_account_01 (expand) | |
2021-07-01T18:38:51.227-0400 [DEBUG] ProviderTransformer: "azurerm_storage_account.storage_account_01 (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/azurerm"] | |
2021-07-01T18:38:51.227-0400 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/random"] serving random_id.random_id_key_vault_01_name (expand) | |
2021-07-01T18:38:51.227-0400 [DEBUG] ProviderTransformer: "random_id.random_id_key_vault_01_name (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2021-07-01T18:38:51.227-0400 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving azurerm_storage_share.storage_share_01 (expand) | |
2021-07-01T18:38:51.227-0400 [DEBUG] ProviderTransformer: "azurerm_storage_share.storage_share_01 (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/azurerm"] | |
2021-07-01T18:38:51.227-0400 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving azurerm_public_ip.public_ip_bastion_host_01 (expand) | |
2021-07-01T18:38:51.227-0400 [DEBUG] ProviderTransformer: "azurerm_public_ip.public_ip_bastion_host_01 (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/azurerm"] | |
2021-07-01T18:38:51.227-0400 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/random"] serving random_id.random_id_public_ip_bastion_host_01_name (expand) | |
2021-07-01T18:38:51.227-0400 [DEBUG] ProviderTransformer: "random_id.random_id_public_ip_bastion_host_01_name (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2021-07-01T18:38:51.227-0400 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving azurerm_virtual_network.vnet_shared_01 (expand) | |
2021-07-01T18:38:51.227-0400 [DEBUG] ProviderTransformer: "azurerm_virtual_network.vnet_shared_01 (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/azurerm"] | |
2021-07-01T18:38:51.227-0400 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving azurerm_recovery_services_vault.recovery_services_vault_01 (expand) | |
2021-07-01T18:38:51.227-0400 [DEBUG] ProviderTransformer: "azurerm_recovery_services_vault.recovery_services_vault_01 (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/azurerm"] | |
2021-07-01T18:38:51.227-0400 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving azurerm_private_dns_zone.private_dns_zone_1 (expand) | |
2021-07-01T18:38:51.227-0400 [DEBUG] ProviderTransformer: "azurerm_private_dns_zone.private_dns_zone_1 (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/azurerm"] | |
2021-07-01T18:38:51.227-0400 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph: | |
azurerm_bastion_host.bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_key_vault.key_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_private_dns_a_record.private_dns_a_record_1 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_private_dns_zone.private_dns_zone_1 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_public_ip.public_ip_bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_recovery_services_vault.recovery_services_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_storage_container.storage_container_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_storage_share.storage_share_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_subnet.vnet_shared_01_subnets (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_virtual_network.vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
output.bastion_host_01_dns_name - *terraform.NodeApplyableOutput | |
output.bastion_host_01_id - *terraform.NodeApplyableOutput | |
output.bastion_host_01_name - *terraform.NodeApplyableOutput | |
output.key_vault_01_access_policy_secrets_admin_id - *terraform.NodeApplyableOutput | |
output.key_vault_01_id - *terraform.NodeApplyableOutput | |
output.key_vault_01_name - *terraform.NodeApplyableOutput | |
output.key_vault_01_uri - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_id - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_name - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_primary_shared_key - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_workspace_id - *terraform.NodeApplyableOutput | |
output.private_dns_a_record_1_id - *terraform.NodeApplyableOutput | |
output.private_dns_a_record_1_name - *terraform.NodeApplyableOutput | |
output.private_dns_zone_1_id - *terraform.NodeApplyableOutput | |
output.private_dns_zone_1_name - *terraform.NodeApplyableOutput | |
output.public_ip_bastion_host_01_id - *terraform.NodeApplyableOutput | |
output.public_ip_bastion_host_01_ip_address - *terraform.NodeApplyableOutput | |
output.public_ip_bastion_host_01_name - *terraform.NodeApplyableOutput | |
output.recovery_services_vault_01_id - *terraform.NodeApplyableOutput | |
output.recovery_services_vault_01_name - *terraform.NodeApplyableOutput | |
output.recovery_services_vault_01_principal_id - *terraform.NodeApplyableOutput | |
output.resource_group_01_id - *terraform.NodeApplyableOutput | |
output.resource_group_01_location - *terraform.NodeApplyableOutput | |
output.resource_group_01_name - *terraform.NodeApplyableOutput | |
output.resource_group_01_tags - *terraform.NodeApplyableOutput | |
output.storage_account_01_blob_endpoint - *terraform.NodeApplyableOutput | |
output.storage_account_01_id - *terraform.NodeApplyableOutput | |
output.storage_account_01_key - *terraform.NodeApplyableOutput | |
output.storage_account_01_name - *terraform.NodeApplyableOutput | |
output.storage_account_01_private_endpoint_file_id - *terraform.NodeApplyableOutput | |
output.storage_account_01_private_endpoint_file_name - *terraform.NodeApplyableOutput | |
output.storage_account_01_private_endpoint_file_prvip - *terraform.NodeApplyableOutput | |
output.storage_container_01_id - *terraform.NodeApplyableOutput | |
output.storage_container_01_name - *terraform.NodeApplyableOutput | |
output.storage_share_01_id - *terraform.NodeApplyableOutput | |
output.storage_share_01_name - *terraform.NodeApplyableOutput | |
output.storage_share_01_url - *terraform.NodeApplyableOutput | |
output.subscription_id - *terraform.NodeApplyableOutput | |
output.virtual_network_link_vnet_shared_01_id - *terraform.NodeApplyableOutput | |
output.virtual_network_link_vnet_shared_01_name - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_adds_subnet_id - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_default_subnet_id - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_id - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_name - *terraform.NodeApplyableOutput | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_bastion_host_01_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_key_vault_01_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_log_analytics_workspace_01_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_public_ip_bastion_host_01_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_recovery_services_vault_01_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_account_01_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_account_01_private_endpoint_file_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_share_01_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
var.aad_tenant_id - *terraform.NodeRootVariable | |
var.dns_server - *terraform.NodeRootVariable | |
var.key_vault_sku_name - *terraform.NodeRootVariable | |
var.location - *terraform.NodeRootVariable | |
var.log_analytics_workspace_retention_days - *terraform.NodeRootVariable | |
var.owner_object_id - *terraform.NodeRootVariable | |
var.recovery_services_vault_soft_delete_enabled - *terraform.NodeRootVariable | |
var.resource_group_name - *terraform.NodeRootVariable | |
var.storage_access_tier - *terraform.NodeRootVariable | |
var.storage_container_name - *terraform.NodeRootVariable | |
var.storage_replication_type - *terraform.NodeRootVariable | |
var.storage_share_quota_gb - *terraform.NodeRootVariable | |
var.subnets - *terraform.NodeRootVariable | |
var.subscription_id - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
var.vnet_address_space - *terraform.NodeRootVariable | |
var.vnet_name - *terraform.NodeRootVariable | |
------ | |
2021-07-01T18:38:51.227-0400 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer | |
2021-07-01T18:38:51.227-0400 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes) | |
2021-07-01T18:38:51.227-0400 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph: | |
azurerm_bastion_host.bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_key_vault.key_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_private_dns_a_record.private_dns_a_record_1 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_private_dns_zone.private_dns_zone_1 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_public_ip.public_ip_bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_recovery_services_vault.recovery_services_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_storage_container.storage_container_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_storage_share.storage_share_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_subnet.vnet_shared_01_subnets (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_virtual_network.vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
output.bastion_host_01_dns_name - *terraform.NodeApplyableOutput | |
output.bastion_host_01_id - *terraform.NodeApplyableOutput | |
output.bastion_host_01_name - *terraform.NodeApplyableOutput | |
output.key_vault_01_access_policy_secrets_admin_id - *terraform.NodeApplyableOutput | |
output.key_vault_01_id - *terraform.NodeApplyableOutput | |
output.key_vault_01_name - *terraform.NodeApplyableOutput | |
output.key_vault_01_uri - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_id - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_name - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_primary_shared_key - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_workspace_id - *terraform.NodeApplyableOutput | |
output.private_dns_a_record_1_id - *terraform.NodeApplyableOutput | |
output.private_dns_a_record_1_name - *terraform.NodeApplyableOutput | |
output.private_dns_zone_1_id - *terraform.NodeApplyableOutput | |
output.private_dns_zone_1_name - *terraform.NodeApplyableOutput | |
output.public_ip_bastion_host_01_id - *terraform.NodeApplyableOutput | |
output.public_ip_bastion_host_01_ip_address - *terraform.NodeApplyableOutput | |
output.public_ip_bastion_host_01_name - *terraform.NodeApplyableOutput | |
output.recovery_services_vault_01_id - *terraform.NodeApplyableOutput | |
output.recovery_services_vault_01_name - *terraform.NodeApplyableOutput | |
output.recovery_services_vault_01_principal_id - *terraform.NodeApplyableOutput | |
output.resource_group_01_id - *terraform.NodeApplyableOutput | |
output.resource_group_01_location - *terraform.NodeApplyableOutput | |
output.resource_group_01_name - *terraform.NodeApplyableOutput | |
output.resource_group_01_tags - *terraform.NodeApplyableOutput | |
output.storage_account_01_blob_endpoint - *terraform.NodeApplyableOutput | |
output.storage_account_01_id - *terraform.NodeApplyableOutput | |
output.storage_account_01_key - *terraform.NodeApplyableOutput | |
output.storage_account_01_name - *terraform.NodeApplyableOutput | |
output.storage_account_01_private_endpoint_file_id - *terraform.NodeApplyableOutput | |
output.storage_account_01_private_endpoint_file_name - *terraform.NodeApplyableOutput | |
output.storage_account_01_private_endpoint_file_prvip - *terraform.NodeApplyableOutput | |
output.storage_container_01_id - *terraform.NodeApplyableOutput | |
output.storage_container_01_name - *terraform.NodeApplyableOutput | |
output.storage_share_01_id - *terraform.NodeApplyableOutput | |
output.storage_share_01_name - *terraform.NodeApplyableOutput | |
output.storage_share_01_url - *terraform.NodeApplyableOutput | |
output.subscription_id - *terraform.NodeApplyableOutput | |
output.virtual_network_link_vnet_shared_01_id - *terraform.NodeApplyableOutput | |
output.virtual_network_link_vnet_shared_01_name - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_adds_subnet_id - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_default_subnet_id - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_id - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_name - *terraform.NodeApplyableOutput | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_bastion_host_01_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_key_vault_01_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_log_analytics_workspace_01_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_public_ip_bastion_host_01_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_recovery_services_vault_01_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_account_01_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_account_01_private_endpoint_file_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_share_01_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
var.aad_tenant_id - *terraform.NodeRootVariable | |
var.dns_server - *terraform.NodeRootVariable | |
var.key_vault_sku_name - *terraform.NodeRootVariable | |
var.location - *terraform.NodeRootVariable | |
var.log_analytics_workspace_retention_days - *terraform.NodeRootVariable | |
var.owner_object_id - *terraform.NodeRootVariable | |
var.recovery_services_vault_soft_delete_enabled - *terraform.NodeRootVariable | |
var.resource_group_name - *terraform.NodeRootVariable | |
var.storage_access_tier - *terraform.NodeRootVariable | |
var.storage_container_name - *terraform.NodeRootVariable | |
var.storage_replication_type - *terraform.NodeRootVariable | |
var.storage_share_quota_gb - *terraform.NodeRootVariable | |
var.subnets - *terraform.NodeRootVariable | |
var.subscription_id - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
var.vnet_address_space - *terraform.NodeRootVariable | |
var.vnet_name - *terraform.NodeRootVariable | |
------ | |
2021-07-01T18:38:51.227-0400 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer | |
2021-07-01T18:38:51.228-0400 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes) | |
2021-07-01T18:38:51.228-0400 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer | |
2021-07-01T18:38:51.228-0400 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_bastion_host.bastion_host_01 (expand) | |
2021-07-01T18:38:51.228-0400 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_public_ip.public_ip_bastion_host_01 (expand) | |
2021-07-01T18:38:51.228-0400 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/azurerm"] | |
2021-07-01T18:38:51.228-0400 [TRACE] AttachSchemaTransformer: attaching resource schema to random_id.random_id_storage_account_01_name (expand) | |
2021-07-01T18:38:51.228-0400 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_storage_account.storage_account_01 (expand) | |
2021-07-01T18:38:51.228-0400 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_resource_group.resource_group_01 (expand) | |
2021-07-01T18:38:51.228-0400 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_storage_container.storage_container_01 (expand) | |
2021-07-01T18:38:51.228-0400 [TRACE] AttachSchemaTransformer: attaching resource schema to random_id.random_id_log_analytics_workspace_01_name (expand) | |
2021-07-01T18:38:51.228-0400 [TRACE] AttachSchemaTransformer: attaching resource schema to random_id.random_id_recovery_services_vault_01_name (expand) | |
2021-07-01T18:38:51.228-0400 [TRACE] AttachSchemaTransformer: attaching resource schema to random_id.random_id_bastion_host_01_name (expand) | |
2021-07-01T18:38:51.228-0400 [TRACE] AttachSchemaTransformer: attaching resource schema to random_id.random_id_key_vault_01_name (expand) | |
2021-07-01T18:38:51.228-0400 [TRACE] AttachSchemaTransformer: attaching resource schema to random_id.random_id_storage_account_01_private_endpoint_file_name (expand) | |
2021-07-01T18:38:51.228-0400 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/random"] | |
2021-07-01T18:38:51.228-0400 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin (expand) | |
2021-07-01T18:38:51.228-0400 [TRACE] AttachSchemaTransformer: attaching resource schema to random_id.random_id_public_ip_bastion_host_01_name (expand) | |
2021-07-01T18:38:51.228-0400 [TRACE] AttachSchemaTransformer: attaching resource schema to random_id.random_id_storage_share_01_name (expand) | |
2021-07-01T18:38:51.228-0400 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_storage_share.storage_share_01 (expand) | |
2021-07-01T18:38:51.228-0400 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_private_dns_a_record.private_dns_a_record_1 (expand) | |
2021-07-01T18:38:51.228-0400 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand) | |
2021-07-01T18:38:51.228-0400 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_virtual_network.vnet_shared_01 (expand) | |
2021-07-01T18:38:51.228-0400 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_recovery_services_vault.recovery_services_vault_01 (expand) | |
2021-07-01T18:38:51.228-0400 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_subnet.vnet_shared_01_subnets (expand) | |
2021-07-01T18:38:51.228-0400 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 (expand) | |
2021-07-01T18:38:51.228-0400 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_key_vault.key_vault_01 (expand) | |
2021-07-01T18:38:51.228-0400 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_private_dns_zone.private_dns_zone_1 (expand) | |
2021-07-01T18:38:51.228-0400 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand) | |
2021-07-01T18:38:51.228-0400 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes) | |
2021-07-01T18:38:51.228-0400 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer | |
2021-07-01T18:38:51.229-0400 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes) | |
2021-07-01T18:38:51.229-0400 [TRACE] Executing graph transform *terraform.ReferenceTransformer | |
2021-07-01T18:38:51.229-0400 [DEBUG] ReferenceTransformer: "output.vnet_shared_01_id" references: [azurerm_virtual_network.vnet_shared_01 (expand)] | |
2021-07-01T18:38:51.229-0400 [DEBUG] ReferenceTransformer: "output.public_ip_bastion_host_01_ip_address" references: [azurerm_public_ip.public_ip_bastion_host_01 (expand)] | |
2021-07-01T18:38:51.229-0400 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/azurerm\"]" references: [var.subscription_id] | |
2021-07-01T18:38:51.229-0400 [DEBUG] ReferenceTransformer: "output.resource_group_01_tags" references: [azurerm_resource_group.resource_group_01 (expand)] | |
2021-07-01T18:38:51.229-0400 [DEBUG] ReferenceTransformer: "var.aad_tenant_id" references: [] | |
2021-07-01T18:38:51.229-0400 [DEBUG] ReferenceTransformer: "var.key_vault_sku_name" references: [] | |
2021-07-01T18:38:51.229-0400 [DEBUG] ReferenceTransformer: "output.storage_account_01_key" references: [azurerm_storage_account.storage_account_01 (expand)] | |
2021-07-01T18:38:51.229-0400 [DEBUG] ReferenceTransformer: "output.storage_container_01_name" references: [azurerm_storage_container.storage_container_01 (expand)] | |
2021-07-01T18:38:51.229-0400 [DEBUG] ReferenceTransformer: "output.resource_group_01_name" references: [azurerm_resource_group.resource_group_01 (expand)] | |
2021-07-01T18:38:51.229-0400 [DEBUG] ReferenceTransformer: "random_id.random_id_storage_account_01_name (expand)" references: [] | |
2021-07-01T18:38:51.229-0400 [DEBUG] ReferenceTransformer: "azurerm_resource_group.resource_group_01 (expand)" references: [var.tags var.location var.resource_group_name] | |
2021-07-01T18:38:51.229-0400 [DEBUG] ReferenceTransformer: "azurerm_storage_container.storage_container_01 (expand)" references: [var.storage_container_name azurerm_storage_account.storage_account_01 (expand)] | |
2021-07-01T18:38:51.230-0400 [DEBUG] ReferenceTransformer: "azurerm_storage_account.storage_account_01 (expand)" references: [azurerm_resource_group.resource_group_01 (expand) random_id.random_id_storage_account_01_name (expand) var.storage_replication_type var.storage_access_tier azurerm_resource_group.resource_group_01 (expand) var.tags] | |
2021-07-01T18:38:51.230-0400 [DEBUG] ReferenceTransformer: "random_id.random_id_recovery_services_vault_01_name (expand)" references: [] | |
2021-07-01T18:38:51.230-0400 [DEBUG] ReferenceTransformer: "random_id.random_id_bastion_host_01_name (expand)" references: [] | |
2021-07-01T18:38:51.230-0400 [DEBUG] ReferenceTransformer: "random_id.random_id_key_vault_01_name (expand)" references: [] | |
2021-07-01T18:38:51.230-0400 [DEBUG] ReferenceTransformer: "random_id.random_id_storage_account_01_private_endpoint_file_name (expand)" references: [] | |
2021-07-01T18:38:51.230-0400 [DEBUG] ReferenceTransformer: "output.recovery_services_vault_01_principal_id" references: [azurerm_recovery_services_vault.recovery_services_vault_01 (expand)] | |
2021-07-01T18:38:51.230-0400 [DEBUG] ReferenceTransformer: "output.log_analytics_workspace_01_id" references: [azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand)] | |
2021-07-01T18:38:51.230-0400 [DEBUG] ReferenceTransformer: "output.virtual_network_link_vnet_shared_01_name" references: [azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 (expand)] | |
2021-07-01T18:38:51.230-0400 [DEBUG] ReferenceTransformer: "random_id.random_id_log_analytics_workspace_01_name (expand)" references: [] | |
2021-07-01T18:38:51.230-0400 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/random\"]" references: [] | |
2021-07-01T18:38:51.230-0400 [DEBUG] ReferenceTransformer: "random_id.random_id_public_ip_bastion_host_01_name (expand)" references: [] | |
2021-07-01T18:38:51.230-0400 [DEBUG] ReferenceTransformer: "random_id.random_id_storage_share_01_name (expand)" references: [] | |
2021-07-01T18:38:51.230-0400 [DEBUG] ReferenceTransformer: "var.tags" references: [] | |
2021-07-01T18:38:51.230-0400 [DEBUG] ReferenceTransformer: "var.log_analytics_workspace_retention_days" references: [] | |
2021-07-01T18:38:51.230-0400 [DEBUG] ReferenceTransformer: "output.storage_share_01_id" references: [azurerm_storage_share.storage_share_01 (expand)] | |
2021-07-01T18:38:51.230-0400 [DEBUG] ReferenceTransformer: "output.key_vault_01_access_policy_secrets_admin_id" references: [azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin (expand)] | |
2021-07-01T18:38:51.230-0400 [DEBUG] ReferenceTransformer: "output.public_ip_bastion_host_01_id" references: [azurerm_public_ip.public_ip_bastion_host_01 (expand)] | |
2021-07-01T18:38:51.230-0400 [DEBUG] ReferenceTransformer: "azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin (expand)" references: [var.aad_tenant_id azurerm_key_vault.key_vault_01 (expand) var.owner_object_id] | |
2021-07-01T18:38:51.230-0400 [DEBUG] ReferenceTransformer: "output.resource_group_01_location" references: [azurerm_resource_group.resource_group_01 (expand)] | |
2021-07-01T18:38:51.230-0400 [DEBUG] ReferenceTransformer: "output.storage_account_01_private_endpoint_file_id" references: [azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand)] | |
2021-07-01T18:38:51.230-0400 [DEBUG] ReferenceTransformer: "output.private_dns_zone_1_name" references: [azurerm_private_dns_zone.private_dns_zone_1 (expand)] | |
2021-07-01T18:38:51.230-0400 [DEBUG] ReferenceTransformer: "output.log_analytics_workspace_01_workspace_id" references: [azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand)] | |
2021-07-01T18:38:51.230-0400 [DEBUG] ReferenceTransformer: "output.public_ip_bastion_host_01_name" references: [azurerm_public_ip.public_ip_bastion_host_01 (expand)] | |
2021-07-01T18:38:51.230-0400 [DEBUG] ReferenceTransformer: "azurerm_private_dns_a_record.private_dns_a_record_1 (expand)" references: [azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand) azurerm_storage_account.storage_account_01 (expand) azurerm_resource_group.resource_group_01 (expand) azurerm_private_dns_zone.private_dns_zone_1 (expand)] | |
2021-07-01T18:38:51.230-0400 [DEBUG] ReferenceTransformer: "output.key_vault_01_name" references: [azurerm_key_vault.key_vault_01 (expand)] | |
2021-07-01T18:38:51.230-0400 [DEBUG] ReferenceTransformer: "output.vnet_shared_01_adds_subnet_id" references: [azurerm_subnet.vnet_shared_01_subnets (expand)] | |
2021-07-01T18:38:51.230-0400 [DEBUG] ReferenceTransformer: "azurerm_storage_share.storage_share_01 (expand)" references: [var.storage_share_quota_gb azurerm_storage_account.storage_account_01 (expand) random_id.random_id_storage_share_01_name (expand)] | |
2021-07-01T18:38:51.231-0400 [DEBUG] ReferenceTransformer: "azurerm_virtual_network.vnet_shared_01 (expand)" references: [azurerm_resource_group.resource_group_01 (expand) var.tags var.dns_server azurerm_resource_group.resource_group_01 (expand) var.vnet_name var.vnet_address_space] | |
2021-07-01T18:38:51.231-0400 [DEBUG] ReferenceTransformer: "var.subscription_id" references: [] | |
2021-07-01T18:38:51.231-0400 [DEBUG] ReferenceTransformer: "output.log_analytics_workspace_01_name" references: [azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand)] | |
2021-07-01T18:38:51.231-0400 [DEBUG] ReferenceTransformer: "output.private_dns_a_record_1_name" references: [azurerm_private_dns_a_record.private_dns_a_record_1 (expand)] | |
2021-07-01T18:38:51.231-0400 [DEBUG] ReferenceTransformer: "azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand)" references: [random_id.random_id_storage_account_01_private_endpoint_file_name (expand) azurerm_resource_group.resource_group_01 (expand) azurerm_subnet.vnet_shared_01_subnets (expand) var.tags azurerm_resource_group.resource_group_01 (expand) azurerm_storage_account.storage_account_01 (expand)] | |
2021-07-01T18:38:51.231-0400 [DEBUG] ReferenceTransformer: "var.location" references: [] | |
2021-07-01T18:38:51.231-0400 [DEBUG] ReferenceTransformer: "var.storage_container_name" references: [] | |
2021-07-01T18:38:51.231-0400 [DEBUG] ReferenceTransformer: "output.vnet_shared_01_default_subnet_id" references: [azurerm_subnet.vnet_shared_01_subnets (expand)] | |
2021-07-01T18:38:51.231-0400 [DEBUG] ReferenceTransformer: "output.storage_share_01_name" references: [azurerm_storage_share.storage_share_01 (expand)] | |
2021-07-01T18:38:51.231-0400 [DEBUG] ReferenceTransformer: "output.key_vault_01_id" references: [azurerm_key_vault.key_vault_01 (expand)] | |
2021-07-01T18:38:51.231-0400 [DEBUG] ReferenceTransformer: "output.storage_account_01_blob_endpoint" references: [azurerm_storage_account.storage_account_01 (expand)] | |
2021-07-01T18:38:51.231-0400 [DEBUG] ReferenceTransformer: "azurerm_recovery_services_vault.recovery_services_vault_01 (expand)" references: [var.recovery_services_vault_soft_delete_enabled var.tags random_id.random_id_recovery_services_vault_01_name (expand) azurerm_resource_group.resource_group_01 (expand) azurerm_resource_group.resource_group_01 (expand)] | |
2021-07-01T18:38:51.231-0400 [DEBUG] ReferenceTransformer: "azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 (expand)" references: [azurerm_resource_group.resource_group_01 (expand) var.tags azurerm_virtual_network.vnet_shared_01 (expand) azurerm_virtual_network.vnet_shared_01 (expand) azurerm_private_dns_zone.private_dns_zone_1 (expand)] | |
2021-07-01T18:38:51.231-0400 [DEBUG] ReferenceTransformer: "var.subnets" references: [] | |
2021-07-01T18:38:51.231-0400 [DEBUG] ReferenceTransformer: "output.bastion_host_01_name" references: [azurerm_bastion_host.bastion_host_01 (expand)] | |
2021-07-01T18:38:51.231-0400 [DEBUG] ReferenceTransformer: "output.private_dns_zone_1_id" references: [azurerm_private_dns_zone.private_dns_zone_1 (expand)] | |
2021-07-01T18:38:51.231-0400 [DEBUG] ReferenceTransformer: "output.key_vault_01_uri" references: [azurerm_key_vault.key_vault_01 (expand)] | |
2021-07-01T18:38:51.231-0400 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021-07-01T18:38:51.231-0400 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021-07-01T18:38:51.231-0400 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021-07-01T18:38:51.231-0400 [DEBUG] ReferenceTransformer: "azurerm_subnet.vnet_shared_01_subnets (expand)" references: [var.subnets azurerm_resource_group.resource_group_01 (expand) azurerm_virtual_network.vnet_shared_01 (expand)] | |
2021-07-01T18:38:51.231-0400 [DEBUG] ReferenceTransformer: "var.resource_group_name" references: [] | |
2021-07-01T18:38:51.231-0400 [DEBUG] ReferenceTransformer: "var.vnet_address_space" references: [] | |
2021-07-01T18:38:51.231-0400 [DEBUG] ReferenceTransformer: "output.virtual_network_link_vnet_shared_01_id" references: [azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 (expand)] | |
2021-07-01T18:38:51.231-0400 [DEBUG] ReferenceTransformer: "output.bastion_host_01_dns_name" references: [azurerm_bastion_host.bastion_host_01 (expand)] | |
2021-07-01T18:38:51.231-0400 [DEBUG] ReferenceTransformer: "output.storage_account_01_id" references: [azurerm_storage_account.storage_account_01 (expand)] | |
2021-07-01T18:38:51.231-0400 [DEBUG] ReferenceTransformer: "output.storage_account_01_name" references: [azurerm_storage_account.storage_account_01 (expand)] | |
2021-07-01T18:38:51.232-0400 [DEBUG] ReferenceTransformer: "output.storage_account_01_private_endpoint_file_prvip" references: [azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand)] | |
2021-07-01T18:38:51.232-0400 [DEBUG] ReferenceTransformer: "azurerm_key_vault.key_vault_01 (expand)" references: [azurerm_resource_group.resource_group_01 (expand) var.aad_tenant_id var.key_vault_sku_name azurerm_resource_group.resource_group_01 (expand) var.tags random_id.random_id_key_vault_01_name (expand)] | |
2021-07-01T18:38:51.232-0400 [DEBUG] ReferenceTransformer: "var.owner_object_id" references: [] | |
2021-07-01T18:38:51.232-0400 [DEBUG] ReferenceTransformer: "var.vnet_name" references: [] | |
2021-07-01T18:38:51.232-0400 [DEBUG] ReferenceTransformer: "var.dns_server" references: [] | |
2021-07-01T18:38:51.232-0400 [DEBUG] ReferenceTransformer: "output.private_dns_a_record_1_id" references: [azurerm_private_dns_a_record.private_dns_a_record_1 (expand)] | |
2021-07-01T18:38:51.232-0400 [DEBUG] ReferenceTransformer: "output.storage_share_01_url" references: [azurerm_storage_share.storage_share_01 (expand)] | |
2021-07-01T18:38:51.232-0400 [DEBUG] ReferenceTransformer: "azurerm_private_dns_zone.private_dns_zone_1 (expand)" references: [azurerm_resource_group.resource_group_01 (expand) var.tags] | |
2021-07-01T18:38:51.232-0400 [DEBUG] ReferenceTransformer: "output.recovery_services_vault_01_name" references: [azurerm_recovery_services_vault.recovery_services_vault_01 (expand)] | |
2021-07-01T18:38:51.232-0400 [DEBUG] ReferenceTransformer: "var.storage_access_tier" references: [] | |
2021-07-01T18:38:51.232-0400 [DEBUG] ReferenceTransformer: "var.recovery_services_vault_soft_delete_enabled" references: [] | |
2021-07-01T18:38:51.232-0400 [DEBUG] ReferenceTransformer: "output.storage_container_01_id" references: [azurerm_storage_container.storage_container_01 (expand)] | |
2021-07-01T18:38:51.232-0400 [DEBUG] ReferenceTransformer: "output.resource_group_01_id" references: [azurerm_resource_group.resource_group_01 (expand)] | |
2021-07-01T18:38:51.232-0400 [DEBUG] ReferenceTransformer: "output.storage_account_01_private_endpoint_file_name" references: [azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand)] | |
2021-07-01T18:38:51.232-0400 [DEBUG] ReferenceTransformer: "output.subscription_id" references: [var.subscription_id] | |
2021-07-01T18:38:51.232-0400 [DEBUG] ReferenceTransformer: "azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand)" references: [var.log_analytics_workspace_retention_days random_id.random_id_log_analytics_workspace_01_name (expand) var.tags azurerm_resource_group.resource_group_01 (expand) azurerm_resource_group.resource_group_01 (expand)] | |
2021-07-01T18:38:51.232-0400 [DEBUG] ReferenceTransformer: "azurerm_public_ip.public_ip_bastion_host_01 (expand)" references: [azurerm_resource_group.resource_group_01 (expand) azurerm_resource_group.resource_group_01 (expand) random_id.random_id_public_ip_bastion_host_01_name (expand) var.tags] | |
2021-07-01T18:38:51.232-0400 [DEBUG] ReferenceTransformer: "var.storage_replication_type" references: [] | |
2021-07-01T18:38:51.232-0400 [DEBUG] ReferenceTransformer: "var.storage_share_quota_gb" references: [] | |
2021-07-01T18:38:51.232-0400 [DEBUG] ReferenceTransformer: "output.recovery_services_vault_01_id" references: [azurerm_recovery_services_vault.recovery_services_vault_01 (expand)] | |
2021-07-01T18:38:51.232-0400 [DEBUG] ReferenceTransformer: "output.vnet_shared_01_name" references: [azurerm_virtual_network.vnet_shared_01 (expand)] | |
2021-07-01T18:38:51.232-0400 [DEBUG] ReferenceTransformer: "output.log_analytics_workspace_01_primary_shared_key" references: [azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand)] | |
2021-07-01T18:38:51.232-0400 [DEBUG] ReferenceTransformer: "output.bastion_host_01_id" references: [azurerm_bastion_host.bastion_host_01 (expand)] | |
2021-07-01T18:38:51.232-0400 [DEBUG] ReferenceTransformer: "azurerm_bastion_host.bastion_host_01 (expand)" references: [random_id.random_id_bastion_host_01_name (expand) azurerm_resource_group.resource_group_01 (expand) var.tags azurerm_resource_group.resource_group_01 (expand) azurerm_public_ip.public_ip_bastion_host_01 (expand) azurerm_subnet.vnet_shared_01_subnets (expand) random_id.random_id_bastion_host_01_name (expand)] | |
2021-07-01T18:38:51.233-0400 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph: | |
azurerm_bastion_host.bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_public_ip.public_ip_bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_subnet.vnet_shared_01_subnets (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_bastion_host_01_name (expand) - *terraform.nodeExpandPlannableResource | |
var.tags - *terraform.NodeRootVariable | |
azurerm_key_vault.key_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_key_vault_01_name (expand) - *terraform.nodeExpandPlannableResource | |
var.aad_tenant_id - *terraform.NodeRootVariable | |
var.key_vault_sku_name - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_key_vault.key_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.aad_tenant_id - *terraform.NodeRootVariable | |
var.owner_object_id - *terraform.NodeRootVariable | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_log_analytics_workspace_01_name (expand) - *terraform.nodeExpandPlannableResource | |
var.log_analytics_workspace_retention_days - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
azurerm_private_dns_a_record.private_dns_a_record_1 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_dns_zone.private_dns_zone_1 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_private_dns_zone.private_dns_zone_1 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.tags - *terraform.NodeRootVariable | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_dns_zone.private_dns_zone_1 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_virtual_network.vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.tags - *terraform.NodeRootVariable | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_subnet.vnet_shared_01_subnets (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_account_01_private_endpoint_file_name (expand) - *terraform.nodeExpandPlannableResource | |
var.tags - *terraform.NodeRootVariable | |
azurerm_public_ip.public_ip_bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_public_ip_bastion_host_01_name (expand) - *terraform.nodeExpandPlannableResource | |
var.tags - *terraform.NodeRootVariable | |
azurerm_recovery_services_vault.recovery_services_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_recovery_services_vault_01_name (expand) - *terraform.nodeExpandPlannableResource | |
var.recovery_services_vault_soft_delete_enabled - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.location - *terraform.NodeRootVariable | |
var.resource_group_name - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_account_01_name (expand) - *terraform.nodeExpandPlannableResource | |
var.storage_access_tier - *terraform.NodeRootVariable | |
var.storage_replication_type - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
azurerm_storage_container.storage_container_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.storage_container_name - *terraform.NodeRootVariable | |
azurerm_storage_share.storage_share_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_share_01_name (expand) - *terraform.nodeExpandPlannableResource | |
var.storage_share_quota_gb - *terraform.NodeRootVariable | |
azurerm_subnet.vnet_shared_01_subnets (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_virtual_network.vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.subnets - *terraform.NodeRootVariable | |
azurerm_virtual_network.vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.dns_server - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
var.vnet_address_space - *terraform.NodeRootVariable | |
var.vnet_name - *terraform.NodeRootVariable | |
output.bastion_host_01_dns_name - *terraform.NodeApplyableOutput | |
azurerm_bastion_host.bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.bastion_host_01_id - *terraform.NodeApplyableOutput | |
azurerm_bastion_host.bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.bastion_host_01_name - *terraform.NodeApplyableOutput | |
azurerm_bastion_host.bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.key_vault_01_access_policy_secrets_admin_id - *terraform.NodeApplyableOutput | |
azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin (expand) - *terraform.nodeExpandPlannableResource | |
output.key_vault_01_id - *terraform.NodeApplyableOutput | |
azurerm_key_vault.key_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.key_vault_01_name - *terraform.NodeApplyableOutput | |
azurerm_key_vault.key_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.key_vault_01_uri - *terraform.NodeApplyableOutput | |
azurerm_key_vault.key_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.log_analytics_workspace_01_id - *terraform.NodeApplyableOutput | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.log_analytics_workspace_01_name - *terraform.NodeApplyableOutput | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.log_analytics_workspace_01_primary_shared_key - *terraform.NodeApplyableOutput | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.log_analytics_workspace_01_workspace_id - *terraform.NodeApplyableOutput | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.private_dns_a_record_1_id - *terraform.NodeApplyableOutput | |
azurerm_private_dns_a_record.private_dns_a_record_1 (expand) - *terraform.nodeExpandPlannableResource | |
output.private_dns_a_record_1_name - *terraform.NodeApplyableOutput | |
azurerm_private_dns_a_record.private_dns_a_record_1 (expand) - *terraform.nodeExpandPlannableResource | |
output.private_dns_zone_1_id - *terraform.NodeApplyableOutput | |
azurerm_private_dns_zone.private_dns_zone_1 (expand) - *terraform.nodeExpandPlannableResource | |
output.private_dns_zone_1_name - *terraform.NodeApplyableOutput | |
azurerm_private_dns_zone.private_dns_zone_1 (expand) - *terraform.nodeExpandPlannableResource | |
output.public_ip_bastion_host_01_id - *terraform.NodeApplyableOutput | |
azurerm_public_ip.public_ip_bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.public_ip_bastion_host_01_ip_address - *terraform.NodeApplyableOutput | |
azurerm_public_ip.public_ip_bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.public_ip_bastion_host_01_name - *terraform.NodeApplyableOutput | |
azurerm_public_ip.public_ip_bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.recovery_services_vault_01_id - *terraform.NodeApplyableOutput | |
azurerm_recovery_services_vault.recovery_services_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.recovery_services_vault_01_name - *terraform.NodeApplyableOutput | |
azurerm_recovery_services_vault.recovery_services_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.recovery_services_vault_01_principal_id - *terraform.NodeApplyableOutput | |
azurerm_recovery_services_vault.recovery_services_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.resource_group_01_id - *terraform.NodeApplyableOutput | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.resource_group_01_location - *terraform.NodeApplyableOutput | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.resource_group_01_name - *terraform.NodeApplyableOutput | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.resource_group_01_tags - *terraform.NodeApplyableOutput | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_account_01_blob_endpoint - *terraform.NodeApplyableOutput | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_account_01_id - *terraform.NodeApplyableOutput | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_account_01_key - *terraform.NodeApplyableOutput | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_account_01_name - *terraform.NodeApplyableOutput | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_account_01_private_endpoint_file_id - *terraform.NodeApplyableOutput | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_account_01_private_endpoint_file_name - *terraform.NodeApplyableOutput | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_account_01_private_endpoint_file_prvip - *terraform.NodeApplyableOutput | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_container_01_id - *terraform.NodeApplyableOutput | |
azurerm_storage_container.storage_container_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_container_01_name - *terraform.NodeApplyableOutput | |
azurerm_storage_container.storage_container_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_share_01_id - *terraform.NodeApplyableOutput | |
azurerm_storage_share.storage_share_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_share_01_name - *terraform.NodeApplyableOutput | |
azurerm_storage_share.storage_share_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_share_01_url - *terraform.NodeApplyableOutput | |
azurerm_storage_share.storage_share_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.subscription_id - *terraform.NodeApplyableOutput | |
var.subscription_id - *terraform.NodeRootVariable | |
output.virtual_network_link_vnet_shared_01_id - *terraform.NodeApplyableOutput | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.virtual_network_link_vnet_shared_01_name - *terraform.NodeApplyableOutput | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.vnet_shared_01_adds_subnet_id - *terraform.NodeApplyableOutput | |
azurerm_subnet.vnet_shared_01_subnets (expand) - *terraform.nodeExpandPlannableResource | |
output.vnet_shared_01_default_subnet_id - *terraform.NodeApplyableOutput | |
azurerm_subnet.vnet_shared_01_subnets (expand) - *terraform.nodeExpandPlannableResource | |
output.vnet_shared_01_id - *terraform.NodeApplyableOutput | |
azurerm_virtual_network.vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.vnet_shared_01_name - *terraform.NodeApplyableOutput | |
azurerm_virtual_network.vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.subscription_id - *terraform.NodeRootVariable | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_bastion_host_01_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_key_vault_01_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_log_analytics_workspace_01_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_public_ip_bastion_host_01_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_recovery_services_vault_01_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_account_01_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_account_01_private_endpoint_file_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_share_01_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
var.aad_tenant_id - *terraform.NodeRootVariable | |
var.dns_server - *terraform.NodeRootVariable | |
var.key_vault_sku_name - *terraform.NodeRootVariable | |
var.location - *terraform.NodeRootVariable | |
var.log_analytics_workspace_retention_days - *terraform.NodeRootVariable | |
var.owner_object_id - *terraform.NodeRootVariable | |
var.recovery_services_vault_soft_delete_enabled - *terraform.NodeRootVariable | |
var.resource_group_name - *terraform.NodeRootVariable | |
var.storage_access_tier - *terraform.NodeRootVariable | |
var.storage_container_name - *terraform.NodeRootVariable | |
var.storage_replication_type - *terraform.NodeRootVariable | |
var.storage_share_quota_gb - *terraform.NodeRootVariable | |
var.subnets - *terraform.NodeRootVariable | |
var.subscription_id - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
var.vnet_address_space - *terraform.NodeRootVariable | |
var.vnet_name - *terraform.NodeRootVariable | |
------ | |
2021-07-01T18:38:51.233-0400 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer | |
2021-07-01T18:38:51.233-0400 [TRACE] AttachDependenciesTransformer: azurerm_private_dns_zone.private_dns_zone_1 depends on [azurerm_resource_group.resource_group_01] | |
2021-07-01T18:38:51.233-0400 [TRACE] AttachDependenciesTransformer: azurerm_log_analytics_workspace.log_analytics_workspace_01 depends on [azurerm_resource_group.resource_group_01 random_id.random_id_log_analytics_workspace_01_name] | |
2021-07-01T18:38:51.233-0400 [TRACE] AttachDependenciesTransformer: azurerm_bastion_host.bastion_host_01 depends on [azurerm_public_ip.public_ip_bastion_host_01 azurerm_resource_group.resource_group_01 azurerm_subnet.vnet_shared_01_subnets azurerm_virtual_network.vnet_shared_01 random_id.random_id_bastion_host_01_name random_id.random_id_public_ip_bastion_host_01_name] | |
2021-07-01T18:38:51.233-0400 [TRACE] AttachDependenciesTransformer: azurerm_public_ip.public_ip_bastion_host_01 depends on [azurerm_resource_group.resource_group_01 random_id.random_id_public_ip_bastion_host_01_name] | |
2021-07-01T18:38:51.233-0400 [TRACE] AttachDependenciesTransformer: random_id.random_id_storage_account_01_name depends on [] | |
2021-07-01T18:38:51.233-0400 [TRACE] AttachDependenciesTransformer: azurerm_storage_account.storage_account_01 depends on [azurerm_resource_group.resource_group_01 random_id.random_id_storage_account_01_name] | |
2021-07-01T18:38:51.233-0400 [TRACE] AttachDependenciesTransformer: azurerm_resource_group.resource_group_01 depends on [] | |
2021-07-01T18:38:51.233-0400 [TRACE] AttachDependenciesTransformer: azurerm_storage_container.storage_container_01 depends on [azurerm_resource_group.resource_group_01 azurerm_storage_account.storage_account_01 random_id.random_id_storage_account_01_name] | |
2021-07-01T18:38:51.233-0400 [TRACE] AttachDependenciesTransformer: random_id.random_id_log_analytics_workspace_01_name depends on [] | |
2021-07-01T18:38:51.233-0400 [TRACE] AttachDependenciesTransformer: random_id.random_id_recovery_services_vault_01_name depends on [] | |
2021-07-01T18:38:51.233-0400 [TRACE] AttachDependenciesTransformer: random_id.random_id_bastion_host_01_name depends on [] | |
2021-07-01T18:38:51.233-0400 [TRACE] AttachDependenciesTransformer: random_id.random_id_key_vault_01_name depends on [] | |
2021-07-01T18:38:51.233-0400 [TRACE] AttachDependenciesTransformer: random_id.random_id_storage_account_01_private_endpoint_file_name depends on [] | |
2021-07-01T18:38:51.233-0400 [TRACE] AttachDependenciesTransformer: azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin depends on [azurerm_key_vault.key_vault_01 azurerm_resource_group.resource_group_01 random_id.random_id_key_vault_01_name] | |
2021-07-01T18:38:51.233-0400 [TRACE] AttachDependenciesTransformer: random_id.random_id_public_ip_bastion_host_01_name depends on [] | |
2021-07-01T18:38:51.233-0400 [TRACE] AttachDependenciesTransformer: random_id.random_id_storage_share_01_name depends on [] | |
2021-07-01T18:38:51.234-0400 [TRACE] AttachDependenciesTransformer: azurerm_storage_share.storage_share_01 depends on [azurerm_resource_group.resource_group_01 azurerm_storage_account.storage_account_01 random_id.random_id_storage_account_01_name random_id.random_id_storage_share_01_name] | |
2021-07-01T18:38:51.234-0400 [TRACE] AttachDependenciesTransformer: azurerm_private_dns_a_record.private_dns_a_record_1 depends on [azurerm_private_dns_zone.private_dns_zone_1 azurerm_private_endpoint.storage_account_01_private_endpoint_file azurerm_resource_group.resource_group_01 azurerm_storage_account.storage_account_01 azurerm_subnet.vnet_shared_01_subnets azurerm_virtual_network.vnet_shared_01 random_id.random_id_storage_account_01_name random_id.random_id_storage_account_01_private_endpoint_file_name] | |
2021-07-01T18:38:51.234-0400 [TRACE] AttachDependenciesTransformer: azurerm_private_endpoint.storage_account_01_private_endpoint_file depends on [azurerm_resource_group.resource_group_01 azurerm_storage_account.storage_account_01 azurerm_subnet.vnet_shared_01_subnets azurerm_virtual_network.vnet_shared_01 random_id.random_id_storage_account_01_name random_id.random_id_storage_account_01_private_endpoint_file_name] | |
2021-07-01T18:38:51.234-0400 [TRACE] AttachDependenciesTransformer: azurerm_virtual_network.vnet_shared_01 depends on [azurerm_resource_group.resource_group_01] | |
2021-07-01T18:38:51.234-0400 [TRACE] AttachDependenciesTransformer: azurerm_recovery_services_vault.recovery_services_vault_01 depends on [azurerm_resource_group.resource_group_01 random_id.random_id_recovery_services_vault_01_name] | |
2021-07-01T18:38:51.234-0400 [TRACE] AttachDependenciesTransformer: azurerm_subnet.vnet_shared_01_subnets depends on [azurerm_resource_group.resource_group_01 azurerm_virtual_network.vnet_shared_01] | |
2021-07-01T18:38:51.234-0400 [TRACE] AttachDependenciesTransformer: azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 depends on [azurerm_private_dns_zone.private_dns_zone_1 azurerm_resource_group.resource_group_01 azurerm_virtual_network.vnet_shared_01] | |
2021-07-01T18:38:51.234-0400 [TRACE] AttachDependenciesTransformer: azurerm_key_vault.key_vault_01 depends on [azurerm_resource_group.resource_group_01 random_id.random_id_key_vault_01_name] | |
2021-07-01T18:38:51.235-0400 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes) | |
2021-07-01T18:38:51.235-0400 [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer | |
2021-07-01T18:38:51.235-0400 [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes) | |
2021-07-01T18:38:51.235-0400 [TRACE] Executing graph transform *terraform.TargetsTransformer | |
2021-07-01T18:38:51.235-0400 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) | |
2021-07-01T18:38:51.235-0400 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer | |
2021-07-01T18:38:51.236-0400 [TRACE] ForcedCBDTransformer: "random_id.random_id_storage_account_01_name (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping | |
2021-07-01T18:38:51.236-0400 [TRACE] ForcedCBDTransformer: "azurerm_resource_group.resource_group_01 (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping | |
2021-07-01T18:38:51.236-0400 [TRACE] ForcedCBDTransformer: "azurerm_storage_container.storage_container_01 (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping | |
2021-07-01T18:38:51.236-0400 [TRACE] ForcedCBDTransformer: "azurerm_storage_account.storage_account_01 (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping | |
2021-07-01T18:38:51.236-0400 [TRACE] ForcedCBDTransformer: "random_id.random_id_recovery_services_vault_01_name (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping | |
2021-07-01T18:38:51.236-0400 [TRACE] ForcedCBDTransformer: "random_id.random_id_bastion_host_01_name (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping | |
2021-07-01T18:38:51.236-0400 [TRACE] ForcedCBDTransformer: "random_id.random_id_key_vault_01_name (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping | |
2021-07-01T18:38:51.236-0400 [TRACE] ForcedCBDTransformer: "random_id.random_id_storage_account_01_private_endpoint_file_name (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping | |
2021-07-01T18:38:51.236-0400 [TRACE] ForcedCBDTransformer: "random_id.random_id_log_analytics_workspace_01_name (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping | |
2021-07-01T18:38:51.236-0400 [TRACE] ForcedCBDTransformer: "random_id.random_id_public_ip_bastion_host_01_name (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping | |
2021-07-01T18:38:51.236-0400 [TRACE] ForcedCBDTransformer: "random_id.random_id_storage_share_01_name (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping | |
2021-07-01T18:38:51.236-0400 [TRACE] ForcedCBDTransformer: "azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping | |
2021-07-01T18:38:51.236-0400 [TRACE] ForcedCBDTransformer: "azurerm_private_dns_a_record.private_dns_a_record_1 (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping | |
2021-07-01T18:38:51.236-0400 [TRACE] ForcedCBDTransformer: "azurerm_storage_share.storage_share_01 (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping | |
2021-07-01T18:38:51.236-0400 [TRACE] ForcedCBDTransformer: "azurerm_virtual_network.vnet_shared_01 (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping | |
2021-07-01T18:38:51.236-0400 [TRACE] ForcedCBDTransformer: "azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping | |
2021-07-01T18:38:51.236-0400 [TRACE] ForcedCBDTransformer: "azurerm_recovery_services_vault.recovery_services_vault_01 (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping | |
2021-07-01T18:38:51.236-0400 [TRACE] ForcedCBDTransformer: "azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping | |
2021-07-01T18:38:51.236-0400 [TRACE] ForcedCBDTransformer: "azurerm_subnet.vnet_shared_01_subnets (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping | |
2021-07-01T18:38:51.236-0400 [TRACE] ForcedCBDTransformer: "azurerm_key_vault.key_vault_01 (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping | |
2021-07-01T18:38:51.236-0400 [TRACE] ForcedCBDTransformer: "azurerm_private_dns_zone.private_dns_zone_1 (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping | |
2021-07-01T18:38:51.236-0400 [TRACE] ForcedCBDTransformer: "azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping | |
2021-07-01T18:38:51.236-0400 [TRACE] ForcedCBDTransformer: "azurerm_public_ip.public_ip_bastion_host_01 (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping | |
2021-07-01T18:38:51.236-0400 [TRACE] ForcedCBDTransformer: "azurerm_bastion_host.bastion_host_01 (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping | |
2021-07-01T18:38:51.236-0400 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes) | |
2021-07-01T18:38:51.236-0400 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer | |
2021-07-01T18:38:51.237-0400 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph: | |
azurerm_bastion_host.bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_public_ip.public_ip_bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_subnet.vnet_shared_01_subnets (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_bastion_host_01_name (expand) - *terraform.nodeExpandPlannableResource | |
var.tags - *terraform.NodeRootVariable | |
azurerm_key_vault.key_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_key_vault_01_name (expand) - *terraform.nodeExpandPlannableResource | |
var.aad_tenant_id - *terraform.NodeRootVariable | |
var.key_vault_sku_name - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_key_vault.key_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.aad_tenant_id - *terraform.NodeRootVariable | |
var.owner_object_id - *terraform.NodeRootVariable | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_log_analytics_workspace_01_name (expand) - *terraform.nodeExpandPlannableResource | |
var.log_analytics_workspace_retention_days - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
azurerm_private_dns_a_record.private_dns_a_record_1 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_dns_zone.private_dns_zone_1 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_private_dns_zone.private_dns_zone_1 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.tags - *terraform.NodeRootVariable | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_dns_zone.private_dns_zone_1 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_virtual_network.vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.tags - *terraform.NodeRootVariable | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_subnet.vnet_shared_01_subnets (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_account_01_private_endpoint_file_name (expand) - *terraform.nodeExpandPlannableResource | |
var.tags - *terraform.NodeRootVariable | |
azurerm_public_ip.public_ip_bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_public_ip_bastion_host_01_name (expand) - *terraform.nodeExpandPlannableResource | |
var.tags - *terraform.NodeRootVariable | |
azurerm_recovery_services_vault.recovery_services_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_recovery_services_vault_01_name (expand) - *terraform.nodeExpandPlannableResource | |
var.recovery_services_vault_soft_delete_enabled - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.location - *terraform.NodeRootVariable | |
var.resource_group_name - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_account_01_name (expand) - *terraform.nodeExpandPlannableResource | |
var.storage_access_tier - *terraform.NodeRootVariable | |
var.storage_replication_type - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
azurerm_storage_container.storage_container_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.storage_container_name - *terraform.NodeRootVariable | |
azurerm_storage_share.storage_share_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_share_01_name (expand) - *terraform.nodeExpandPlannableResource | |
var.storage_share_quota_gb - *terraform.NodeRootVariable | |
azurerm_subnet.vnet_shared_01_subnets (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_virtual_network.vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.subnets - *terraform.NodeRootVariable | |
azurerm_virtual_network.vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.dns_server - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
var.vnet_address_space - *terraform.NodeRootVariable | |
var.vnet_name - *terraform.NodeRootVariable | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
azurerm_bastion_host.bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_key_vault.key_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_dns_a_record.private_dns_a_record_1 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_dns_zone.private_dns_zone_1 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_public_ip.public_ip_bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_recovery_services_vault.recovery_services_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_storage_container.storage_container_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_storage_share.storage_share_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_subnet.vnet_shared_01_subnets (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_virtual_network.vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.bastion_host_01_dns_name - *terraform.NodeApplyableOutput | |
output.bastion_host_01_id - *terraform.NodeApplyableOutput | |
output.bastion_host_01_name - *terraform.NodeApplyableOutput | |
output.key_vault_01_access_policy_secrets_admin_id - *terraform.NodeApplyableOutput | |
output.key_vault_01_id - *terraform.NodeApplyableOutput | |
output.key_vault_01_name - *terraform.NodeApplyableOutput | |
output.key_vault_01_uri - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_id - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_name - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_primary_shared_key - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_workspace_id - *terraform.NodeApplyableOutput | |
output.private_dns_a_record_1_id - *terraform.NodeApplyableOutput | |
output.private_dns_a_record_1_name - *terraform.NodeApplyableOutput | |
output.private_dns_zone_1_id - *terraform.NodeApplyableOutput | |
output.private_dns_zone_1_name - *terraform.NodeApplyableOutput | |
output.public_ip_bastion_host_01_id - *terraform.NodeApplyableOutput | |
output.public_ip_bastion_host_01_ip_address - *terraform.NodeApplyableOutput | |
output.public_ip_bastion_host_01_name - *terraform.NodeApplyableOutput | |
output.recovery_services_vault_01_id - *terraform.NodeApplyableOutput | |
output.recovery_services_vault_01_name - *terraform.NodeApplyableOutput | |
output.recovery_services_vault_01_principal_id - *terraform.NodeApplyableOutput | |
output.resource_group_01_id - *terraform.NodeApplyableOutput | |
output.resource_group_01_location - *terraform.NodeApplyableOutput | |
output.resource_group_01_name - *terraform.NodeApplyableOutput | |
output.resource_group_01_tags - *terraform.NodeApplyableOutput | |
output.storage_account_01_blob_endpoint - *terraform.NodeApplyableOutput | |
output.storage_account_01_id - *terraform.NodeApplyableOutput | |
output.storage_account_01_key - *terraform.NodeApplyableOutput | |
output.storage_account_01_name - *terraform.NodeApplyableOutput | |
output.storage_account_01_private_endpoint_file_id - *terraform.NodeApplyableOutput | |
output.storage_account_01_private_endpoint_file_name - *terraform.NodeApplyableOutput | |
output.storage_account_01_private_endpoint_file_prvip - *terraform.NodeApplyableOutput | |
output.storage_container_01_id - *terraform.NodeApplyableOutput | |
output.storage_container_01_name - *terraform.NodeApplyableOutput | |
output.storage_share_01_id - *terraform.NodeApplyableOutput | |
output.storage_share_01_name - *terraform.NodeApplyableOutput | |
output.storage_share_01_url - *terraform.NodeApplyableOutput | |
output.subscription_id - *terraform.NodeApplyableOutput | |
output.virtual_network_link_vnet_shared_01_id - *terraform.NodeApplyableOutput | |
output.virtual_network_link_vnet_shared_01_name - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_adds_subnet_id - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_default_subnet_id - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_id - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_name - *terraform.NodeApplyableOutput | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_bastion_host_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_key_vault_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_log_analytics_workspace_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_public_ip_bastion_host_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_recovery_services_vault_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_storage_account_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_storage_account_01_private_endpoint_file_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_storage_share_01_name (expand) - *terraform.nodeExpandPlannableResource | |
var.aad_tenant_id - *terraform.NodeRootVariable | |
var.dns_server - *terraform.NodeRootVariable | |
var.key_vault_sku_name - *terraform.NodeRootVariable | |
var.location - *terraform.NodeRootVariable | |
var.log_analytics_workspace_retention_days - *terraform.NodeRootVariable | |
var.owner_object_id - *terraform.NodeRootVariable | |
var.recovery_services_vault_soft_delete_enabled - *terraform.NodeRootVariable | |
var.resource_group_name - *terraform.NodeRootVariable | |
var.storage_access_tier - *terraform.NodeRootVariable | |
var.storage_container_name - *terraform.NodeRootVariable | |
var.storage_replication_type - *terraform.NodeRootVariable | |
var.storage_share_quota_gb - *terraform.NodeRootVariable | |
var.subnets - *terraform.NodeRootVariable | |
var.subscription_id - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
var.vnet_address_space - *terraform.NodeRootVariable | |
var.vnet_name - *terraform.NodeRootVariable | |
output.bastion_host_01_dns_name - *terraform.NodeApplyableOutput | |
azurerm_bastion_host.bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.bastion_host_01_id - *terraform.NodeApplyableOutput | |
azurerm_bastion_host.bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.bastion_host_01_name - *terraform.NodeApplyableOutput | |
azurerm_bastion_host.bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.key_vault_01_access_policy_secrets_admin_id - *terraform.NodeApplyableOutput | |
azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin (expand) - *terraform.nodeExpandPlannableResource | |
output.key_vault_01_id - *terraform.NodeApplyableOutput | |
azurerm_key_vault.key_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.key_vault_01_name - *terraform.NodeApplyableOutput | |
azurerm_key_vault.key_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.key_vault_01_uri - *terraform.NodeApplyableOutput | |
azurerm_key_vault.key_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.log_analytics_workspace_01_id - *terraform.NodeApplyableOutput | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.log_analytics_workspace_01_name - *terraform.NodeApplyableOutput | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.log_analytics_workspace_01_primary_shared_key - *terraform.NodeApplyableOutput | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.log_analytics_workspace_01_workspace_id - *terraform.NodeApplyableOutput | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.private_dns_a_record_1_id - *terraform.NodeApplyableOutput | |
azurerm_private_dns_a_record.private_dns_a_record_1 (expand) - *terraform.nodeExpandPlannableResource | |
output.private_dns_a_record_1_name - *terraform.NodeApplyableOutput | |
azurerm_private_dns_a_record.private_dns_a_record_1 (expand) - *terraform.nodeExpandPlannableResource | |
output.private_dns_zone_1_id - *terraform.NodeApplyableOutput | |
azurerm_private_dns_zone.private_dns_zone_1 (expand) - *terraform.nodeExpandPlannableResource | |
output.private_dns_zone_1_name - *terraform.NodeApplyableOutput | |
azurerm_private_dns_zone.private_dns_zone_1 (expand) - *terraform.nodeExpandPlannableResource | |
output.public_ip_bastion_host_01_id - *terraform.NodeApplyableOutput | |
azurerm_public_ip.public_ip_bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.public_ip_bastion_host_01_ip_address - *terraform.NodeApplyableOutput | |
azurerm_public_ip.public_ip_bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.public_ip_bastion_host_01_name - *terraform.NodeApplyableOutput | |
azurerm_public_ip.public_ip_bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.recovery_services_vault_01_id - *terraform.NodeApplyableOutput | |
azurerm_recovery_services_vault.recovery_services_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.recovery_services_vault_01_name - *terraform.NodeApplyableOutput | |
azurerm_recovery_services_vault.recovery_services_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.recovery_services_vault_01_principal_id - *terraform.NodeApplyableOutput | |
azurerm_recovery_services_vault.recovery_services_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.resource_group_01_id - *terraform.NodeApplyableOutput | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.resource_group_01_location - *terraform.NodeApplyableOutput | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.resource_group_01_name - *terraform.NodeApplyableOutput | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.resource_group_01_tags - *terraform.NodeApplyableOutput | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_account_01_blob_endpoint - *terraform.NodeApplyableOutput | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_account_01_id - *terraform.NodeApplyableOutput | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_account_01_key - *terraform.NodeApplyableOutput | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_account_01_name - *terraform.NodeApplyableOutput | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_account_01_private_endpoint_file_id - *terraform.NodeApplyableOutput | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_account_01_private_endpoint_file_name - *terraform.NodeApplyableOutput | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_account_01_private_endpoint_file_prvip - *terraform.NodeApplyableOutput | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_container_01_id - *terraform.NodeApplyableOutput | |
azurerm_storage_container.storage_container_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_container_01_name - *terraform.NodeApplyableOutput | |
azurerm_storage_container.storage_container_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_share_01_id - *terraform.NodeApplyableOutput | |
azurerm_storage_share.storage_share_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_share_01_name - *terraform.NodeApplyableOutput | |
azurerm_storage_share.storage_share_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_share_01_url - *terraform.NodeApplyableOutput | |
azurerm_storage_share.storage_share_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.subscription_id - *terraform.NodeApplyableOutput | |
var.subscription_id - *terraform.NodeRootVariable | |
output.virtual_network_link_vnet_shared_01_id - *terraform.NodeApplyableOutput | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.virtual_network_link_vnet_shared_01_name - *terraform.NodeApplyableOutput | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.vnet_shared_01_adds_subnet_id - *terraform.NodeApplyableOutput | |
azurerm_subnet.vnet_shared_01_subnets (expand) - *terraform.nodeExpandPlannableResource | |
output.vnet_shared_01_default_subnet_id - *terraform.NodeApplyableOutput | |
azurerm_subnet.vnet_shared_01_subnets (expand) - *terraform.nodeExpandPlannableResource | |
output.vnet_shared_01_id - *terraform.NodeApplyableOutput | |
azurerm_virtual_network.vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.vnet_shared_01_name - *terraform.NodeApplyableOutput | |
azurerm_virtual_network.vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.subscription_id - *terraform.NodeRootVariable | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_bastion_host_01_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_key_vault_01_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_log_analytics_workspace_01_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_public_ip_bastion_host_01_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_recovery_services_vault_01_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_account_01_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_account_01_private_endpoint_file_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_share_01_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
var.aad_tenant_id - *terraform.NodeRootVariable | |
var.dns_server - *terraform.NodeRootVariable | |
var.key_vault_sku_name - *terraform.NodeRootVariable | |
var.location - *terraform.NodeRootVariable | |
var.log_analytics_workspace_retention_days - *terraform.NodeRootVariable | |
var.owner_object_id - *terraform.NodeRootVariable | |
var.recovery_services_vault_soft_delete_enabled - *terraform.NodeRootVariable | |
var.resource_group_name - *terraform.NodeRootVariable | |
var.storage_access_tier - *terraform.NodeRootVariable | |
var.storage_container_name - *terraform.NodeRootVariable | |
var.storage_replication_type - *terraform.NodeRootVariable | |
var.storage_share_quota_gb - *terraform.NodeRootVariable | |
var.subnets - *terraform.NodeRootVariable | |
var.subscription_id - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
var.vnet_address_space - *terraform.NodeRootVariable | |
var.vnet_name - *terraform.NodeRootVariable | |
------ | |
2021-07-01T18:38:51.237-0400 [TRACE] Executing graph transform *terraform.CloseProviderTransformer | |
2021-07-01T18:38:51.238-0400 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph: | |
azurerm_bastion_host.bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_public_ip.public_ip_bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_subnet.vnet_shared_01_subnets (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_bastion_host_01_name (expand) - *terraform.nodeExpandPlannableResource | |
var.tags - *terraform.NodeRootVariable | |
azurerm_key_vault.key_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_key_vault_01_name (expand) - *terraform.nodeExpandPlannableResource | |
var.aad_tenant_id - *terraform.NodeRootVariable | |
var.key_vault_sku_name - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_key_vault.key_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.aad_tenant_id - *terraform.NodeRootVariable | |
var.owner_object_id - *terraform.NodeRootVariable | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_log_analytics_workspace_01_name (expand) - *terraform.nodeExpandPlannableResource | |
var.log_analytics_workspace_retention_days - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
azurerm_private_dns_a_record.private_dns_a_record_1 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_dns_zone.private_dns_zone_1 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_private_dns_zone.private_dns_zone_1 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.tags - *terraform.NodeRootVariable | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_dns_zone.private_dns_zone_1 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_virtual_network.vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.tags - *terraform.NodeRootVariable | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_subnet.vnet_shared_01_subnets (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_account_01_private_endpoint_file_name (expand) - *terraform.nodeExpandPlannableResource | |
var.tags - *terraform.NodeRootVariable | |
azurerm_public_ip.public_ip_bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_public_ip_bastion_host_01_name (expand) - *terraform.nodeExpandPlannableResource | |
var.tags - *terraform.NodeRootVariable | |
azurerm_recovery_services_vault.recovery_services_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_recovery_services_vault_01_name (expand) - *terraform.nodeExpandPlannableResource | |
var.recovery_services_vault_soft_delete_enabled - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.location - *terraform.NodeRootVariable | |
var.resource_group_name - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_account_01_name (expand) - *terraform.nodeExpandPlannableResource | |
var.storage_access_tier - *terraform.NodeRootVariable | |
var.storage_replication_type - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
azurerm_storage_container.storage_container_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.storage_container_name - *terraform.NodeRootVariable | |
azurerm_storage_share.storage_share_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_share_01_name (expand) - *terraform.nodeExpandPlannableResource | |
var.storage_share_quota_gb - *terraform.NodeRootVariable | |
azurerm_subnet.vnet_shared_01_subnets (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_virtual_network.vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.subnets - *terraform.NodeRootVariable | |
azurerm_virtual_network.vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.dns_server - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
var.vnet_address_space - *terraform.NodeRootVariable | |
var.vnet_name - *terraform.NodeRootVariable | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
azurerm_bastion_host.bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_key_vault.key_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_dns_a_record.private_dns_a_record_1 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_dns_zone.private_dns_zone_1 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_public_ip.public_ip_bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_recovery_services_vault.recovery_services_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_storage_container.storage_container_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_storage_share.storage_share_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_subnet.vnet_shared_01_subnets (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_virtual_network.vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.bastion_host_01_dns_name - *terraform.NodeApplyableOutput | |
output.bastion_host_01_id - *terraform.NodeApplyableOutput | |
output.bastion_host_01_name - *terraform.NodeApplyableOutput | |
output.key_vault_01_access_policy_secrets_admin_id - *terraform.NodeApplyableOutput | |
output.key_vault_01_id - *terraform.NodeApplyableOutput | |
output.key_vault_01_name - *terraform.NodeApplyableOutput | |
output.key_vault_01_uri - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_id - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_name - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_primary_shared_key - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_workspace_id - *terraform.NodeApplyableOutput | |
output.private_dns_a_record_1_id - *terraform.NodeApplyableOutput | |
output.private_dns_a_record_1_name - *terraform.NodeApplyableOutput | |
output.private_dns_zone_1_id - *terraform.NodeApplyableOutput | |
output.private_dns_zone_1_name - *terraform.NodeApplyableOutput | |
output.public_ip_bastion_host_01_id - *terraform.NodeApplyableOutput | |
output.public_ip_bastion_host_01_ip_address - *terraform.NodeApplyableOutput | |
output.public_ip_bastion_host_01_name - *terraform.NodeApplyableOutput | |
output.recovery_services_vault_01_id - *terraform.NodeApplyableOutput | |
output.recovery_services_vault_01_name - *terraform.NodeApplyableOutput | |
output.recovery_services_vault_01_principal_id - *terraform.NodeApplyableOutput | |
output.resource_group_01_id - *terraform.NodeApplyableOutput | |
output.resource_group_01_location - *terraform.NodeApplyableOutput | |
output.resource_group_01_name - *terraform.NodeApplyableOutput | |
output.resource_group_01_tags - *terraform.NodeApplyableOutput | |
output.storage_account_01_blob_endpoint - *terraform.NodeApplyableOutput | |
output.storage_account_01_id - *terraform.NodeApplyableOutput | |
output.storage_account_01_key - *terraform.NodeApplyableOutput | |
output.storage_account_01_name - *terraform.NodeApplyableOutput | |
output.storage_account_01_private_endpoint_file_id - *terraform.NodeApplyableOutput | |
output.storage_account_01_private_endpoint_file_name - *terraform.NodeApplyableOutput | |
output.storage_account_01_private_endpoint_file_prvip - *terraform.NodeApplyableOutput | |
output.storage_container_01_id - *terraform.NodeApplyableOutput | |
output.storage_container_01_name - *terraform.NodeApplyableOutput | |
output.storage_share_01_id - *terraform.NodeApplyableOutput | |
output.storage_share_01_name - *terraform.NodeApplyableOutput | |
output.storage_share_01_url - *terraform.NodeApplyableOutput | |
output.subscription_id - *terraform.NodeApplyableOutput | |
output.virtual_network_link_vnet_shared_01_id - *terraform.NodeApplyableOutput | |
output.virtual_network_link_vnet_shared_01_name - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_adds_subnet_id - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_default_subnet_id - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_id - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_name - *terraform.NodeApplyableOutput | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_bastion_host_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_key_vault_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_log_analytics_workspace_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_public_ip_bastion_host_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_recovery_services_vault_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_storage_account_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_storage_account_01_private_endpoint_file_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_storage_share_01_name (expand) - *terraform.nodeExpandPlannableResource | |
var.aad_tenant_id - *terraform.NodeRootVariable | |
var.dns_server - *terraform.NodeRootVariable | |
var.key_vault_sku_name - *terraform.NodeRootVariable | |
var.location - *terraform.NodeRootVariable | |
var.log_analytics_workspace_retention_days - *terraform.NodeRootVariable | |
var.owner_object_id - *terraform.NodeRootVariable | |
var.recovery_services_vault_soft_delete_enabled - *terraform.NodeRootVariable | |
var.resource_group_name - *terraform.NodeRootVariable | |
var.storage_access_tier - *terraform.NodeRootVariable | |
var.storage_container_name - *terraform.NodeRootVariable | |
var.storage_replication_type - *terraform.NodeRootVariable | |
var.storage_share_quota_gb - *terraform.NodeRootVariable | |
var.subnets - *terraform.NodeRootVariable | |
var.subscription_id - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
var.vnet_address_space - *terraform.NodeRootVariable | |
var.vnet_name - *terraform.NodeRootVariable | |
output.bastion_host_01_dns_name - *terraform.NodeApplyableOutput | |
azurerm_bastion_host.bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.bastion_host_01_id - *terraform.NodeApplyableOutput | |
azurerm_bastion_host.bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.bastion_host_01_name - *terraform.NodeApplyableOutput | |
azurerm_bastion_host.bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.key_vault_01_access_policy_secrets_admin_id - *terraform.NodeApplyableOutput | |
azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin (expand) - *terraform.nodeExpandPlannableResource | |
output.key_vault_01_id - *terraform.NodeApplyableOutput | |
azurerm_key_vault.key_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.key_vault_01_name - *terraform.NodeApplyableOutput | |
azurerm_key_vault.key_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.key_vault_01_uri - *terraform.NodeApplyableOutput | |
azurerm_key_vault.key_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.log_analytics_workspace_01_id - *terraform.NodeApplyableOutput | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.log_analytics_workspace_01_name - *terraform.NodeApplyableOutput | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.log_analytics_workspace_01_primary_shared_key - *terraform.NodeApplyableOutput | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.log_analytics_workspace_01_workspace_id - *terraform.NodeApplyableOutput | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.private_dns_a_record_1_id - *terraform.NodeApplyableOutput | |
azurerm_private_dns_a_record.private_dns_a_record_1 (expand) - *terraform.nodeExpandPlannableResource | |
output.private_dns_a_record_1_name - *terraform.NodeApplyableOutput | |
azurerm_private_dns_a_record.private_dns_a_record_1 (expand) - *terraform.nodeExpandPlannableResource | |
output.private_dns_zone_1_id - *terraform.NodeApplyableOutput | |
azurerm_private_dns_zone.private_dns_zone_1 (expand) - *terraform.nodeExpandPlannableResource | |
output.private_dns_zone_1_name - *terraform.NodeApplyableOutput | |
azurerm_private_dns_zone.private_dns_zone_1 (expand) - *terraform.nodeExpandPlannableResource | |
output.public_ip_bastion_host_01_id - *terraform.NodeApplyableOutput | |
azurerm_public_ip.public_ip_bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.public_ip_bastion_host_01_ip_address - *terraform.NodeApplyableOutput | |
azurerm_public_ip.public_ip_bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.public_ip_bastion_host_01_name - *terraform.NodeApplyableOutput | |
azurerm_public_ip.public_ip_bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.recovery_services_vault_01_id - *terraform.NodeApplyableOutput | |
azurerm_recovery_services_vault.recovery_services_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.recovery_services_vault_01_name - *terraform.NodeApplyableOutput | |
azurerm_recovery_services_vault.recovery_services_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.recovery_services_vault_01_principal_id - *terraform.NodeApplyableOutput | |
azurerm_recovery_services_vault.recovery_services_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.resource_group_01_id - *terraform.NodeApplyableOutput | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.resource_group_01_location - *terraform.NodeApplyableOutput | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.resource_group_01_name - *terraform.NodeApplyableOutput | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.resource_group_01_tags - *terraform.NodeApplyableOutput | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_account_01_blob_endpoint - *terraform.NodeApplyableOutput | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_account_01_id - *terraform.NodeApplyableOutput | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_account_01_key - *terraform.NodeApplyableOutput | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_account_01_name - *terraform.NodeApplyableOutput | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_account_01_private_endpoint_file_id - *terraform.NodeApplyableOutput | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_account_01_private_endpoint_file_name - *terraform.NodeApplyableOutput | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_account_01_private_endpoint_file_prvip - *terraform.NodeApplyableOutput | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_container_01_id - *terraform.NodeApplyableOutput | |
azurerm_storage_container.storage_container_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_container_01_name - *terraform.NodeApplyableOutput | |
azurerm_storage_container.storage_container_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_share_01_id - *terraform.NodeApplyableOutput | |
azurerm_storage_share.storage_share_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_share_01_name - *terraform.NodeApplyableOutput | |
azurerm_storage_share.storage_share_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_share_01_url - *terraform.NodeApplyableOutput | |
azurerm_storage_share.storage_share_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.subscription_id - *terraform.NodeApplyableOutput | |
var.subscription_id - *terraform.NodeRootVariable | |
output.virtual_network_link_vnet_shared_01_id - *terraform.NodeApplyableOutput | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.virtual_network_link_vnet_shared_01_name - *terraform.NodeApplyableOutput | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.vnet_shared_01_adds_subnet_id - *terraform.NodeApplyableOutput | |
azurerm_subnet.vnet_shared_01_subnets (expand) - *terraform.nodeExpandPlannableResource | |
output.vnet_shared_01_default_subnet_id - *terraform.NodeApplyableOutput | |
azurerm_subnet.vnet_shared_01_subnets (expand) - *terraform.nodeExpandPlannableResource | |
output.vnet_shared_01_id - *terraform.NodeApplyableOutput | |
azurerm_virtual_network.vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.vnet_shared_01_name - *terraform.NodeApplyableOutput | |
azurerm_virtual_network.vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.subscription_id - *terraform.NodeRootVariable | |
provider["registry.terraform.io/hashicorp/azurerm"] (close) - *terraform.graphNodeCloseProvider | |
azurerm_bastion_host.bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_key_vault.key_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_dns_a_record.private_dns_a_record_1 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_dns_zone.private_dns_zone_1 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_public_ip.public_ip_bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_recovery_services_vault.recovery_services_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_storage_container.storage_container_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_storage_share.storage_share_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_subnet.vnet_shared_01_subnets (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_virtual_network.vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/hashicorp/random"] (close) - *terraform.graphNodeCloseProvider | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_bastion_host_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_key_vault_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_log_analytics_workspace_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_public_ip_bastion_host_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_recovery_services_vault_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_storage_account_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_storage_account_01_private_endpoint_file_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_storage_share_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_bastion_host_01_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_key_vault_01_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_log_analytics_workspace_01_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_public_ip_bastion_host_01_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_recovery_services_vault_01_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_account_01_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_account_01_private_endpoint_file_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_share_01_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
var.aad_tenant_id - *terraform.NodeRootVariable | |
var.dns_server - *terraform.NodeRootVariable | |
var.key_vault_sku_name - *terraform.NodeRootVariable | |
var.location - *terraform.NodeRootVariable | |
var.log_analytics_workspace_retention_days - *terraform.NodeRootVariable | |
var.owner_object_id - *terraform.NodeRootVariable | |
var.recovery_services_vault_soft_delete_enabled - *terraform.NodeRootVariable | |
var.resource_group_name - *terraform.NodeRootVariable | |
var.storage_access_tier - *terraform.NodeRootVariable | |
var.storage_container_name - *terraform.NodeRootVariable | |
var.storage_replication_type - *terraform.NodeRootVariable | |
var.storage_share_quota_gb - *terraform.NodeRootVariable | |
var.subnets - *terraform.NodeRootVariable | |
var.subscription_id - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
var.vnet_address_space - *terraform.NodeRootVariable | |
var.vnet_name - *terraform.NodeRootVariable | |
------ | |
2021-07-01T18:38:51.238-0400 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer | |
2021-07-01T18:38:51.243-0400 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph: | |
azurerm_bastion_host.bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_public_ip.public_ip_bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_subnet.vnet_shared_01_subnets (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_bastion_host_01_name (expand) - *terraform.nodeExpandPlannableResource | |
var.tags - *terraform.NodeRootVariable | |
azurerm_key_vault.key_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_key_vault_01_name (expand) - *terraform.nodeExpandPlannableResource | |
var.aad_tenant_id - *terraform.NodeRootVariable | |
var.key_vault_sku_name - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_key_vault.key_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.aad_tenant_id - *terraform.NodeRootVariable | |
var.owner_object_id - *terraform.NodeRootVariable | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_log_analytics_workspace_01_name (expand) - *terraform.nodeExpandPlannableResource | |
var.log_analytics_workspace_retention_days - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
azurerm_private_dns_a_record.private_dns_a_record_1 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_dns_zone.private_dns_zone_1 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
azurerm_private_dns_zone.private_dns_zone_1 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.tags - *terraform.NodeRootVariable | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_dns_zone.private_dns_zone_1 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_virtual_network.vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.tags - *terraform.NodeRootVariable | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_subnet.vnet_shared_01_subnets (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_account_01_private_endpoint_file_name (expand) - *terraform.nodeExpandPlannableResource | |
var.tags - *terraform.NodeRootVariable | |
azurerm_public_ip.public_ip_bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_public_ip_bastion_host_01_name (expand) - *terraform.nodeExpandPlannableResource | |
var.tags - *terraform.NodeRootVariable | |
azurerm_recovery_services_vault.recovery_services_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_recovery_services_vault_01_name (expand) - *terraform.nodeExpandPlannableResource | |
var.recovery_services_vault_soft_delete_enabled - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.location - *terraform.NodeRootVariable | |
var.resource_group_name - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_account_01_name (expand) - *terraform.nodeExpandPlannableResource | |
var.storage_access_tier - *terraform.NodeRootVariable | |
var.storage_replication_type - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
azurerm_storage_container.storage_container_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.storage_container_name - *terraform.NodeRootVariable | |
azurerm_storage_share.storage_share_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_share_01_name (expand) - *terraform.nodeExpandPlannableResource | |
var.storage_share_quota_gb - *terraform.NodeRootVariable | |
azurerm_subnet.vnet_shared_01_subnets (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_virtual_network.vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.subnets - *terraform.NodeRootVariable | |
azurerm_virtual_network.vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.dns_server - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
var.vnet_address_space - *terraform.NodeRootVariable | |
var.vnet_name - *terraform.NodeRootVariable | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
azurerm_bastion_host.bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_key_vault.key_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_dns_a_record.private_dns_a_record_1 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_dns_zone.private_dns_zone_1 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_public_ip.public_ip_bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_recovery_services_vault.recovery_services_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_storage_container.storage_container_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_storage_share.storage_share_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_subnet.vnet_shared_01_subnets (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_virtual_network.vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.bastion_host_01_dns_name - *terraform.NodeApplyableOutput | |
output.bastion_host_01_id - *terraform.NodeApplyableOutput | |
output.bastion_host_01_name - *terraform.NodeApplyableOutput | |
output.key_vault_01_access_policy_secrets_admin_id - *terraform.NodeApplyableOutput | |
output.key_vault_01_id - *terraform.NodeApplyableOutput | |
output.key_vault_01_name - *terraform.NodeApplyableOutput | |
output.key_vault_01_uri - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_id - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_name - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_primary_shared_key - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_workspace_id - *terraform.NodeApplyableOutput | |
output.private_dns_a_record_1_id - *terraform.NodeApplyableOutput | |
output.private_dns_a_record_1_name - *terraform.NodeApplyableOutput | |
output.private_dns_zone_1_id - *terraform.NodeApplyableOutput | |
output.private_dns_zone_1_name - *terraform.NodeApplyableOutput | |
output.public_ip_bastion_host_01_id - *terraform.NodeApplyableOutput | |
output.public_ip_bastion_host_01_ip_address - *terraform.NodeApplyableOutput | |
output.public_ip_bastion_host_01_name - *terraform.NodeApplyableOutput | |
output.recovery_services_vault_01_id - *terraform.NodeApplyableOutput | |
output.recovery_services_vault_01_name - *terraform.NodeApplyableOutput | |
output.recovery_services_vault_01_principal_id - *terraform.NodeApplyableOutput | |
output.resource_group_01_id - *terraform.NodeApplyableOutput | |
output.resource_group_01_location - *terraform.NodeApplyableOutput | |
output.resource_group_01_name - *terraform.NodeApplyableOutput | |
output.resource_group_01_tags - *terraform.NodeApplyableOutput | |
output.storage_account_01_blob_endpoint - *terraform.NodeApplyableOutput | |
output.storage_account_01_id - *terraform.NodeApplyableOutput | |
output.storage_account_01_key - *terraform.NodeApplyableOutput | |
output.storage_account_01_name - *terraform.NodeApplyableOutput | |
output.storage_account_01_private_endpoint_file_id - *terraform.NodeApplyableOutput | |
output.storage_account_01_private_endpoint_file_name - *terraform.NodeApplyableOutput | |
output.storage_account_01_private_endpoint_file_prvip - *terraform.NodeApplyableOutput | |
output.storage_container_01_id - *terraform.NodeApplyableOutput | |
output.storage_container_01_name - *terraform.NodeApplyableOutput | |
output.storage_share_01_id - *terraform.NodeApplyableOutput | |
output.storage_share_01_name - *terraform.NodeApplyableOutput | |
output.storage_share_01_url - *terraform.NodeApplyableOutput | |
output.subscription_id - *terraform.NodeApplyableOutput | |
output.virtual_network_link_vnet_shared_01_id - *terraform.NodeApplyableOutput | |
output.virtual_network_link_vnet_shared_01_name - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_adds_subnet_id - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_default_subnet_id - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_id - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_name - *terraform.NodeApplyableOutput | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_bastion_host_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_key_vault_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_log_analytics_workspace_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_public_ip_bastion_host_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_recovery_services_vault_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_storage_account_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_storage_account_01_private_endpoint_file_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_storage_share_01_name (expand) - *terraform.nodeExpandPlannableResource | |
var.aad_tenant_id - *terraform.NodeRootVariable | |
var.dns_server - *terraform.NodeRootVariable | |
var.key_vault_sku_name - *terraform.NodeRootVariable | |
var.location - *terraform.NodeRootVariable | |
var.log_analytics_workspace_retention_days - *terraform.NodeRootVariable | |
var.owner_object_id - *terraform.NodeRootVariable | |
var.recovery_services_vault_soft_delete_enabled - *terraform.NodeRootVariable | |
var.resource_group_name - *terraform.NodeRootVariable | |
var.storage_access_tier - *terraform.NodeRootVariable | |
var.storage_container_name - *terraform.NodeRootVariable | |
var.storage_replication_type - *terraform.NodeRootVariable | |
var.storage_share_quota_gb - *terraform.NodeRootVariable | |
var.subnets - *terraform.NodeRootVariable | |
var.subscription_id - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
var.vnet_address_space - *terraform.NodeRootVariable | |
var.vnet_name - *terraform.NodeRootVariable | |
output.bastion_host_01_dns_name - *terraform.NodeApplyableOutput | |
azurerm_bastion_host.bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.bastion_host_01_id - *terraform.NodeApplyableOutput | |
azurerm_bastion_host.bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.bastion_host_01_name - *terraform.NodeApplyableOutput | |
azurerm_bastion_host.bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.key_vault_01_access_policy_secrets_admin_id - *terraform.NodeApplyableOutput | |
azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin (expand) - *terraform.nodeExpandPlannableResource | |
output.key_vault_01_id - *terraform.NodeApplyableOutput | |
azurerm_key_vault.key_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.key_vault_01_name - *terraform.NodeApplyableOutput | |
azurerm_key_vault.key_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.key_vault_01_uri - *terraform.NodeApplyableOutput | |
azurerm_key_vault.key_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.log_analytics_workspace_01_id - *terraform.NodeApplyableOutput | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.log_analytics_workspace_01_name - *terraform.NodeApplyableOutput | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.log_analytics_workspace_01_primary_shared_key - *terraform.NodeApplyableOutput | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.log_analytics_workspace_01_workspace_id - *terraform.NodeApplyableOutput | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.private_dns_a_record_1_id - *terraform.NodeApplyableOutput | |
azurerm_private_dns_a_record.private_dns_a_record_1 (expand) - *terraform.nodeExpandPlannableResource | |
output.private_dns_a_record_1_name - *terraform.NodeApplyableOutput | |
azurerm_private_dns_a_record.private_dns_a_record_1 (expand) - *terraform.nodeExpandPlannableResource | |
output.private_dns_zone_1_id - *terraform.NodeApplyableOutput | |
azurerm_private_dns_zone.private_dns_zone_1 (expand) - *terraform.nodeExpandPlannableResource | |
output.private_dns_zone_1_name - *terraform.NodeApplyableOutput | |
azurerm_private_dns_zone.private_dns_zone_1 (expand) - *terraform.nodeExpandPlannableResource | |
output.public_ip_bastion_host_01_id - *terraform.NodeApplyableOutput | |
azurerm_public_ip.public_ip_bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.public_ip_bastion_host_01_ip_address - *terraform.NodeApplyableOutput | |
azurerm_public_ip.public_ip_bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.public_ip_bastion_host_01_name - *terraform.NodeApplyableOutput | |
azurerm_public_ip.public_ip_bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.recovery_services_vault_01_id - *terraform.NodeApplyableOutput | |
azurerm_recovery_services_vault.recovery_services_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.recovery_services_vault_01_name - *terraform.NodeApplyableOutput | |
azurerm_recovery_services_vault.recovery_services_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.recovery_services_vault_01_principal_id - *terraform.NodeApplyableOutput | |
azurerm_recovery_services_vault.recovery_services_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.resource_group_01_id - *terraform.NodeApplyableOutput | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.resource_group_01_location - *terraform.NodeApplyableOutput | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.resource_group_01_name - *terraform.NodeApplyableOutput | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.resource_group_01_tags - *terraform.NodeApplyableOutput | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_account_01_blob_endpoint - *terraform.NodeApplyableOutput | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_account_01_id - *terraform.NodeApplyableOutput | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_account_01_key - *terraform.NodeApplyableOutput | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_account_01_name - *terraform.NodeApplyableOutput | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_account_01_private_endpoint_file_id - *terraform.NodeApplyableOutput | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_account_01_private_endpoint_file_name - *terraform.NodeApplyableOutput | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_account_01_private_endpoint_file_prvip - *terraform.NodeApplyableOutput | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_container_01_id - *terraform.NodeApplyableOutput | |
azurerm_storage_container.storage_container_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_container_01_name - *terraform.NodeApplyableOutput | |
azurerm_storage_container.storage_container_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_share_01_id - *terraform.NodeApplyableOutput | |
azurerm_storage_share.storage_share_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_share_01_name - *terraform.NodeApplyableOutput | |
azurerm_storage_share.storage_share_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_share_01_url - *terraform.NodeApplyableOutput | |
azurerm_storage_share.storage_share_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.subscription_id - *terraform.NodeApplyableOutput | |
var.subscription_id - *terraform.NodeRootVariable | |
output.virtual_network_link_vnet_shared_01_id - *terraform.NodeApplyableOutput | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.virtual_network_link_vnet_shared_01_name - *terraform.NodeApplyableOutput | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.vnet_shared_01_adds_subnet_id - *terraform.NodeApplyableOutput | |
azurerm_subnet.vnet_shared_01_subnets (expand) - *terraform.nodeExpandPlannableResource | |
output.vnet_shared_01_default_subnet_id - *terraform.NodeApplyableOutput | |
azurerm_subnet.vnet_shared_01_subnets (expand) - *terraform.nodeExpandPlannableResource | |
output.vnet_shared_01_id - *terraform.NodeApplyableOutput | |
azurerm_virtual_network.vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.vnet_shared_01_name - *terraform.NodeApplyableOutput | |
azurerm_virtual_network.vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.subscription_id - *terraform.NodeRootVariable | |
provider["registry.terraform.io/hashicorp/azurerm"] (close) - *terraform.graphNodeCloseProvider | |
azurerm_bastion_host.bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_key_vault.key_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_dns_a_record.private_dns_a_record_1 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_dns_zone.private_dns_zone_1 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_public_ip.public_ip_bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_recovery_services_vault.recovery_services_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_storage_container.storage_container_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_storage_share.storage_share_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_subnet.vnet_shared_01_subnets (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_virtual_network.vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/hashicorp/random"] (close) - *terraform.graphNodeCloseProvider | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_bastion_host_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_key_vault_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_log_analytics_workspace_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_public_ip_bastion_host_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_recovery_services_vault_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_storage_account_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_storage_account_01_private_endpoint_file_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_storage_share_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_bastion_host_01_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_key_vault_01_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_log_analytics_workspace_01_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_public_ip_bastion_host_01_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_recovery_services_vault_01_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_account_01_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_account_01_private_endpoint_file_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_share_01_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
root - *terraform.nodeCloseModule | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
provider["registry.terraform.io/hashicorp/azurerm"] (close) - *terraform.graphNodeCloseProvider | |
provider["registry.terraform.io/hashicorp/random"] (close) - *terraform.graphNodeCloseProvider | |
var.aad_tenant_id - *terraform.NodeRootVariable | |
var.dns_server - *terraform.NodeRootVariable | |
var.key_vault_sku_name - *terraform.NodeRootVariable | |
var.location - *terraform.NodeRootVariable | |
var.log_analytics_workspace_retention_days - *terraform.NodeRootVariable | |
var.owner_object_id - *terraform.NodeRootVariable | |
var.recovery_services_vault_soft_delete_enabled - *terraform.NodeRootVariable | |
var.resource_group_name - *terraform.NodeRootVariable | |
var.storage_access_tier - *terraform.NodeRootVariable | |
var.storage_container_name - *terraform.NodeRootVariable | |
var.storage_replication_type - *terraform.NodeRootVariable | |
var.storage_share_quota_gb - *terraform.NodeRootVariable | |
var.subnets - *terraform.NodeRootVariable | |
var.subscription_id - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
var.vnet_address_space - *terraform.NodeRootVariable | |
var.vnet_name - *terraform.NodeRootVariable | |
------ | |
2021-07-01T18:38:51.243-0400 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer | |
2021-07-01T18:38:51.253-0400 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph: | |
azurerm_bastion_host.bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_public_ip.public_ip_bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_subnet.vnet_shared_01_subnets (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_bastion_host_01_name (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_key_vault.key_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_key_vault_01_name (expand) - *terraform.nodeExpandPlannableResource | |
var.aad_tenant_id - *terraform.NodeRootVariable | |
var.key_vault_sku_name - *terraform.NodeRootVariable | |
azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_key_vault.key_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
var.owner_object_id - *terraform.NodeRootVariable | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_log_analytics_workspace_01_name (expand) - *terraform.nodeExpandPlannableResource | |
var.log_analytics_workspace_retention_days - *terraform.NodeRootVariable | |
azurerm_private_dns_a_record.private_dns_a_record_1 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_dns_zone.private_dns_zone_1 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_dns_zone.private_dns_zone_1 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_dns_zone.private_dns_zone_1 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_virtual_network.vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_subnet.vnet_shared_01_subnets (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_storage_account_01_private_endpoint_file_name (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_public_ip.public_ip_bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_public_ip_bastion_host_01_name (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_recovery_services_vault.recovery_services_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_recovery_services_vault_01_name (expand) - *terraform.nodeExpandPlannableResource | |
var.recovery_services_vault_soft_delete_enabled - *terraform.NodeRootVariable | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.location - *terraform.NodeRootVariable | |
var.resource_group_name - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_storage_account_01_name (expand) - *terraform.nodeExpandPlannableResource | |
var.storage_access_tier - *terraform.NodeRootVariable | |
var.storage_replication_type - *terraform.NodeRootVariable | |
azurerm_storage_container.storage_container_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
var.storage_container_name - *terraform.NodeRootVariable | |
azurerm_storage_share.storage_share_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_storage_share_01_name (expand) - *terraform.nodeExpandPlannableResource | |
var.storage_share_quota_gb - *terraform.NodeRootVariable | |
azurerm_subnet.vnet_shared_01_subnets (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_virtual_network.vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
var.subnets - *terraform.NodeRootVariable | |
azurerm_virtual_network.vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
var.dns_server - *terraform.NodeRootVariable | |
var.vnet_address_space - *terraform.NodeRootVariable | |
var.vnet_name - *terraform.NodeRootVariable | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
output.bastion_host_01_dns_name - *terraform.NodeApplyableOutput | |
output.bastion_host_01_id - *terraform.NodeApplyableOutput | |
output.bastion_host_01_name - *terraform.NodeApplyableOutput | |
output.key_vault_01_access_policy_secrets_admin_id - *terraform.NodeApplyableOutput | |
output.key_vault_01_id - *terraform.NodeApplyableOutput | |
output.key_vault_01_name - *terraform.NodeApplyableOutput | |
output.key_vault_01_uri - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_id - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_name - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_primary_shared_key - *terraform.NodeApplyableOutput | |
output.log_analytics_workspace_01_workspace_id - *terraform.NodeApplyableOutput | |
output.private_dns_a_record_1_id - *terraform.NodeApplyableOutput | |
output.private_dns_a_record_1_name - *terraform.NodeApplyableOutput | |
output.private_dns_zone_1_id - *terraform.NodeApplyableOutput | |
output.private_dns_zone_1_name - *terraform.NodeApplyableOutput | |
output.public_ip_bastion_host_01_id - *terraform.NodeApplyableOutput | |
output.public_ip_bastion_host_01_ip_address - *terraform.NodeApplyableOutput | |
output.public_ip_bastion_host_01_name - *terraform.NodeApplyableOutput | |
output.recovery_services_vault_01_id - *terraform.NodeApplyableOutput | |
output.recovery_services_vault_01_name - *terraform.NodeApplyableOutput | |
output.recovery_services_vault_01_principal_id - *terraform.NodeApplyableOutput | |
output.resource_group_01_id - *terraform.NodeApplyableOutput | |
output.resource_group_01_location - *terraform.NodeApplyableOutput | |
output.resource_group_01_name - *terraform.NodeApplyableOutput | |
output.resource_group_01_tags - *terraform.NodeApplyableOutput | |
output.storage_account_01_blob_endpoint - *terraform.NodeApplyableOutput | |
output.storage_account_01_id - *terraform.NodeApplyableOutput | |
output.storage_account_01_key - *terraform.NodeApplyableOutput | |
output.storage_account_01_name - *terraform.NodeApplyableOutput | |
output.storage_account_01_private_endpoint_file_id - *terraform.NodeApplyableOutput | |
output.storage_account_01_private_endpoint_file_name - *terraform.NodeApplyableOutput | |
output.storage_account_01_private_endpoint_file_prvip - *terraform.NodeApplyableOutput | |
output.storage_container_01_id - *terraform.NodeApplyableOutput | |
output.storage_container_01_name - *terraform.NodeApplyableOutput | |
output.storage_share_01_id - *terraform.NodeApplyableOutput | |
output.storage_share_01_name - *terraform.NodeApplyableOutput | |
output.storage_share_01_url - *terraform.NodeApplyableOutput | |
output.subscription_id - *terraform.NodeApplyableOutput | |
output.virtual_network_link_vnet_shared_01_id - *terraform.NodeApplyableOutput | |
output.virtual_network_link_vnet_shared_01_name - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_adds_subnet_id - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_default_subnet_id - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_id - *terraform.NodeApplyableOutput | |
output.vnet_shared_01_name - *terraform.NodeApplyableOutput | |
output.bastion_host_01_dns_name - *terraform.NodeApplyableOutput | |
azurerm_bastion_host.bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.bastion_host_01_id - *terraform.NodeApplyableOutput | |
azurerm_bastion_host.bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.bastion_host_01_name - *terraform.NodeApplyableOutput | |
azurerm_bastion_host.bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.key_vault_01_access_policy_secrets_admin_id - *terraform.NodeApplyableOutput | |
azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin (expand) - *terraform.nodeExpandPlannableResource | |
output.key_vault_01_id - *terraform.NodeApplyableOutput | |
azurerm_key_vault.key_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.key_vault_01_name - *terraform.NodeApplyableOutput | |
azurerm_key_vault.key_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.key_vault_01_uri - *terraform.NodeApplyableOutput | |
azurerm_key_vault.key_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.log_analytics_workspace_01_id - *terraform.NodeApplyableOutput | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.log_analytics_workspace_01_name - *terraform.NodeApplyableOutput | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.log_analytics_workspace_01_primary_shared_key - *terraform.NodeApplyableOutput | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.log_analytics_workspace_01_workspace_id - *terraform.NodeApplyableOutput | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.private_dns_a_record_1_id - *terraform.NodeApplyableOutput | |
azurerm_private_dns_a_record.private_dns_a_record_1 (expand) - *terraform.nodeExpandPlannableResource | |
output.private_dns_a_record_1_name - *terraform.NodeApplyableOutput | |
azurerm_private_dns_a_record.private_dns_a_record_1 (expand) - *terraform.nodeExpandPlannableResource | |
output.private_dns_zone_1_id - *terraform.NodeApplyableOutput | |
azurerm_private_dns_zone.private_dns_zone_1 (expand) - *terraform.nodeExpandPlannableResource | |
output.private_dns_zone_1_name - *terraform.NodeApplyableOutput | |
azurerm_private_dns_zone.private_dns_zone_1 (expand) - *terraform.nodeExpandPlannableResource | |
output.public_ip_bastion_host_01_id - *terraform.NodeApplyableOutput | |
azurerm_public_ip.public_ip_bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.public_ip_bastion_host_01_ip_address - *terraform.NodeApplyableOutput | |
azurerm_public_ip.public_ip_bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.public_ip_bastion_host_01_name - *terraform.NodeApplyableOutput | |
azurerm_public_ip.public_ip_bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.recovery_services_vault_01_id - *terraform.NodeApplyableOutput | |
azurerm_recovery_services_vault.recovery_services_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.recovery_services_vault_01_name - *terraform.NodeApplyableOutput | |
azurerm_recovery_services_vault.recovery_services_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.recovery_services_vault_01_principal_id - *terraform.NodeApplyableOutput | |
azurerm_recovery_services_vault.recovery_services_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.resource_group_01_id - *terraform.NodeApplyableOutput | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.resource_group_01_location - *terraform.NodeApplyableOutput | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.resource_group_01_name - *terraform.NodeApplyableOutput | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.resource_group_01_tags - *terraform.NodeApplyableOutput | |
azurerm_resource_group.resource_group_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_account_01_blob_endpoint - *terraform.NodeApplyableOutput | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_account_01_id - *terraform.NodeApplyableOutput | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_account_01_key - *terraform.NodeApplyableOutput | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_account_01_name - *terraform.NodeApplyableOutput | |
azurerm_storage_account.storage_account_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_account_01_private_endpoint_file_id - *terraform.NodeApplyableOutput | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_account_01_private_endpoint_file_name - *terraform.NodeApplyableOutput | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_account_01_private_endpoint_file_prvip - *terraform.NodeApplyableOutput | |
azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_container_01_id - *terraform.NodeApplyableOutput | |
azurerm_storage_container.storage_container_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_container_01_name - *terraform.NodeApplyableOutput | |
azurerm_storage_container.storage_container_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_share_01_id - *terraform.NodeApplyableOutput | |
azurerm_storage_share.storage_share_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_share_01_name - *terraform.NodeApplyableOutput | |
azurerm_storage_share.storage_share_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.storage_share_01_url - *terraform.NodeApplyableOutput | |
azurerm_storage_share.storage_share_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.subscription_id - *terraform.NodeApplyableOutput | |
var.subscription_id - *terraform.NodeRootVariable | |
output.virtual_network_link_vnet_shared_01_id - *terraform.NodeApplyableOutput | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.virtual_network_link_vnet_shared_01_name - *terraform.NodeApplyableOutput | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.vnet_shared_01_adds_subnet_id - *terraform.NodeApplyableOutput | |
azurerm_subnet.vnet_shared_01_subnets (expand) - *terraform.nodeExpandPlannableResource | |
output.vnet_shared_01_default_subnet_id - *terraform.NodeApplyableOutput | |
azurerm_subnet.vnet_shared_01_subnets (expand) - *terraform.nodeExpandPlannableResource | |
output.vnet_shared_01_id - *terraform.NodeApplyableOutput | |
azurerm_virtual_network.vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
output.vnet_shared_01_name - *terraform.NodeApplyableOutput | |
azurerm_virtual_network.vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider | |
var.subscription_id - *terraform.NodeRootVariable | |
provider["registry.terraform.io/hashicorp/azurerm"] (close) - *terraform.graphNodeCloseProvider | |
azurerm_bastion_host.bastion_host_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_dns_a_record.private_dns_a_record_1 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_recovery_services_vault.recovery_services_vault_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_storage_container.storage_container_01 (expand) - *terraform.nodeExpandPlannableResource | |
azurerm_storage_share.storage_share_01 (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/hashicorp/random"] (close) - *terraform.graphNodeCloseProvider | |
random_id.random_id_bastion_host_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_key_vault_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_log_analytics_workspace_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_public_ip_bastion_host_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_recovery_services_vault_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_storage_account_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_storage_account_01_private_endpoint_file_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_storage_share_01_name (expand) - *terraform.nodeExpandPlannableResource | |
random_id.random_id_bastion_host_01_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_key_vault_01_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_log_analytics_workspace_01_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_public_ip_bastion_host_01_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_recovery_services_vault_01_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_account_01_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_account_01_private_endpoint_file_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
random_id.random_id_storage_share_01_name (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider | |
root - *terraform.nodeCloseModule | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
provider["registry.terraform.io/hashicorp/azurerm"] (close) - *terraform.graphNodeCloseProvider | |
provider["registry.terraform.io/hashicorp/random"] (close) - *terraform.graphNodeCloseProvider | |
var.aad_tenant_id - *terraform.NodeRootVariable | |
var.dns_server - *terraform.NodeRootVariable | |
var.key_vault_sku_name - *terraform.NodeRootVariable | |
var.location - *terraform.NodeRootVariable | |
var.log_analytics_workspace_retention_days - *terraform.NodeRootVariable | |
var.owner_object_id - *terraform.NodeRootVariable | |
var.recovery_services_vault_soft_delete_enabled - *terraform.NodeRootVariable | |
var.resource_group_name - *terraform.NodeRootVariable | |
var.storage_access_tier - *terraform.NodeRootVariable | |
var.storage_container_name - *terraform.NodeRootVariable | |
var.storage_replication_type - *terraform.NodeRootVariable | |
var.storage_share_quota_gb - *terraform.NodeRootVariable | |
var.subnets - *terraform.NodeRootVariable | |
var.subscription_id - *terraform.NodeRootVariable | |
var.tags - *terraform.NodeRootVariable | |
var.vnet_address_space - *terraform.NodeRootVariable | |
var.vnet_name - *terraform.NodeRootVariable | |
------ | |
2021-07-01T18:38:51.254-0400 [DEBUG] Starting graph walk: walkPlan | |
2021-07-01T18:38:51.254-0400 [TRACE] vertex "var.storage_container_name": starting visit (*terraform.NodeRootVariable) | |
2021-07-01T18:38:51.254-0400 [TRACE] vertex "var.storage_container_name": visit complete | |
2021-07-01T18:38:51.255-0400 [TRACE] vertex "var.storage_replication_type": starting visit (*terraform.NodeRootVariable) | |
2021-07-01T18:38:51.255-0400 [TRACE] vertex "var.subnets": starting visit (*terraform.NodeRootVariable) | |
2021-07-01T18:38:51.255-0400 [TRACE] vertex "var.key_vault_sku_name": starting visit (*terraform.NodeRootVariable) | |
2021-07-01T18:38:51.255-0400 [TRACE] vertex "var.key_vault_sku_name": visit complete | |
2021-07-01T18:38:51.255-0400 [TRACE] vertex "var.subnets": visit complete | |
2021-07-01T18:38:51.255-0400 [TRACE] vertex "var.vnet_name": starting visit (*terraform.NodeRootVariable) | |
2021-07-01T18:38:51.255-0400 [TRACE] vertex "var.log_analytics_workspace_retention_days": starting visit (*terraform.NodeRootVariable) | |
2021-07-01T18:38:51.255-0400 [TRACE] vertex "var.log_analytics_workspace_retention_days": visit complete | |
2021-07-01T18:38:51.255-0400 [TRACE] vertex "var.location": starting visit (*terraform.NodeRootVariable) | |
2021-07-01T18:38:51.255-0400 [TRACE] vertex "var.location": visit complete | |
2021-07-01T18:38:51.255-0400 [TRACE] vertex "var.tags": starting visit (*terraform.NodeRootVariable) | |
2021-07-01T18:38:51.255-0400 [TRACE] vertex "var.tags": visit complete | |
2021-07-01T18:38:51.255-0400 [TRACE] vertex "var.dns_server": starting visit (*terraform.NodeRootVariable) | |
2021-07-01T18:38:51.255-0400 [TRACE] vertex "var.dns_server": visit complete | |
2021-07-01T18:38:51.255-0400 [TRACE] vertex "var.storage_access_tier": starting visit (*terraform.NodeRootVariable) | |
2021-07-01T18:38:51.255-0400 [TRACE] vertex "var.storage_access_tier": visit complete | |
2021-07-01T18:38:51.255-0400 [TRACE] vertex "var.vnet_address_space": starting visit (*terraform.NodeRootVariable) | |
2021-07-01T18:38:51.255-0400 [TRACE] vertex "var.vnet_address_space": visit complete | |
2021-07-01T18:38:51.255-0400 [TRACE] vertex "var.subscription_id": starting visit (*terraform.NodeRootVariable) | |
2021-07-01T18:38:51.255-0400 [TRACE] vertex "var.subscription_id": visit complete | |
2021-07-01T18:38:51.255-0400 [TRACE] vertex "var.aad_tenant_id": starting visit (*terraform.NodeRootVariable) | |
2021-07-01T18:38:51.255-0400 [TRACE] vertex "var.aad_tenant_id": visit complete | |
2021-07-01T18:38:51.255-0400 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/azurerm\"]": starting visit (*terraform.NodeApplyableProvider) | |
2021-07-01T18:38:51.255-0400 [TRACE] vertex "var.storage_replication_type": visit complete | |
2021-07-01T18:38:51.255-0400 [DEBUG] created provider logger: level=trace | |
2021-07-01T18:38:51.255-0400 [INFO] provider: configuring client automatic mTLS | |
2021-07-01T18:38:51.255-0400 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/random\"]": starting visit (*terraform.NodeApplyableProvider) | |
2021-07-01T18:38:51.255-0400 [TRACE] vertex "var.recovery_services_vault_soft_delete_enabled": starting visit (*terraform.NodeRootVariable) | |
2021-07-01T18:38:51.255-0400 [TRACE] vertex "var.recovery_services_vault_soft_delete_enabled": visit complete | |
2021-07-01T18:38:51.256-0400 [TRACE] vertex "var.storage_share_quota_gb": starting visit (*terraform.NodeRootVariable) | |
2021-07-01T18:38:51.256-0400 [TRACE] vertex "var.storage_share_quota_gb": visit complete | |
2021-07-01T18:38:51.256-0400 [TRACE] vertex "var.resource_group_name": starting visit (*terraform.NodeRootVariable) | |
2021-07-01T18:38:51.256-0400 [TRACE] vertex "var.resource_group_name": visit complete | |
2021-07-01T18:38:51.256-0400 [TRACE] vertex "var.owner_object_id": starting visit (*terraform.NodeRootVariable) | |
2021-07-01T18:38:51.256-0400 [TRACE] vertex "var.owner_object_id": visit complete | |
2021-07-01T18:38:51.256-0400 [TRACE] vertex "output.subscription_id": starting visit (*terraform.NodeApplyableOutput) | |
2021-07-01T18:38:51.259-0400 [TRACE] setValue: Saving NoOp change for output.subscription_id in changeset | |
2021-07-01T18:38:51.259-0400 [TRACE] setValue: Saving value for output.subscription_id in state | |
2021-07-01T18:38:51.260-0400 [TRACE] setValue: Saving NoOp change for output.subscription_id in changeset | |
2021-07-01T18:38:51.260-0400 [TRACE] setValue: Saving value for output.subscription_id in state | |
2021-07-01T18:38:51.260-0400 [TRACE] vertex "output.subscription_id": visit complete | |
2021-07-01T18:38:51.260-0400 [TRACE] vertex "var.vnet_name": visit complete | |
2021-07-01T18:38:51.306-0400 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/2.65.0/linux_amd64/terraform-provider-azurerm_v2.65.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/azurerm/2.65.0/linux_amd64/terraform-provider-azurerm_v2.65.0_x5] | |
2021-07-01T18:38:51.307-0400 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/2.65.0/linux_amd64/terraform-provider-azurerm_v2.65.0_x5 pid=2442 | |
2021-07-01T18:38:51.307-0400 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/2.65.0/linux_amd64/terraform-provider-azurerm_v2.65.0_x5 | |
2021-07-01T18:38:51.324-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "EventHub"..: timestamp=2021-07-01T18:38:51.324-0400 | |
2021-07-01T18:38:51.324-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "EventHub"..: timestamp=2021-07-01T18:38:51.324-0400 | |
2021-07-01T18:38:51.324-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Load Balancer"..: timestamp=2021-07-01T18:38:51.324-0400 | |
2021-07-01T18:38:51.324-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Load Balancer"..: timestamp=2021-07-01T18:38:51.324-0400 | |
2021-07-01T18:38:51.324-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Resources"..: timestamp=2021-07-01T18:38:51.324-0400 | |
2021-07-01T18:38:51.324-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Resources"..: timestamp=2021-07-01T18:38:51.324-0400 | |
2021-07-01T18:38:51.324-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Web"..: timestamp=2021-07-01T18:38:51.324-0400 | |
2021-07-01T18:38:51.324-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Web"..: timestamp=2021-07-01T18:38:51.324-0400 | |
2021-07-01T18:38:51.324-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Advisor"..: timestamp=2021-07-01T18:38:51.324-0400 | |
2021-07-01T18:38:51.324-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Advisor"..: timestamp=2021-07-01T18:38:51.324-0400 | |
2021-07-01T18:38:51.325-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Analysis Services"..: timestamp=2021-07-01T18:38:51.324-0400 | |
2021-07-01T18:38:51.325-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Analysis Services"..: timestamp=2021-07-01T18:38:51.324-0400 | |
2021-07-01T18:38:51.325-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "API Management"..: timestamp=2021-07-01T18:38:51.324-0400 | |
2021-07-01T18:38:51.325-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "API Management"..: timestamp=2021-07-01T18:38:51.325-0400 | |
2021-07-01T18:38:51.325-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "App Configuration"..: timestamp=2021-07-01T18:38:51.325-0400 | |
2021-07-01T18:38:51.325-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "App Configuration"..: timestamp=2021-07-01T18:38:51.325-0400 | |
2021-07-01T18:38:51.325-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Spring Cloud"..: timestamp=2021-07-01T18:38:51.325-0400 | |
2021-07-01T18:38:51.325-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Spring Cloud"..: timestamp=2021-07-01T18:38:51.325-0400 | |
2021-07-01T18:38:51.325-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Application Insights"..: timestamp=2021-07-01T18:38:51.325-0400 | |
2021-07-01T18:38:51.325-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Application Insights"..: timestamp=2021-07-01T18:38:51.325-0400 | |
2021-07-01T18:38:51.325-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Attestation"..: timestamp=2021-07-01T18:38:51.325-0400 | |
2021-07-01T18:38:51.325-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Attestation"..: timestamp=2021-07-01T18:38:51.325-0400 | |
2021-07-01T18:38:51.326-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Authorization"..: timestamp=2021-07-01T18:38:51.325-0400 | |
2021-07-01T18:38:51.326-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Authorization"..: timestamp=2021-07-01T18:38:51.325-0400 | |
2021-07-01T18:38:51.326-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Automation"..: timestamp=2021-07-01T18:38:51.326-0400 | |
2021-07-01T18:38:51.326-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Automation"..: timestamp=2021-07-01T18:38:51.326-0400 | |
2021-07-01T18:38:51.329-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Azure Stack HCI"..: timestamp=2021-07-01T18:38:51.329-0400 | |
2021-07-01T18:38:51.329-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Azure Stack HCI"..: timestamp=2021-07-01T18:38:51.329-0400 | |
2021-07-01T18:38:51.329-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Batch"..: timestamp=2021-07-01T18:38:51.329-0400 | |
2021-07-01T18:38:51.329-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Batch"..: timestamp=2021-07-01T18:38:51.329-0400 | |
2021-07-01T18:38:51.329-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Billing"..: timestamp=2021-07-01T18:38:51.329-0400 | |
2021-07-01T18:38:51.329-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Billing"..: timestamp=2021-07-01T18:38:51.329-0400 | |
2021-07-01T18:38:51.329-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Blueprints"..: timestamp=2021-07-01T18:38:51.329-0400 | |
2021-07-01T18:38:51.329-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Blueprints"..: timestamp=2021-07-01T18:38:51.329-0400 | |
2021-07-01T18:38:51.329-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Bot"..: timestamp=2021-07-01T18:38:51.329-0400 | |
2021-07-01T18:38:51.329-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Bot"..: timestamp=2021-07-01T18:38:51.329-0400 | |
2021-07-01T18:38:51.329-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "CDN"..: timestamp=2021-07-01T18:38:51.329-0400 | |
2021-07-01T18:38:51.329-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "CDN"..: timestamp=2021-07-01T18:38:51.329-0400 | |
2021-07-01T18:38:51.332-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Cognitive Services"..: timestamp=2021-07-01T18:38:51.332-0400 | |
2021-07-01T18:38:51.332-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Cognitive Services"..: timestamp=2021-07-01T18:38:51.332-0400 | |
2021-07-01T18:38:51.332-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Communication"..: timestamp=2021-07-01T18:38:51.332-0400 | |
2021-07-01T18:38:51.332-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Communication"..: timestamp=2021-07-01T18:38:51.332-0400 | |
2021-07-01T18:38:51.332-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Compute"..: timestamp=2021-07-01T18:38:51.332-0400 | |
2021-07-01T18:38:51.333-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Compute"..: timestamp=2021-07-01T18:38:51.333-0400 | |
2021-07-01T18:38:51.334-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Container Services"..: timestamp=2021-07-01T18:38:51.334-0400 | |
2021-07-01T18:38:51.334-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Container Services"..: timestamp=2021-07-01T18:38:51.334-0400 | |
2021-07-01T18:38:51.335-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Consumption"..: timestamp=2021-07-01T18:38:51.335-0400 | |
2021-07-01T18:38:51.335-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Consumption"..: timestamp=2021-07-01T18:38:51.335-0400 | |
2021-07-01T18:38:51.336-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "CosmosDB"..: timestamp=2021-07-01T18:38:51.336-0400 | |
2021-07-01T18:38:51.336-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "CosmosDB"..: timestamp=2021-07-01T18:38:51.336-0400 | |
2021-07-01T18:38:51.336-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Cost Management"..: timestamp=2021-07-01T18:38:51.336-0400 | |
2021-07-01T18:38:51.336-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Cost Management"..: timestamp=2021-07-01T18:38:51.336-0400 | |
2021-07-01T18:38:51.336-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Custom Providers"..: timestamp=2021-07-01T18:38:51.336-0400 | |
2021-07-01T18:38:51.336-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Custom Providers"..: timestamp=2021-07-01T18:38:51.336-0400 | |
2021-07-01T18:38:51.336-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "DataBricks"..: timestamp=2021-07-01T18:38:51.336-0400 | |
2021-07-01T18:38:51.336-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "DataBricks"..: timestamp=2021-07-01T18:38:51.336-0400 | |
2021-07-01T18:38:51.336-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Data Factory"..: timestamp=2021-07-01T18:38:51.336-0400 | |
2021-07-01T18:38:51.336-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Data Factory"..: timestamp=2021-07-01T18:38:51.336-0400 | |
2021-07-01T18:38:51.337-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Data Lake"..: timestamp=2021-07-01T18:38:51.337-0400 | |
2021-07-01T18:38:51.337-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Data Lake"..: timestamp=2021-07-01T18:38:51.337-0400 | |
2021-07-01T18:38:51.338-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Database Migration"..: timestamp=2021-07-01T18:38:51.338-0400 | |
2021-07-01T18:38:51.338-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Database Migration"..: timestamp=2021-07-01T18:38:51.338-0400 | |
2021-07-01T18:38:51.338-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Databox Edge"..: timestamp=2021-07-01T18:38:51.338-0400 | |
2021-07-01T18:38:51.338-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Databox Edge"..: timestamp=2021-07-01T18:38:51.338-0400 | |
2021-07-01T18:38:51.338-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "DataProtection"..: timestamp=2021-07-01T18:38:51.338-0400 | |
2021-07-01T18:38:51.338-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "DataProtection"..: timestamp=2021-07-01T18:38:51.338-0400 | |
2021-07-01T18:38:51.339-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Data Share"..: timestamp=2021-07-01T18:38:51.339-0400 | |
2021-07-01T18:38:51.342-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Data Share"..: timestamp=2021-07-01T18:38:51.342-0400 | |
2021-07-01T18:38:51.344-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Desktop Virtualization"..: timestamp=2021-07-01T18:38:51.344-0400 | |
2021-07-01T18:38:51.344-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Desktop Virtualization"..: timestamp=2021-07-01T18:38:51.344-0400 | |
2021-07-01T18:38:51.345-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "DevSpaces"..: timestamp=2021-07-01T18:38:51.345-0400 | |
2021-07-01T18:38:51.345-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "DevSpaces"..: timestamp=2021-07-01T18:38:51.345-0400 | |
2021-07-01T18:38:51.345-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Dev Test"..: timestamp=2021-07-01T18:38:51.345-0400 | |
2021-07-01T18:38:51.345-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Dev Test"..: timestamp=2021-07-01T18:38:51.345-0400 | |
2021-07-01T18:38:51.345-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Digital Twins"..: timestamp=2021-07-01T18:38:51.345-0400 | |
2021-07-01T18:38:51.345-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Digital Twins"..: timestamp=2021-07-01T18:38:51.345-0400 | |
2021-07-01T18:38:51.345-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "DNS"..: timestamp=2021-07-01T18:38:51.345-0400 | |
2021-07-01T18:38:51.346-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "DNS"..: timestamp=2021-07-01T18:38:51.345-0400 | |
2021-07-01T18:38:51.346-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "EventGrid"..: timestamp=2021-07-01T18:38:51.346-0400 | |
2021-07-01T18:38:51.346-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "EventGrid"..: timestamp=2021-07-01T18:38:51.346-0400 | |
2021-07-01T18:38:51.346-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "EventHub"..: timestamp=2021-07-01T18:38:51.346-0400 | |
2021-07-01T18:38:51.347-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "EventHub"..: timestamp=2021-07-01T18:38:51.347-0400 | |
2021-07-01T18:38:51.347-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Firewall"..: timestamp=2021-07-01T18:38:51.347-0400 | |
2021-07-01T18:38:51.347-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Firewall"..: timestamp=2021-07-01T18:38:51.347-0400 | |
2021-07-01T18:38:51.347-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "FrontDoor"..: timestamp=2021-07-01T18:38:51.347-0400 | |
2021-07-01T18:38:51.347-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "FrontDoor"..: timestamp=2021-07-01T18:38:51.347-0400 | |
2021-07-01T18:38:51.348-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "HPC Cache"..: timestamp=2021-07-01T18:38:51.348-0400 | |
2021-07-01T18:38:51.348-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "HPC Cache"..: timestamp=2021-07-01T18:38:51.348-0400 | |
2021-07-01T18:38:51.348-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Hardware Security Module"..: timestamp=2021-07-01T18:38:51.348-0400 | |
2021-07-01T18:38:51.348-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Hardware Security Module"..: timestamp=2021-07-01T18:38:51.348-0400 | |
2021-07-01T18:38:51.348-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "HDInsight"..: timestamp=2021-07-01T18:38:51.348-0400 | |
2021-07-01T18:38:51.348-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "HDInsight"..: timestamp=2021-07-01T18:38:51.348-0400 | |
2021-07-01T18:38:51.348-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Health Care"..: timestamp=2021-07-01T18:38:51.348-0400 | |
2021-07-01T18:38:51.348-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Health Care"..: timestamp=2021-07-01T18:38:51.348-0400 | |
2021-07-01T18:38:51.348-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "IoT Hub"..: timestamp=2021-07-01T18:38:51.348-0400 | |
2021-07-01T18:38:51.348-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "IoT Hub"..: timestamp=2021-07-01T18:38:51.348-0400 | |
2021-07-01T18:38:51.349-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "IoT Central"..: timestamp=2021-07-01T18:38:51.349-0400 | |
2021-07-01T18:38:51.349-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "IoT Central"..: timestamp=2021-07-01T18:38:51.349-0400 | |
2021-07-01T18:38:51.349-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "KeyVault"..: timestamp=2021-07-01T18:38:51.349-0400 | |
2021-07-01T18:38:51.349-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "KeyVault"..: timestamp=2021-07-01T18:38:51.349-0400 | |
2021-07-01T18:38:51.349-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Kusto"..: timestamp=2021-07-01T18:38:51.349-0400 | |
2021-07-01T18:38:51.349-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Kusto"..: timestamp=2021-07-01T18:38:51.349-0400 | |
2021-07-01T18:38:51.350-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Load Balancer"..: timestamp=2021-07-01T18:38:51.349-0400 | |
2021-07-01T18:38:51.350-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Load Balancer"..: timestamp=2021-07-01T18:38:51.349-0400 | |
2021-07-01T18:38:51.351-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Log Analytics"..: timestamp=2021-07-01T18:38:51.350-0400 | |
2021-07-01T18:38:51.351-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Log Analytics"..: timestamp=2021-07-01T18:38:51.350-0400 | |
2021-07-01T18:38:51.351-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Logic"..: timestamp=2021-07-01T18:38:51.350-0400 | |
2021-07-01T18:38:51.351-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Logic"..: timestamp=2021-07-01T18:38:51.350-0400 | |
2021-07-01T18:38:51.351-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Machine Learning"..: timestamp=2021-07-01T18:38:51.351-0400 | |
2021-07-01T18:38:51.351-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Machine Learning"..: timestamp=2021-07-01T18:38:51.351-0400 | |
2021-07-01T18:38:51.351-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Maintenance"..: timestamp=2021-07-01T18:38:51.351-0400 | |
2021-07-01T18:38:51.351-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Maintenance"..: timestamp=2021-07-01T18:38:51.351-0400 | |
2021-07-01T18:38:51.351-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Managed Applications"..: timestamp=2021-07-01T18:38:51.351-0400 | |
2021-07-01T18:38:51.351-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Managed Applications"..: timestamp=2021-07-01T18:38:51.351-0400 | |
2021-07-01T18:38:51.355-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Lighthouse"..: timestamp=2021-07-01T18:38:51.355-0400 | |
2021-07-01T18:38:51.355-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Lighthouse"..: timestamp=2021-07-01T18:38:51.355-0400 | |
2021-07-01T18:38:51.355-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Management Group"..: timestamp=2021-07-01T18:38:51.355-0400 | |
2021-07-01T18:38:51.355-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Management Group"..: timestamp=2021-07-01T18:38:51.355-0400 | |
2021-07-01T18:38:51.355-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Maps"..: timestamp=2021-07-01T18:38:51.355-0400 | |
2021-07-01T18:38:51.355-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Maps"..: timestamp=2021-07-01T18:38:51.355-0400 | |
2021-07-01T18:38:51.355-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "MariaDB"..: timestamp=2021-07-01T18:38:51.355-0400 | |
2021-07-01T18:38:51.355-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "MariaDB"..: timestamp=2021-07-01T18:38:51.355-0400 | |
2021-07-01T18:38:51.355-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Media"..: timestamp=2021-07-01T18:38:51.355-0400 | |
2021-07-01T18:38:51.355-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Media"..: timestamp=2021-07-01T18:38:51.355-0400 | |
2021-07-01T18:38:51.357-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Mixed Reality"..: timestamp=2021-07-01T18:38:51.357-0400 | |
2021-07-01T18:38:51.357-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Mixed Reality"..: timestamp=2021-07-01T18:38:51.357-0400 | |
2021-07-01T18:38:51.358-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Monitor"..: timestamp=2021-07-01T18:38:51.357-0400 | |
2021-07-01T18:38:51.358-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Monitor"..: timestamp=2021-07-01T18:38:51.357-0400 | |
2021-07-01T18:38:51.358-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Managed Service Identities"..: timestamp=2021-07-01T18:38:51.358-0400 | |
2021-07-01T18:38:51.358-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Managed Service Identities"..: timestamp=2021-07-01T18:38:51.358-0400 | |
2021-07-01T18:38:51.358-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Microsoft SQL Server / Azure SQL"..: timestamp=2021-07-01T18:38:51.358-0400 | |
2021-07-01T18:38:51.358-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Microsoft SQL Server / Azure SQL"..: timestamp=2021-07-01T18:38:51.358-0400 | |
2021-07-01T18:38:51.358-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "MySQL"..: timestamp=2021-07-01T18:38:51.358-0400 | |
2021-07-01T18:38:51.358-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "MySQL"..: timestamp=2021-07-01T18:38:51.358-0400 | |
2021-07-01T18:38:51.358-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "NetApp"..: timestamp=2021-07-01T18:38:51.358-0400 | |
2021-07-01T18:38:51.359-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "NetApp"..: timestamp=2021-07-01T18:38:51.358-0400 | |
2021-07-01T18:38:51.360-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Network"..: timestamp=2021-07-01T18:38:51.359-0400 | |
2021-07-01T18:38:51.360-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Network"..: timestamp=2021-07-01T18:38:51.360-0400 | |
2021-07-01T18:38:51.361-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Notification Hub"..: timestamp=2021-07-01T18:38:51.361-0400 | |
2021-07-01T18:38:51.361-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Notification Hub"..: timestamp=2021-07-01T18:38:51.361-0400 | |
2021-07-01T18:38:51.361-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Policy"..: timestamp=2021-07-01T18:38:51.361-0400 | |
2021-07-01T18:38:51.361-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Policy"..: timestamp=2021-07-01T18:38:51.361-0400 | |
2021-07-01T18:38:51.361-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Portal"..: timestamp=2021-07-01T18:38:51.361-0400 | |
2021-07-01T18:38:51.361-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Portal"..: timestamp=2021-07-01T18:38:51.361-0400 | |
2021-07-01T18:38:51.361-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "PostgreSQL"..: timestamp=2021-07-01T18:38:51.361-0400 | |
2021-07-01T18:38:51.361-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "PostgreSQL"..: timestamp=2021-07-01T18:38:51.361-0400 | |
2021-07-01T18:38:51.363-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "PowerBI"..: timestamp=2021-07-01T18:38:51.362-0400 | |
2021-07-01T18:38:51.363-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "PowerBI"..: timestamp=2021-07-01T18:38:51.362-0400 | |
2021-07-01T18:38:51.363-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Private DNS"..: timestamp=2021-07-01T18:38:51.362-0400 | |
2021-07-01T18:38:51.363-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Private DNS"..: timestamp=2021-07-01T18:38:51.362-0400 | |
2021-07-01T18:38:51.363-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Purview"..: timestamp=2021-07-01T18:38:51.362-0400 | |
2021-07-01T18:38:51.363-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Purview"..: timestamp=2021-07-01T18:38:51.362-0400 | |
2021-07-01T18:38:51.363-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Recovery Services"..: timestamp=2021-07-01T18:38:51.362-0400 | |
2021-07-01T18:38:51.363-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Recovery Services"..: timestamp=2021-07-01T18:38:51.362-0400 | |
2021-07-01T18:38:51.364-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Redis"..: timestamp=2021-07-01T18:38:51.363-0400 | |
2021-07-01T18:38:51.364-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Redis"..: timestamp=2021-07-01T18:38:51.364-0400 | |
2021-07-01T18:38:51.364-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Redis Enterprise"..: timestamp=2021-07-01T18:38:51.364-0400 | |
2021-07-01T18:38:51.364-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Redis Enterprise"..: timestamp=2021-07-01T18:38:51.364-0400 | |
2021-07-01T18:38:51.364-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Relay"..: timestamp=2021-07-01T18:38:51.364-0400 | |
2021-07-01T18:38:51.364-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Relay"..: timestamp=2021-07-01T18:38:51.364-0400 | |
2021-07-01T18:38:51.364-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Resources"..: timestamp=2021-07-01T18:38:51.364-0400 | |
2021-07-01T18:38:51.364-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Resources"..: timestamp=2021-07-01T18:38:51.364-0400 | |
2021-07-01T18:38:51.364-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Search"..: timestamp=2021-07-01T18:38:51.364-0400 | |
2021-07-01T18:38:51.364-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Search"..: timestamp=2021-07-01T18:38:51.364-0400 | |
2021-07-01T18:38:51.364-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Security Center"..: timestamp=2021-07-01T18:38:51.364-0400 | |
2021-07-01T18:38:51.364-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Security Center"..: timestamp=2021-07-01T18:38:51.364-0400 | |
2021-07-01T18:38:51.364-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Sentinel"..: timestamp=2021-07-01T18:38:51.364-0400 | |
2021-07-01T18:38:51.365-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Sentinel"..: timestamp=2021-07-01T18:38:51.364-0400 | |
2021-07-01T18:38:51.365-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "ServiceBus"..: timestamp=2021-07-01T18:38:51.365-0400 | |
2021-07-01T18:38:51.366-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "ServiceBus"..: timestamp=2021-07-01T18:38:51.366-0400 | |
2021-07-01T18:38:51.370-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Service Fabric"..: timestamp=2021-07-01T18:38:51.370-0400 | |
2021-07-01T18:38:51.371-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Service Fabric"..: timestamp=2021-07-01T18:38:51.370-0400 | |
2021-07-01T18:38:51.371-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Service Fabric Mesh"..: timestamp=2021-07-01T18:38:51.370-0400 | |
2021-07-01T18:38:51.371-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Service Fabric Mesh"..: timestamp=2021-07-01T18:38:51.370-0400 | |
2021-07-01T18:38:51.371-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "SignalR"..: timestamp=2021-07-01T18:38:51.371-0400 | |
2021-07-01T18:38:51.371-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "SignalR"..: timestamp=2021-07-01T18:38:51.371-0400 | |
2021-07-01T18:38:51.371-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "SQL"..: timestamp=2021-07-01T18:38:51.371-0400 | |
2021-07-01T18:38:51.371-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "SQL"..: timestamp=2021-07-01T18:38:51.371-0400 | |
2021-07-01T18:38:51.371-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Storage"..: timestamp=2021-07-01T18:38:51.371-0400 | |
2021-07-01T18:38:51.371-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Storage"..: timestamp=2021-07-01T18:38:51.371-0400 | |
2021-07-01T18:38:51.372-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Stream Analytics"..: timestamp=2021-07-01T18:38:51.372-0400 | |
2021-07-01T18:38:51.372-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Stream Analytics"..: timestamp=2021-07-01T18:38:51.372-0400 | |
2021-07-01T18:38:51.373-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Subscription"..: timestamp=2021-07-01T18:38:51.373-0400 | |
2021-07-01T18:38:51.373-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Subscription"..: timestamp=2021-07-01T18:38:51.373-0400 | |
2021-07-01T18:38:51.373-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Synapse"..: timestamp=2021-07-01T18:38:51.373-0400 | |
2021-07-01T18:38:51.373-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Synapse"..: timestamp=2021-07-01T18:38:51.373-0400 | |
2021-07-01T18:38:51.373-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Time Series Insights"..: timestamp=2021-07-01T18:38:51.373-0400 | |
2021-07-01T18:38:51.373-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Time Series Insights"..: timestamp=2021-07-01T18:38:51.373-0400 | |
2021-07-01T18:38:51.374-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Traffic Manager"..: timestamp=2021-07-01T18:38:51.373-0400 | |
2021-07-01T18:38:51.374-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Traffic Manager"..: timestamp=2021-07-01T18:38:51.374-0400 | |
2021-07-01T18:38:51.374-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Vmware"..: timestamp=2021-07-01T18:38:51.374-0400 | |
2021-07-01T18:38:51.374-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Vmware"..: timestamp=2021-07-01T18:38:51.374-0400 | |
2021-07-01T18:38:51.374-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Data Sources for "Web"..: timestamp=2021-07-01T18:38:51.374-0400 | |
2021-07-01T18:38:51.374-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Registering Resources for "Web"..: timestamp=2021-07-01T18:38:51.374-0400 | |
2021-07-01T18:38:51.375-0400 [INFO] provider.terraform-provider-azurerm_v2.65.0_x5: configuring server automatic mTLS: timestamp=2021-07-01T18:38:51.375-0400 | |
2021-07-01T18:38:51.422-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: plugin address: address=/tmp/plugin944558113 network=unix timestamp=2021-07-01T18:38:51.422-0400 | |
2021-07-01T18:38:51.422-0400 [DEBUG] provider: using plugin: version=5 | |
2021-07-01T18:38:51.481-0400 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/azurerm\"]" provider for provider["registry.terraform.io/hashicorp/azurerm"] | |
2021-07-01T18:38:51.481-0400 [TRACE] provider.stdio: waiting for stdio data | |
2021-07-01T18:38:51.481-0400 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/azurerm"]: using explicit config only | |
2021-07-01T18:38:51.481-0400 [TRACE] GRPCProvider: GetProviderSchema | |
2021-07-01T18:38:51.481-0400 [DEBUG] created provider logger: level=trace | |
2021-07-01T18:38:51.482-0400 [INFO] provider: configuring client automatic mTLS | |
2021-07-01T18:38:51.551-0400 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.1.0/linux_amd64/terraform-provider-random_v3.1.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/random/3.1.0/linux_amd64/terraform-provider-random_v3.1.0_x5] | |
2021-07-01T18:38:51.551-0400 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.1.0/linux_amd64/terraform-provider-random_v3.1.0_x5 pid=2451 | |
2021-07-01T18:38:51.551-0400 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.1.0/linux_amd64/terraform-provider-random_v3.1.0_x5 | |
2021-07-01T18:38:51.573-0400 [INFO] provider.terraform-provider-random_v3.1.0_x5: configuring server automatic mTLS: timestamp=2021-07-01T18:38:51.573-0400 | |
2021-07-01T18:38:51.653-0400 [TRACE] GRPCProvider: ValidateProviderConfig | |
2021-07-01T18:38:51.654-0400 [DEBUG] provider: using plugin: version=5 | |
2021-07-01T18:38:51.654-0400 [DEBUG] provider.terraform-provider-random_v3.1.0_x5: plugin address: address=/tmp/plugin162747278 network=unix timestamp=2021-07-01T18:38:51.654-0400 | |
2021-07-01T18:38:51.741-0400 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/random\"]" provider for provider["registry.terraform.io/hashicorp/random"] | |
2021-07-01T18:38:51.741-0400 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/random"]: using explicit config only | |
2021-07-01T18:38:51.741-0400 [TRACE] GRPCProvider: GetProviderSchema | |
2021-07-01T18:38:51.741-0400 [TRACE] provider.stdio: waiting for stdio data | |
2021-07-01T18:38:51.745-0400 [TRACE] GRPCProvider: ValidateProviderConfig | |
2021-07-01T18:38:51.749-0400 [TRACE] GRPCProvider: ConfigureProvider | |
2021-07-01T18:38:51.750-0400 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/random\"]": visit complete | |
2021-07-01T18:38:51.750-0400 [TRACE] vertex "random_id.random_id_key_vault_01_name (expand)": starting visit (*terraform.nodeExpandPlannableResource) | |
2021-07-01T18:38:51.750-0400 [TRACE] vertex "random_id.random_id_key_vault_01_name (expand)": expanding dynamic subgraph | |
2021-07-01T18:38:51.750-0400 [TRACE] vertex "random_id.random_id_recovery_services_vault_01_name (expand)": starting visit (*terraform.nodeExpandPlannableResource) | |
2021-07-01T18:38:51.750-0400 [TRACE] vertex "random_id.random_id_recovery_services_vault_01_name (expand)": expanding dynamic subgraph | |
2021-07-01T18:38:51.750-0400 [TRACE] vertex "random_id.random_id_storage_share_01_name (expand)": starting visit (*terraform.nodeExpandPlannableResource) | |
2021-07-01T18:38:51.750-0400 [TRACE] vertex "random_id.random_id_storage_share_01_name (expand)": expanding dynamic subgraph | |
2021-07-01T18:38:51.750-0400 [TRACE] vertex "random_id.random_id_public_ip_bastion_host_01_name (expand)": starting visit (*terraform.nodeExpandPlannableResource) | |
2021-07-01T18:38:51.751-0400 [TRACE] vertex "random_id.random_id_public_ip_bastion_host_01_name (expand)": expanding dynamic subgraph | |
2021-07-01T18:38:51.751-0400 [TRACE] vertex "random_id.random_id_public_ip_bastion_host_01_name (expand)": entering dynamic subgraph | |
2021-07-01T18:38:51.751-0400 [TRACE] vertex "random_id.random_id_log_analytics_workspace_01_name (expand)": starting visit (*terraform.nodeExpandPlannableResource) | |
2021-07-01T18:38:51.751-0400 [TRACE] vertex "random_id.random_id_log_analytics_workspace_01_name (expand)": expanding dynamic subgraph | |
2021-07-01T18:38:51.751-0400 [TRACE] vertex "random_id.random_id_log_analytics_workspace_01_name (expand)": entering dynamic subgraph | |
2021-07-01T18:38:51.751-0400 [TRACE] vertex "random_id.random_id_log_analytics_workspace_01_name": starting visit (*terraform.NodePlannableResource) | |
2021-07-01T18:38:51.751-0400 [TRACE] vertex "random_id.random_id_storage_share_01_name (expand)": entering dynamic subgraph | |
2021-07-01T18:38:51.751-0400 [TRACE] vertex "random_id.random_id_storage_share_01_name": starting visit (*terraform.NodePlannableResource) | |
2021-07-01T18:38:51.751-0400 [TRACE] vertex "random_id.random_id_log_analytics_workspace_01_name": expanding dynamic subgraph | |
2021-07-01T18:38:51.751-0400 [TRACE] Executing graph transform *terraform.ResourceCountTransformer | |
2021-07-01T18:38:51.751-0400 [TRACE] ResourceCountTransformer: adding random_id.random_id_log_analytics_workspace_01_name as *terraform.NodePlannableResourceInstance | |
2021-07-01T18:38:51.751-0400 [TRACE] vertex "random_id.random_id_recovery_services_vault_01_name (expand)": entering dynamic subgraph | |
2021-07-01T18:38:51.752-0400 [TRACE] vertex "random_id.random_id_recovery_services_vault_01_name": starting visit (*terraform.NodePlannableResource) | |
2021-07-01T18:38:51.752-0400 [TRACE] vertex "random_id.random_id_storage_share_01_name": expanding dynamic subgraph | |
2021-07-01T18:38:51.752-0400 [TRACE] vertex "random_id.random_id_key_vault_01_name (expand)": entering dynamic subgraph | |
2021-07-01T18:38:51.752-0400 [TRACE] vertex "random_id.random_id_key_vault_01_name": starting visit (*terraform.NodePlannableResource) | |
2021-07-01T18:38:51.752-0400 [TRACE] vertex "random_id.random_id_bastion_host_01_name (expand)": starting visit (*terraform.nodeExpandPlannableResource) | |
2021-07-01T18:38:51.752-0400 [TRACE] vertex "random_id.random_id_bastion_host_01_name (expand)": expanding dynamic subgraph | |
2021-07-01T18:38:51.752-0400 [TRACE] vertex "random_id.random_id_storage_account_01_private_endpoint_file_name (expand)": starting visit (*terraform.nodeExpandPlannableResource) | |
2021-07-01T18:38:51.752-0400 [TRACE] vertex "random_id.random_id_storage_account_01_private_endpoint_file_name (expand)": expanding dynamic subgraph | |
2021-07-01T18:38:51.752-0400 [TRACE] vertex "random_id.random_id_storage_account_01_name (expand)": starting visit (*terraform.nodeExpandPlannableResource) | |
2021-07-01T18:38:51.752-0400 [TRACE] vertex "random_id.random_id_storage_account_01_name (expand)": expanding dynamic subgraph | |
2021-07-01T18:38:51.752-0400 [TRACE] vertex "random_id.random_id_public_ip_bastion_host_01_name": starting visit (*terraform.NodePlannableResource) | |
2021-07-01T18:38:51.752-0400 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph: | |
random_id.random_id_log_analytics_workspace_01_name - *terraform.NodePlannableResourceInstance | |
------ | |
2021-07-01T18:38:51.752-0400 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer | |
2021-07-01T18:38:51.752-0400 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes) | |
2021-07-01T18:38:51.752-0400 [TRACE] Executing graph transform *terraform.AttachStateTransformer | |
2021-07-01T18:38:51.752-0400 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) | |
2021-07-01T18:38:51.752-0400 [TRACE] Executing graph transform *terraform.TargetsTransformer | |
2021-07-01T18:38:51.752-0400 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) | |
2021-07-01T18:38:51.752-0400 [TRACE] Executing graph transform *terraform.ReferenceTransformer | |
2021-07-01T18:38:51.753-0400 [DEBUG] ReferenceTransformer: "random_id.random_id_log_analytics_workspace_01_name" references: [] | |
2021-07-01T18:38:51.753-0400 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes) | |
2021-07-01T18:38:51.753-0400 [TRACE] Executing graph transform *terraform.RootTransformer | |
2021-07-01T18:38:51.753-0400 [TRACE] Completed graph transform *terraform.RootTransformer (no changes) | |
2021-07-01T18:38:51.753-0400 [TRACE] vertex "random_id.random_id_log_analytics_workspace_01_name": entering dynamic subgraph | |
2021-07-01T18:38:51.754-0400 [TRACE] vertex "random_id.random_id_log_analytics_workspace_01_name": starting visit (*terraform.NodePlannableResourceInstance) | |
2021-07-01T18:38:51.754-0400 [TRACE] readResourceInstanceState: reading state for random_id.random_id_log_analytics_workspace_01_name | |
2021-07-01T18:38:51.754-0400 [TRACE] upgradeResourceState: schema version of random_id.random_id_log_analytics_workspace_01_name is still 0; calling provider "random" for any other minor fixups | |
2021-07-01T18:38:51.754-0400 [TRACE] GRPCProvider: UpgradeResourceState | |
2021-07-01T18:38:51.754-0400 [TRACE] vertex "random_id.random_id_recovery_services_vault_01_name": expanding dynamic subgraph | |
2021-07-01T18:38:51.754-0400 [TRACE] Executing graph transform *terraform.ResourceCountTransformer | |
2021-07-01T18:38:51.754-0400 [TRACE] ResourceCountTransformer: adding random_id.random_id_recovery_services_vault_01_name as *terraform.NodePlannableResourceInstance | |
2021-07-01T18:38:51.754-0400 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph: | |
random_id.random_id_recovery_services_vault_01_name - *terraform.NodePlannableResourceInstance | |
------ | |
2021-07-01T18:38:51.754-0400 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer | |
2021-07-01T18:38:51.754-0400 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes) | |
2021-07-01T18:38:51.754-0400 [TRACE] Executing graph transform *terraform.AttachStateTransformer | |
2021-07-01T18:38:51.754-0400 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) | |
2021-07-01T18:38:51.754-0400 [TRACE] Executing graph transform *terraform.TargetsTransformer | |
2021-07-01T18:38:51.755-0400 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) | |
2021-07-01T18:38:51.755-0400 [TRACE] Executing graph transform *terraform.ReferenceTransformer | |
2021-07-01T18:38:51.755-0400 [DEBUG] ReferenceTransformer: "random_id.random_id_recovery_services_vault_01_name" references: [] | |
2021-07-01T18:38:51.755-0400 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes) | |
2021-07-01T18:38:51.755-0400 [TRACE] Executing graph transform *terraform.RootTransformer | |
2021-07-01T18:38:51.755-0400 [TRACE] Completed graph transform *terraform.RootTransformer (no changes) | |
2021-07-01T18:38:51.755-0400 [TRACE] vertex "random_id.random_id_public_ip_bastion_host_01_name": expanding dynamic subgraph | |
2021-07-01T18:38:51.755-0400 [TRACE] Executing graph transform *terraform.ResourceCountTransformer | |
2021-07-01T18:38:51.755-0400 [TRACE] ResourceCountTransformer: adding random_id.random_id_public_ip_bastion_host_01_name as *terraform.NodePlannableResourceInstance | |
2021-07-01T18:38:51.755-0400 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph: | |
random_id.random_id_public_ip_bastion_host_01_name - *terraform.NodePlannableResourceInstance | |
------ | |
2021-07-01T18:38:51.755-0400 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer | |
2021-07-01T18:38:51.755-0400 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes) | |
2021-07-01T18:38:51.755-0400 [TRACE] Executing graph transform *terraform.AttachStateTransformer | |
2021-07-01T18:38:51.755-0400 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) | |
2021-07-01T18:38:51.755-0400 [TRACE] Executing graph transform *terraform.TargetsTransformer | |
2021-07-01T18:38:51.755-0400 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) | |
2021-07-01T18:38:51.755-0400 [TRACE] Executing graph transform *terraform.ReferenceTransformer | |
2021-07-01T18:38:51.755-0400 [DEBUG] ReferenceTransformer: "random_id.random_id_public_ip_bastion_host_01_name" references: [] | |
2021-07-01T18:38:51.755-0400 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes) | |
2021-07-01T18:38:51.755-0400 [TRACE] Executing graph transform *terraform.RootTransformer | |
2021-07-01T18:38:51.755-0400 [TRACE] Completed graph transform *terraform.RootTransformer (no changes) | |
2021-07-01T18:38:51.755-0400 [TRACE] vertex "random_id.random_id_public_ip_bastion_host_01_name": entering dynamic subgraph | |
2021-07-01T18:38:51.755-0400 [TRACE] vertex "random_id.random_id_public_ip_bastion_host_01_name": starting visit (*terraform.NodePlannableResourceInstance) | |
2021-07-01T18:38:51.755-0400 [TRACE] readResourceInstanceState: reading state for random_id.random_id_public_ip_bastion_host_01_name | |
2021-07-01T18:38:51.755-0400 [TRACE] upgradeResourceState: schema version of random_id.random_id_public_ip_bastion_host_01_name is still 0; calling provider "random" for any other minor fixups | |
2021-07-01T18:38:51.755-0400 [TRACE] GRPCProvider: UpgradeResourceState | |
2021-07-01T18:38:51.755-0400 [TRACE] vertex "random_id.random_id_recovery_services_vault_01_name": entering dynamic subgraph | |
2021-07-01T18:38:51.755-0400 [TRACE] vertex "random_id.random_id_recovery_services_vault_01_name": starting visit (*terraform.NodePlannableResourceInstance) | |
2021-07-01T18:38:51.755-0400 [TRACE] readResourceInstanceState: reading state for random_id.random_id_recovery_services_vault_01_name | |
2021-07-01T18:38:51.756-0400 [TRACE] vertex "random_id.random_id_bastion_host_01_name (expand)": entering dynamic subgraph | |
2021-07-01T18:38:51.756-0400 [TRACE] vertex "random_id.random_id_storage_account_01_private_endpoint_file_name (expand)": entering dynamic subgraph | |
2021-07-01T18:38:51.756-0400 [TRACE] vertex "random_id.random_id_bastion_host_01_name": starting visit (*terraform.NodePlannableResource) | |
2021-07-01T18:38:51.756-0400 [TRACE] vertex "random_id.random_id_key_vault_01_name": expanding dynamic subgraph | |
2021-07-01T18:38:51.756-0400 [TRACE] vertex "random_id.random_id_bastion_host_01_name": expanding dynamic subgraph | |
2021-07-01T18:38:51.756-0400 [TRACE] upgradeResourceState: schema version of random_id.random_id_recovery_services_vault_01_name is still 0; calling provider "random" for any other minor fixups | |
2021-07-01T18:38:51.756-0400 [TRACE] GRPCProvider: UpgradeResourceState | |
2021-07-01T18:38:51.756-0400 [TRACE] vertex "random_id.random_id_storage_account_01_private_endpoint_file_name": starting visit (*terraform.NodePlannableResource) | |
2021-07-01T18:38:51.756-0400 [TRACE] Executing graph transform *terraform.ResourceCountTransformer | |
2021-07-01T18:38:51.756-0400 [TRACE] ResourceCountTransformer: adding random_id.random_id_key_vault_01_name as *terraform.NodePlannableResourceInstance | |
2021-07-01T18:38:51.756-0400 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph: | |
random_id.random_id_key_vault_01_name - *terraform.NodePlannableResourceInstance | |
------ | |
2021-07-01T18:38:51.756-0400 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer | |
2021-07-01T18:38:51.756-0400 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes) | |
2021-07-01T18:38:51.756-0400 [TRACE] Executing graph transform *terraform.AttachStateTransformer | |
2021-07-01T18:38:51.756-0400 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) | |
2021-07-01T18:38:51.756-0400 [TRACE] Executing graph transform *terraform.TargetsTransformer | |
2021-07-01T18:38:51.756-0400 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) | |
2021-07-01T18:38:51.756-0400 [TRACE] Executing graph transform *terraform.ReferenceTransformer | |
2021-07-01T18:38:51.756-0400 [DEBUG] ReferenceTransformer: "random_id.random_id_key_vault_01_name" references: [] | |
2021-07-01T18:38:51.756-0400 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes) | |
2021-07-01T18:38:51.756-0400 [TRACE] Executing graph transform *terraform.RootTransformer | |
2021-07-01T18:38:51.756-0400 [TRACE] Completed graph transform *terraform.RootTransformer (no changes) | |
2021-07-01T18:38:51.756-0400 [TRACE] vertex "random_id.random_id_key_vault_01_name": entering dynamic subgraph | |
2021-07-01T18:38:51.756-0400 [TRACE] vertex "random_id.random_id_key_vault_01_name": starting visit (*terraform.NodePlannableResourceInstance) | |
2021-07-01T18:38:51.756-0400 [TRACE] readResourceInstanceState: reading state for random_id.random_id_key_vault_01_name | |
2021-07-01T18:38:51.756-0400 [TRACE] upgradeResourceState: schema version of random_id.random_id_key_vault_01_name is still 0; calling provider "random" for any other minor fixups | |
2021-07-01T18:38:51.756-0400 [TRACE] GRPCProvider: UpgradeResourceState | |
2021-07-01T18:38:51.756-0400 [TRACE] vertex "random_id.random_id_storage_account_01_name (expand)": entering dynamic subgraph | |
2021-07-01T18:38:51.756-0400 [TRACE] vertex "random_id.random_id_storage_account_01_name": starting visit (*terraform.NodePlannableResource) | |
2021-07-01T18:38:51.756-0400 [TRACE] Executing graph transform *terraform.ResourceCountTransformer | |
2021-07-01T18:38:51.756-0400 [TRACE] ResourceCountTransformer: adding random_id.random_id_storage_share_01_name as *terraform.NodePlannableResourceInstance | |
2021-07-01T18:38:51.756-0400 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph: | |
random_id.random_id_storage_share_01_name - *terraform.NodePlannableResourceInstance | |
------ | |
2021-07-01T18:38:51.756-0400 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer | |
2021-07-01T18:38:51.756-0400 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes) | |
2021-07-01T18:38:51.756-0400 [TRACE] Executing graph transform *terraform.AttachStateTransformer | |
2021-07-01T18:38:51.757-0400 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) | |
2021-07-01T18:38:51.757-0400 [TRACE] Executing graph transform *terraform.TargetsTransformer | |
2021-07-01T18:38:51.757-0400 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) | |
2021-07-01T18:38:51.757-0400 [TRACE] Executing graph transform *terraform.ReferenceTransformer | |
2021-07-01T18:38:51.757-0400 [DEBUG] ReferenceTransformer: "random_id.random_id_storage_share_01_name" references: [] | |
2021-07-01T18:38:51.757-0400 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes) | |
2021-07-01T18:38:51.757-0400 [TRACE] Executing graph transform *terraform.RootTransformer | |
2021-07-01T18:38:51.757-0400 [TRACE] Completed graph transform *terraform.RootTransformer (no changes) | |
2021-07-01T18:38:51.757-0400 [TRACE] vertex "random_id.random_id_storage_share_01_name": entering dynamic subgraph | |
2021-07-01T18:38:51.757-0400 [TRACE] vertex "random_id.random_id_storage_share_01_name": starting visit (*terraform.NodePlannableResourceInstance) | |
2021-07-01T18:38:51.757-0400 [TRACE] readResourceInstanceState: reading state for random_id.random_id_storage_share_01_name | |
2021-07-01T18:38:51.757-0400 [TRACE] upgradeResourceState: schema version of random_id.random_id_storage_share_01_name is still 0; calling provider "random" for any other minor fixups | |
2021-07-01T18:38:51.757-0400 [TRACE] GRPCProvider: UpgradeResourceState | |
2021-07-01T18:38:51.757-0400 [TRACE] Executing graph transform *terraform.ResourceCountTransformer | |
2021-07-01T18:38:51.757-0400 [TRACE] ResourceCountTransformer: adding random_id.random_id_bastion_host_01_name as *terraform.NodePlannableResourceInstance | |
2021-07-01T18:38:51.757-0400 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph: | |
random_id.random_id_bastion_host_01_name - *terraform.NodePlannableResourceInstance | |
------ | |
2021-07-01T18:38:51.757-0400 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer | |
2021-07-01T18:38:51.757-0400 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes) | |
2021-07-01T18:38:51.757-0400 [TRACE] Executing graph transform *terraform.AttachStateTransformer | |
2021-07-01T18:38:51.757-0400 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) | |
2021-07-01T18:38:51.757-0400 [TRACE] Executing graph transform *terraform.TargetsTransformer | |
2021-07-01T18:38:51.757-0400 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) | |
2021-07-01T18:38:51.757-0400 [TRACE] Executing graph transform *terraform.ReferenceTransformer | |
2021-07-01T18:38:51.757-0400 [DEBUG] ReferenceTransformer: "random_id.random_id_bastion_host_01_name" references: [] | |
2021-07-01T18:38:51.757-0400 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes) | |
2021-07-01T18:38:51.757-0400 [TRACE] Executing graph transform *terraform.RootTransformer | |
2021-07-01T18:38:51.757-0400 [TRACE] Completed graph transform *terraform.RootTransformer (no changes) | |
2021-07-01T18:38:51.758-0400 [TRACE] vertex "random_id.random_id_bastion_host_01_name": entering dynamic subgraph | |
2021-07-01T18:38:51.758-0400 [TRACE] vertex "random_id.random_id_bastion_host_01_name": starting visit (*terraform.NodePlannableResourceInstance) | |
2021-07-01T18:38:51.758-0400 [TRACE] readResourceInstanceState: reading state for random_id.random_id_bastion_host_01_name | |
2021-07-01T18:38:51.758-0400 [TRACE] upgradeResourceState: schema version of random_id.random_id_bastion_host_01_name is still 0; calling provider "random" for any other minor fixups | |
2021-07-01T18:38:51.758-0400 [TRACE] GRPCProvider: UpgradeResourceState | |
2021-07-01T18:38:51.758-0400 [TRACE] vertex "random_id.random_id_storage_account_01_private_endpoint_file_name": expanding dynamic subgraph | |
2021-07-01T18:38:51.758-0400 [TRACE] Executing graph transform *terraform.ResourceCountTransformer | |
2021-07-01T18:38:51.758-0400 [TRACE] ResourceCountTransformer: adding random_id.random_id_storage_account_01_private_endpoint_file_name as *terraform.NodePlannableResourceInstance | |
2021-07-01T18:38:51.758-0400 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph: | |
random_id.random_id_storage_account_01_private_endpoint_file_name - *terraform.NodePlannableResourceInstance | |
------ | |
2021-07-01T18:38:51.758-0400 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer | |
2021-07-01T18:38:51.758-0400 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes) | |
2021-07-01T18:38:51.758-0400 [TRACE] Executing graph transform *terraform.AttachStateTransformer | |
2021-07-01T18:38:51.758-0400 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) | |
2021-07-01T18:38:51.758-0400 [TRACE] Executing graph transform *terraform.TargetsTransformer | |
2021-07-01T18:38:51.758-0400 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) | |
2021-07-01T18:38:51.758-0400 [TRACE] Executing graph transform *terraform.ReferenceTransformer | |
2021-07-01T18:38:51.758-0400 [DEBUG] ReferenceTransformer: "random_id.random_id_storage_account_01_private_endpoint_file_name" references: [] | |
2021-07-01T18:38:51.758-0400 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes) | |
2021-07-01T18:38:51.758-0400 [TRACE] Executing graph transform *terraform.RootTransformer | |
2021-07-01T18:38:51.758-0400 [TRACE] Completed graph transform *terraform.RootTransformer (no changes) | |
2021-07-01T18:38:51.758-0400 [TRACE] vertex "random_id.random_id_storage_account_01_private_endpoint_file_name": entering dynamic subgraph | |
2021-07-01T18:38:51.758-0400 [TRACE] vertex "random_id.random_id_storage_account_01_private_endpoint_file_name": starting visit (*terraform.NodePlannableResourceInstance) | |
2021-07-01T18:38:51.758-0400 [TRACE] readResourceInstanceState: reading state for random_id.random_id_storage_account_01_private_endpoint_file_name | |
2021-07-01T18:38:51.758-0400 [TRACE] upgradeResourceState: schema version of random_id.random_id_storage_account_01_private_endpoint_file_name is still 0; calling provider "random" for any other minor fixups | |
2021-07-01T18:38:51.758-0400 [TRACE] GRPCProvider: UpgradeResourceState | |
2021-07-01T18:38:51.758-0400 [TRACE] vertex "random_id.random_id_storage_account_01_name": expanding dynamic subgraph | |
2021-07-01T18:38:51.758-0400 [TRACE] Executing graph transform *terraform.ResourceCountTransformer | |
2021-07-01T18:38:51.758-0400 [TRACE] ResourceCountTransformer: adding random_id.random_id_storage_account_01_name as *terraform.NodePlannableResourceInstance | |
2021-07-01T18:38:51.758-0400 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph: | |
random_id.random_id_storage_account_01_name - *terraform.NodePlannableResourceInstance | |
------ | |
2021-07-01T18:38:51.758-0400 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer | |
2021-07-01T18:38:51.758-0400 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes) | |
2021-07-01T18:38:51.758-0400 [TRACE] Executing graph transform *terraform.AttachStateTransformer | |
2021-07-01T18:38:51.758-0400 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) | |
2021-07-01T18:38:51.759-0400 [TRACE] Executing graph transform *terraform.TargetsTransformer | |
2021-07-01T18:38:51.759-0400 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) | |
2021-07-01T18:38:51.759-0400 [TRACE] Executing graph transform *terraform.ReferenceTransformer | |
2021-07-01T18:38:51.759-0400 [DEBUG] ReferenceTransformer: "random_id.random_id_storage_account_01_name" references: [] | |
2021-07-01T18:38:51.759-0400 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes) | |
2021-07-01T18:38:51.759-0400 [TRACE] Executing graph transform *terraform.RootTransformer | |
2021-07-01T18:38:51.759-0400 [TRACE] Completed graph transform *terraform.RootTransformer (no changes) | |
2021-07-01T18:38:51.759-0400 [TRACE] vertex "random_id.random_id_storage_account_01_name": entering dynamic subgraph | |
2021-07-01T18:38:51.759-0400 [TRACE] vertex "random_id.random_id_storage_account_01_name": starting visit (*terraform.NodePlannableResourceInstance) | |
2021-07-01T18:38:51.759-0400 [TRACE] readResourceInstanceState: reading state for random_id.random_id_storage_account_01_name | |
2021-07-01T18:38:51.759-0400 [TRACE] upgradeResourceState: schema version of random_id.random_id_storage_account_01_name is still 0; calling provider "random" for any other minor fixups | |
2021-07-01T18:38:51.759-0400 [TRACE] GRPCProvider: UpgradeResourceState | |
2021-07-01T18:38:51.760-0400 [WARN] ValidateProviderConfig from "provider[\"registry.terraform.io/hashicorp/azurerm\"]" changed the config value, but that value is unused | |
2021-07-01T18:38:51.760-0400 [TRACE] GRPCProvider: ConfigureProvider | |
2021-07-01T18:38:51.760-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for random_id.random_id_bastion_host_01_name | |
2021-07-01T18:38:51.760-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for random_id.random_id_bastion_host_01_name | |
2021-07-01T18:38:51.760-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for random_id.random_id_bastion_host_01_name | |
2021-07-01T18:38:51.760-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for random_id.random_id_bastion_host_01_name | |
2021-07-01T18:38:51.760-0400 [TRACE] NodeAbstractResourceInstance.refresh for random_id.random_id_bastion_host_01_name | |
2021-07-01T18:38:51.760-0400 [TRACE] GRPCProvider: ReadResource | |
2021-07-01T18:38:51.761-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for random_id.random_id_key_vault_01_name | |
2021-07-01T18:38:51.761-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for random_id.random_id_key_vault_01_name | |
2021-07-01T18:38:51.761-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for random_id.random_id_key_vault_01_name | |
2021-07-01T18:38:51.761-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for random_id.random_id_recovery_services_vault_01_name | |
2021-07-01T18:38:51.761-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for random_id.random_id_recovery_services_vault_01_name | |
2021-07-01T18:38:51.761-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for random_id.random_id_recovery_services_vault_01_name | |
2021-07-01T18:38:51.761-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for random_id.random_id_recovery_services_vault_01_name | |
2021-07-01T18:38:51.761-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for random_id.random_id_storage_account_01_private_endpoint_file_name | |
2021-07-01T18:38:51.761-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for random_id.random_id_storage_account_01_private_endpoint_file_name | |
2021-07-01T18:38:51.762-0400 [TRACE] NodeAbstractResourceInstance.refresh for random_id.random_id_recovery_services_vault_01_name | |
2021-07-01T18:38:51.762-0400 [TRACE] GRPCProvider: ReadResource | |
2021-07-01T18:38:51.762-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for random_id.random_id_storage_account_01_private_endpoint_file_name | |
2021-07-01T18:38:51.762-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for random_id.random_id_storage_account_01_private_endpoint_file_name | |
2021-07-01T18:38:51.762-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for random_id.random_id_public_ip_bastion_host_01_name | |
2021-07-01T18:38:51.762-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for random_id.random_id_public_ip_bastion_host_01_name | |
2021-07-01T18:38:51.762-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for random_id.random_id_storage_share_01_name | |
2021-07-01T18:38:51.762-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for random_id.random_id_storage_share_01_name | |
2021-07-01T18:38:51.762-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for random_id.random_id_storage_share_01_name | |
2021-07-01T18:38:51.762-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for random_id.random_id_storage_share_01_name | |
2021-07-01T18:38:51.763-0400 [TRACE] NodeAbstractResourceInstance.refresh for random_id.random_id_storage_share_01_name | |
2021-07-01T18:38:51.763-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for random_id.random_id_log_analytics_workspace_01_name | |
2021-07-01T18:38:51.763-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for random_id.random_id_public_ip_bastion_host_01_name | |
2021-07-01T18:38:51.763-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for random_id.random_id_public_ip_bastion_host_01_name | |
2021-07-01T18:38:51.763-0400 [TRACE] GRPCProvider: ReadResource | |
2021-07-01T18:38:51.763-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for random_id.random_id_log_analytics_workspace_01_name | |
2021-07-01T18:38:51.763-0400 [TRACE] NodeAbstractResourceInstance.refresh for random_id.random_id_public_ip_bastion_host_01_name | |
2021-07-01T18:38:51.763-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for random_id.random_id_log_analytics_workspace_01_name | |
2021-07-01T18:38:51.763-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for random_id.random_id_log_analytics_workspace_01_name | |
2021-07-01T18:38:51.764-0400 [TRACE] NodeAbstractResourceInstance.refresh for random_id.random_id_log_analytics_workspace_01_name | |
2021-07-01T18:38:51.764-0400 [INFO] provider.terraform-provider-azurerm_v2.65.0_x5: Testing if Service Principal / Client Certificate is applicable for Authentication..: timestamp=2021-07-01T18:38:51.763-0400 | |
2021-07-01T18:38:51.764-0400 [TRACE] GRPCProvider: ReadResource | |
2021-07-01T18:38:51.764-0400 [TRACE] GRPCProvider: ReadResource | |
2021-07-01T18:38:51.764-0400 [TRACE] NodeAbstractResourceInstance.refresh for random_id.random_id_storage_account_01_private_endpoint_file_name | |
2021-07-01T18:38:51.764-0400 [TRACE] GRPCProvider: ReadResource | |
2021-07-01T18:38:51.764-0400 [INFO] provider.terraform-provider-azurerm_v2.65.0_x5: Testing if Multi Tenant Service Principal / Client Secret is applicable for Authentication..: timestamp=2021-07-01T18:38:51.763-0400 | |
2021-07-01T18:38:51.765-0400 [INFO] provider.terraform-provider-azurerm_v2.65.0_x5: Testing if Service Principal / Client Secret is applicable for Authentication..: timestamp=2021-07-01T18:38:51.763-0400 | |
2021-07-01T18:38:51.767-0400 [INFO] provider.terraform-provider-azurerm_v2.65.0_x5: Testing if Managed Service Identity is applicable for Authentication..: timestamp=2021-07-01T18:38:51.763-0400 | |
2021-07-01T18:38:51.768-0400 [INFO] provider.terraform-provider-azurerm_v2.65.0_x5: Testing if Obtaining a Multi-tenant token from the Azure CLI is applicable for Authentication..: timestamp=2021-07-01T18:38:51.763-0400 | |
2021-07-01T18:38:51.768-0400 [INFO] provider.terraform-provider-azurerm_v2.65.0_x5: Testing if Obtaining a token from the Azure CLI is applicable for Authentication..: timestamp=2021-07-01T18:38:51.763-0400 | |
2021-07-01T18:38:51.768-0400 [INFO] provider.terraform-provider-azurerm_v2.65.0_x5: Using Obtaining a token from the Azure CLI for Authentication: timestamp=2021-07-01T18:38:51.763-0400 | |
2021-07-01T18:38:51.764-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for random_id.random_id_key_vault_01_name | |
2021-07-01T18:38:51.768-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for random_id.random_id_storage_account_01_name | |
2021-07-01T18:38:51.768-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for random_id.random_id_storage_account_01_name | |
2021-07-01T18:38:51.768-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for random_id.random_id_storage_account_01_name | |
2021-07-01T18:38:51.768-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for random_id.random_id_storage_account_01_name | |
2021-07-01T18:38:51.768-0400 [TRACE] NodeAbstractResourceInstance.refresh for random_id.random_id_storage_account_01_name | |
2021-07-01T18:38:51.768-0400 [TRACE] GRPCProvider: ReadResource | |
2021-07-01T18:38:51.769-0400 [TRACE] NodeAbstractResourceInstance.refresh for random_id.random_id_key_vault_01_name | |
2021-07-01T18:38:51.769-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for random_id.random_id_storage_share_01_name | |
2021-07-01T18:38:51.769-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for random_id.random_id_storage_share_01_name | |
2021-07-01T18:38:51.769-0400 [TRACE] GRPCProvider: ReadResource | |
2021-07-01T18:38:51.769-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for random_id.random_id_storage_account_01_private_endpoint_file_name | |
2021-07-01T18:38:51.769-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for random_id.random_id_bastion_host_01_name | |
2021-07-01T18:38:51.769-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for random_id.random_id_recovery_services_vault_01_name | |
2021-07-01T18:38:51.769-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for random_id.random_id_recovery_services_vault_01_name | |
2021-07-01T18:38:51.770-0400 [TRACE] Re-validating config for "random_id.random_id_recovery_services_vault_01_name" | |
2021-07-01T18:38:51.770-0400 [TRACE] GRPCProvider: ValidateResourceConfig | |
2021-07-01T18:38:51.770-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for random_id.random_id_public_ip_bastion_host_01_name | |
2021-07-01T18:38:51.770-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for random_id.random_id_public_ip_bastion_host_01_name | |
2021-07-01T18:38:51.770-0400 [TRACE] Re-validating config for "random_id.random_id_storage_share_01_name" | |
2021-07-01T18:38:51.770-0400 [TRACE] GRPCProvider: ValidateResourceConfig | |
2021-07-01T18:38:51.770-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for random_id.random_id_storage_account_01_private_endpoint_file_name | |
2021-07-01T18:38:51.770-0400 [TRACE] Re-validating config for "random_id.random_id_public_ip_bastion_host_01_name" | |
2021-07-01T18:38:51.770-0400 [TRACE] GRPCProvider: ValidateResourceConfig | |
2021-07-01T18:38:51.770-0400 [TRACE] Re-validating config for "random_id.random_id_storage_account_01_private_endpoint_file_name" | |
2021-07-01T18:38:51.770-0400 [TRACE] GRPCProvider: ValidateResourceConfig | |
2021-07-01T18:38:51.770-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for random_id.random_id_log_analytics_workspace_01_name | |
2021-07-01T18:38:51.770-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for random_id.random_id_log_analytics_workspace_01_name | |
2021-07-01T18:38:51.770-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for random_id.random_id_bastion_host_01_name | |
2021-07-01T18:38:51.770-0400 [TRACE] Re-validating config for "random_id.random_id_log_analytics_workspace_01_name" | |
2021-07-01T18:38:51.770-0400 [TRACE] GRPCProvider: ValidateResourceConfig | |
2021-07-01T18:38:51.770-0400 [TRACE] Re-validating config for "random_id.random_id_bastion_host_01_name" | |
2021-07-01T18:38:51.770-0400 [TRACE] GRPCProvider: ValidateResourceConfig | |
2021-07-01T18:38:51.772-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for random_id.random_id_storage_account_01_name | |
2021-07-01T18:38:51.772-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for random_id.random_id_storage_account_01_name | |
2021-07-01T18:38:51.772-0400 [TRACE] Re-validating config for "random_id.random_id_storage_account_01_name" | |
2021-07-01T18:38:51.772-0400 [TRACE] GRPCProvider: ValidateResourceConfig | |
2021-07-01T18:38:51.772-0400 [TRACE] GRPCProvider: PlanResourceChange | |
2021-07-01T18:38:51.773-0400 [TRACE] GRPCProvider: PlanResourceChange | |
2021-07-01T18:38:51.773-0400 [TRACE] GRPCProvider: PlanResourceChange | |
2021-07-01T18:38:51.773-0400 [TRACE] GRPCProvider: PlanResourceChange | |
2021-07-01T18:38:51.773-0400 [TRACE] GRPCProvider: PlanResourceChange | |
2021-07-01T18:38:51.773-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for random_id.random_id_key_vault_01_name | |
2021-07-01T18:38:51.773-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for random_id.random_id_key_vault_01_name | |
2021-07-01T18:38:51.773-0400 [TRACE] GRPCProvider: PlanResourceChange | |
2021-07-01T18:38:51.773-0400 [TRACE] Re-validating config for "random_id.random_id_key_vault_01_name" | |
2021-07-01T18:38:51.773-0400 [TRACE] GRPCProvider: ValidateResourceConfig | |
2021-07-01T18:38:51.773-0400 [TRACE] GRPCProvider: PlanResourceChange | |
2021-07-01T18:38:51.776-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for random_id.random_id_storage_account_01_private_endpoint_file_name | |
2021-07-01T18:38:51.776-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for random_id.random_id_storage_account_01_private_endpoint_file_name | |
2021-07-01T18:38:51.777-0400 [TRACE] writeChange: recorded NoOp change for random_id.random_id_storage_account_01_private_endpoint_file_name | |
2021-07-01T18:38:51.777-0400 [TRACE] vertex "random_id.random_id_storage_account_01_private_endpoint_file_name": visit complete | |
2021-07-01T18:38:51.777-0400 [TRACE] vertex "random_id.random_id_storage_account_01_private_endpoint_file_name": dynamic subgraph completed successfully | |
2021-07-01T18:38:51.777-0400 [TRACE] vertex "random_id.random_id_storage_account_01_private_endpoint_file_name": visit complete | |
2021-07-01T18:38:51.777-0400 [TRACE] vertex "random_id.random_id_storage_account_01_private_endpoint_file_name (expand)": dynamic subgraph completed successfully | |
2021-07-01T18:38:51.777-0400 [TRACE] vertex "random_id.random_id_storage_account_01_private_endpoint_file_name (expand)": visit complete | |
2021-07-01T18:38:51.777-0400 [TRACE] GRPCProvider: PlanResourceChange | |
2021-07-01T18:38:51.777-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for random_id.random_id_log_analytics_workspace_01_name | |
2021-07-01T18:38:51.777-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for random_id.random_id_log_analytics_workspace_01_name | |
2021-07-01T18:38:51.777-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for random_id.random_id_bastion_host_01_name | |
2021-07-01T18:38:51.777-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for random_id.random_id_bastion_host_01_name | |
2021-07-01T18:38:51.777-0400 [TRACE] writeChange: recorded NoOp change for random_id.random_id_bastion_host_01_name | |
2021-07-01T18:38:51.777-0400 [TRACE] vertex "random_id.random_id_bastion_host_01_name": visit complete | |
2021-07-01T18:38:51.777-0400 [TRACE] vertex "random_id.random_id_bastion_host_01_name": dynamic subgraph completed successfully | |
2021-07-01T18:38:51.777-0400 [TRACE] vertex "random_id.random_id_bastion_host_01_name": visit complete | |
2021-07-01T18:38:51.777-0400 [TRACE] vertex "random_id.random_id_bastion_host_01_name (expand)": dynamic subgraph completed successfully | |
2021-07-01T18:38:51.777-0400 [TRACE] vertex "random_id.random_id_bastion_host_01_name (expand)": visit complete | |
2021-07-01T18:38:51.778-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for random_id.random_id_key_vault_01_name | |
2021-07-01T18:38:51.778-0400 [TRACE] writeChange: recorded NoOp change for random_id.random_id_log_analytics_workspace_01_name | |
2021-07-01T18:38:51.778-0400 [TRACE] vertex "random_id.random_id_log_analytics_workspace_01_name": visit complete | |
2021-07-01T18:38:51.778-0400 [TRACE] vertex "random_id.random_id_log_analytics_workspace_01_name": dynamic subgraph completed successfully | |
2021-07-01T18:38:51.778-0400 [TRACE] vertex "random_id.random_id_log_analytics_workspace_01_name": visit complete | |
2021-07-01T18:38:51.778-0400 [TRACE] vertex "random_id.random_id_log_analytics_workspace_01_name (expand)": dynamic subgraph completed successfully | |
2021-07-01T18:38:51.778-0400 [TRACE] vertex "random_id.random_id_log_analytics_workspace_01_name (expand)": visit complete | |
2021-07-01T18:38:51.778-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for random_id.random_id_key_vault_01_name | |
2021-07-01T18:38:51.778-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for random_id.random_id_recovery_services_vault_01_name | |
2021-07-01T18:38:51.778-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for random_id.random_id_recovery_services_vault_01_name | |
2021-07-01T18:38:51.778-0400 [TRACE] writeChange: recorded NoOp change for random_id.random_id_key_vault_01_name | |
2021-07-01T18:38:51.778-0400 [TRACE] vertex "random_id.random_id_key_vault_01_name": visit complete | |
2021-07-01T18:38:51.778-0400 [TRACE] writeChange: recorded NoOp change for random_id.random_id_recovery_services_vault_01_name | |
2021-07-01T18:38:51.778-0400 [TRACE] vertex "random_id.random_id_recovery_services_vault_01_name": visit complete | |
2021-07-01T18:38:51.778-0400 [TRACE] vertex "random_id.random_id_recovery_services_vault_01_name": dynamic subgraph completed successfully | |
2021-07-01T18:38:51.778-0400 [TRACE] vertex "random_id.random_id_recovery_services_vault_01_name": visit complete | |
2021-07-01T18:38:51.778-0400 [TRACE] vertex "random_id.random_id_recovery_services_vault_01_name (expand)": dynamic subgraph completed successfully | |
2021-07-01T18:38:51.778-0400 [TRACE] vertex "random_id.random_id_recovery_services_vault_01_name (expand)": visit complete | |
2021-07-01T18:38:51.778-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for random_id.random_id_storage_share_01_name | |
2021-07-01T18:38:51.778-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for random_id.random_id_storage_share_01_name | |
2021-07-01T18:38:51.778-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for random_id.random_id_public_ip_bastion_host_01_name | |
2021-07-01T18:38:51.779-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for random_id.random_id_public_ip_bastion_host_01_name | |
2021-07-01T18:38:51.779-0400 [TRACE] writeChange: recorded NoOp change for random_id.random_id_public_ip_bastion_host_01_name | |
2021-07-01T18:38:51.779-0400 [TRACE] vertex "random_id.random_id_public_ip_bastion_host_01_name": visit complete | |
2021-07-01T18:38:51.779-0400 [TRACE] vertex "random_id.random_id_public_ip_bastion_host_01_name": dynamic subgraph completed successfully | |
2021-07-01T18:38:51.779-0400 [TRACE] vertex "random_id.random_id_public_ip_bastion_host_01_name": visit complete | |
2021-07-01T18:38:51.779-0400 [TRACE] vertex "random_id.random_id_public_ip_bastion_host_01_name (expand)": dynamic subgraph completed successfully | |
2021-07-01T18:38:51.781-0400 [TRACE] vertex "random_id.random_id_public_ip_bastion_host_01_name (expand)": visit complete | |
2021-07-01T18:38:51.781-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for random_id.random_id_storage_account_01_name | |
2021-07-01T18:38:51.781-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for random_id.random_id_storage_account_01_name | |
2021-07-01T18:38:51.781-0400 [TRACE] writeChange: recorded NoOp change for random_id.random_id_storage_share_01_name | |
2021-07-01T18:38:51.781-0400 [TRACE] vertex "random_id.random_id_storage_share_01_name": visit complete | |
2021-07-01T18:38:51.781-0400 [TRACE] vertex "random_id.random_id_storage_share_01_name": dynamic subgraph completed successfully | |
2021-07-01T18:38:51.781-0400 [TRACE] vertex "random_id.random_id_storage_share_01_name": visit complete | |
2021-07-01T18:38:51.781-0400 [TRACE] vertex "random_id.random_id_storage_share_01_name (expand)": dynamic subgraph completed successfully | |
2021-07-01T18:38:51.781-0400 [TRACE] vertex "random_id.random_id_storage_share_01_name (expand)": visit complete | |
2021-07-01T18:38:51.781-0400 [TRACE] vertex "random_id.random_id_key_vault_01_name": dynamic subgraph completed successfully | |
2021-07-01T18:38:51.781-0400 [TRACE] vertex "random_id.random_id_key_vault_01_name": visit complete | |
2021-07-01T18:38:51.782-0400 [TRACE] vertex "random_id.random_id_key_vault_01_name (expand)": dynamic subgraph completed successfully | |
2021-07-01T18:38:51.782-0400 [TRACE] vertex "random_id.random_id_key_vault_01_name (expand)": visit complete | |
2021-07-01T18:38:51.782-0400 [TRACE] writeChange: recorded NoOp change for random_id.random_id_storage_account_01_name | |
2021-07-01T18:38:51.782-0400 [TRACE] vertex "random_id.random_id_storage_account_01_name": visit complete | |
2021-07-01T18:38:51.782-0400 [TRACE] vertex "random_id.random_id_storage_account_01_name": dynamic subgraph completed successfully | |
2021-07-01T18:38:51.782-0400 [TRACE] vertex "random_id.random_id_storage_account_01_name": visit complete | |
2021-07-01T18:38:51.782-0400 [TRACE] vertex "random_id.random_id_storage_account_01_name (expand)": dynamic subgraph completed successfully | |
2021-07-01T18:38:51.782-0400 [TRACE] vertex "random_id.random_id_storage_account_01_name (expand)": visit complete | |
2021-07-01T18:38:51.782-0400 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/random\"] (close)": starting visit (*terraform.graphNodeCloseProvider) | |
2021-07-01T18:38:51.782-0400 [TRACE] GRPCProvider: Close | |
2021-07-01T18:38:51.784-0400 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.1.0/linux_amd64/terraform-provider-random_v3.1.0_x5 pid=2451 | |
2021-07-01T18:38:51.784-0400 [DEBUG] provider: plugin exited | |
2021-07-01T18:38:51.784-0400 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/random\"] (close)": visit complete | |
2021-07-01T18:38:51.785-0400 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Canceled desc = context canceled" | |
2021-07-01T18:38:54.631-0400 [INFO] provider.terraform-provider-azurerm_v2.65.0_x5: authenticated object ID cache miss, populating with: "4e04cdb4-0f6f-45b5-b115-90b742b19f12": timestamp=2021-07-01T18:38:54.631-0400 | |
2021-07-01T18:38:54.631-0400 [INFO] provider.terraform-provider-azurerm_v2.65.0_x5: Getting OAuth config for endpoint https://login.microsoftonline.com/ with tenant 72f988bf-86f1-41af-91ab-2d7cd011db47: timestamp=2021-07-01T18:38:54.631-0400 | |
2021-07-01T18:38:56.255-0400 [TRACE] dag/walk: vertex "azurerm_virtual_network.vnet_shared_01 (expand)" is waiting for "azurerm_resource_group.resource_group_01 (expand)" | |
2021-07-01T18:38:56.255-0400 [TRACE] dag/walk: vertex "output.bastion_host_01_dns_name" is waiting for "azurerm_bastion_host.bastion_host_01 (expand)" | |
2021-07-01T18:38:56.255-0400 [TRACE] dag/walk: vertex "output.key_vault_01_uri" is waiting for "azurerm_key_vault.key_vault_01 (expand)" | |
2021-07-01T18:38:56.255-0400 [TRACE] dag/walk: vertex "azurerm_key_vault.key_vault_01 (expand)" is waiting for "azurerm_resource_group.resource_group_01 (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "output.public_ip_bastion_host_01_name" is waiting for "azurerm_public_ip.public_ip_bastion_host_01 (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "output.recovery_services_vault_01_principal_id" is waiting for "azurerm_recovery_services_vault.recovery_services_vault_01 (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "output.storage_account_01_name" is waiting for "azurerm_storage_account.storage_account_01 (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "azurerm_subnet.vnet_shared_01_subnets (expand)" is waiting for "azurerm_virtual_network.vnet_shared_01 (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "output.resource_group_01_id" is waiting for "azurerm_resource_group.resource_group_01 (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "output.storage_share_01_url" is waiting for "azurerm_storage_share.storage_share_01 (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "output.vnet_shared_01_adds_subnet_id" is waiting for "azurerm_subnet.vnet_shared_01_subnets (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "output.private_dns_zone_1_id" is waiting for "azurerm_private_dns_zone.private_dns_zone_1 (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "azurerm_public_ip.public_ip_bastion_host_01 (expand)" is waiting for "azurerm_resource_group.resource_group_01 (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand)" is waiting for "azurerm_resource_group.resource_group_01 (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "output.vnet_shared_01_name" is waiting for "azurerm_virtual_network.vnet_shared_01 (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "output.storage_account_01_private_endpoint_file_name" is waiting for "azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/azurerm\"] (close)" is waiting for "azurerm_bastion_host.bastion_host_01 (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "azurerm_resource_group.resource_group_01 (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin (expand)" is waiting for "azurerm_key_vault.key_vault_01 (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "azurerm_recovery_services_vault.recovery_services_vault_01 (expand)" is waiting for "azurerm_resource_group.resource_group_01 (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "azurerm_storage_container.storage_container_01 (expand)" is waiting for "azurerm_storage_account.storage_account_01 (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "output.storage_share_01_id" is waiting for "azurerm_storage_share.storage_share_01 (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "output.storage_account_01_private_endpoint_file_prvip" is waiting for "azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "azurerm_storage_share.storage_share_01 (expand)" is waiting for "azurerm_storage_account.storage_account_01 (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "output.log_analytics_workspace_01_name" is waiting for "azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "azurerm_private_dns_a_record.private_dns_a_record_1 (expand)" is waiting for "azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 (expand)" is waiting for "azurerm_private_dns_zone.private_dns_zone_1 (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.storage_container_01_name" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "output.storage_account_01_key" is waiting for "azurerm_storage_account.storage_account_01 (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "output.storage_container_01_id" is waiting for "azurerm_storage_container.storage_container_01 (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "output.storage_account_01_blob_endpoint" is waiting for "azurerm_storage_account.storage_account_01 (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "output.resource_group_01_name" is waiting for "azurerm_resource_group.resource_group_01 (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "output.storage_container_01_name" is waiting for "azurerm_storage_container.storage_container_01 (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "output.vnet_shared_01_id" is waiting for "azurerm_virtual_network.vnet_shared_01 (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "output.recovery_services_vault_01_name" is waiting for "azurerm_recovery_services_vault.recovery_services_vault_01 (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "azurerm_storage_account.storage_account_01 (expand)" is waiting for "azurerm_resource_group.resource_group_01 (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "output.log_analytics_workspace_01_id" is waiting for "azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "output.key_vault_01_id" is waiting for "azurerm_key_vault.key_vault_01 (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "output.storage_share_01_name" is waiting for "azurerm_storage_share.storage_share_01 (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "output.log_analytics_workspace_01_primary_shared_key" is waiting for "azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "output.resource_group_01_location" is waiting for "azurerm_resource_group.resource_group_01 (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "output.recovery_services_vault_01_id" is waiting for "azurerm_recovery_services_vault.recovery_services_vault_01 (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "output.storage_account_01_private_endpoint_file_id" is waiting for "azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "azurerm_private_dns_zone.private_dns_zone_1 (expand)" is waiting for "azurerm_resource_group.resource_group_01 (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "output.virtual_network_link_vnet_shared_01_id" is waiting for "azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "output.private_dns_a_record_1_name" is waiting for "azurerm_private_dns_a_record.private_dns_a_record_1 (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "output.bastion_host_01_id" is waiting for "azurerm_bastion_host.bastion_host_01 (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "output.private_dns_zone_1_name" is waiting for "azurerm_private_dns_zone.private_dns_zone_1 (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "output.bastion_host_01_name" is waiting for "azurerm_bastion_host.bastion_host_01 (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "output.virtual_network_link_vnet_shared_01_name" is waiting for "azurerm_private_dns_zone_virtual_network_link.virtual_network_link_vnet_shared_01 (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "output.public_ip_bastion_host_01_ip_address" is waiting for "azurerm_public_ip.public_ip_bastion_host_01 (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "output.log_analytics_workspace_01_workspace_id" is waiting for "azurerm_log_analytics_workspace.log_analytics_workspace_01 (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "azurerm_private_endpoint.storage_account_01_private_endpoint_file (expand)" is waiting for "azurerm_storage_account.storage_account_01 (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "output.resource_group_01_tags" is waiting for "azurerm_resource_group.resource_group_01 (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "output.key_vault_01_name" is waiting for "azurerm_key_vault.key_vault_01 (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "output.storage_account_01_id" is waiting for "azurerm_storage_account.storage_account_01 (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "output.private_dns_a_record_1_id" is waiting for "azurerm_private_dns_a_record.private_dns_a_record_1 (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "output.public_ip_bastion_host_01_id" is waiting for "azurerm_public_ip.public_ip_bastion_host_01 (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "output.vnet_shared_01_default_subnet_id" is waiting for "azurerm_subnet.vnet_shared_01_subnets (expand)" | |
2021-07-01T18:38:56.256-0400 [TRACE] dag/walk: vertex "output.key_vault_01_access_policy_secrets_admin_id" is waiting for "azurerm_key_vault_access_policy.key_vault_01_access_policy_secrets_admin (expand)" | |
2021-07-01T18:38:56.778-0400 [TRACE] dag/walk: vertex "azurerm_bastion_host.bastion_host_01 (expand)" is waiting for "azurerm_public_ip.public_ip_bastion_host_01 (expand)" | |
2021-07-01T18:38:56.785-0400 [TRACE] dag/walk: vertex "root" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"] (close)" | |
2021-07-01T18:38:57.845-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: Genereated Provider Correlation Request Id: c90d264f-c13a-50af-dec6-ed795bac40ac: timestamp=2021-07-01T18:38:57.845-0400 | |
2021-07-01T18:38:58.135-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: AzureRM Request: | |
GET /subscriptions/f6d69ee2-34d5-4ca8-a143-7a2fc1aeca55/providers?api-version=2016-02-01 HTTP/1.1 | |
Host: management.azure.com | |
User-Agent: Go/go1.16.3 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v55.3.0 resources/2016-02-01 HashiCorp Terraform/1.0.1 (+https://www.terraform.io) Terraform Plugin SDK/2.6.1 terraform-provider-azurerm/2.65.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
X-Ms-Correlation-Request-Id: c90d264f-c13a-50af-dec6-ed795bac40ac | |
Accept-Encoding: gzip: timestamp=2021-07-01T18:38:58.134-0400 | |
2021-07-01T18:39:01.164-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: {"@level":"debug","@message":"AzureRM Response for https://management.azure.com/subscriptions/f6d69ee2-34d5-4ca8-a143-7a2fc1aeca55/providers?api-version=2016-02-01: \nHTTP/2.0 200 OK\r\nCache-Control: no-cache\r\nContent-Type: application/json; charset=utf-8\r\nDate: Thu, 01 Jul 2021 22:39:00 GMT\r\nExpires: -1\r\nPragma: no-cache\r\nStrict-Transport-Security: max-age=31536000; includeSubDomains\r\nVary: Accept-Encoding\r\nX-Content-Type-Options: nosniff\r\nX-Ms-Correlation-Request-Id: c90d264f-c13a-50af-dec6-ed795bac40ac\r\nX-Ms-Ratelimit-Remaining-Subscription-Reads: 11996\r\nX-Ms-Request-Id: a65921db-17ce-4f3f-a28a-6d7af0b5157a\r\nX-Ms-Routing-Request-Id: CANADACENTRAL:20210701T223901Z:a65921db-17ce-4f3f-a28a-6d7af0b5157a\r\n\r\n{\"value\":[{\"id\":\"/subscriptions/f6d69ee2-34d5-4ca8-a143-7a2fc1aeca55/providers/Microsoft.Media\",\"namespace\":\"Microsoft.Media\",\"authorization\":{\"applicationId\":\"374b2a64-3b6b-436b-934c-b820eacca870\",\"roleDefinitionId\":\"aab70789-0cec-44b5-95d7-84b64c9487af\"},\"resourceTypes\":[{\"resourceType\":\"mediaservices\",\"locations\":[\"Japan West\",\"Japan East\",\"East Asia\",\"Southeast Asia\",\"West Europe\",\"North Europe\",\"East US\",\"West US\",\"Australia East\",\"Australia Southeast\",\"East US 2\",\"Central US\",\"Brazil South\",\"Central India\",\"West India\",\"South India\",\"North Central US\",\"South Central US\",\"UK South\",\"UK West\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Germany West Central\",\"Germany North\",\"Switzerland West\",\"Switzerland North\",\"Norway East\",\"West US 3\"],\"apiVersions\":[\"2021-05-01\",\"2020-05-01\",\"2018-07-01\",\"2018-06-01-preview\",\"2018-03-30-preview\",\"2015-10-01\",\"2015-04-01\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"videoAnalyzers\",\"locations\":[\"Southeast Asia\",\"North Europe\",\"West Europe\",\"Central India\",\"Japan East\",\"Korea Central\",\"East US 2\",\"West US 2\"],\"apiVersions\":[\"2021-05-01-privatepreview\",\"2021-05-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"mediaservices/assets\",\"locations\":[\"Japan West\",\"Japan East\",\"East Asia\",\"Southeast Asia\",\"West Europe\",\"North Europe\",\"East US\",\"West US\",\"Australia East\",\"Australia Southeast\",\"East US 2\",\"Central US\",\"Brazil South\",\"Central India\",\"West India\",\"South India\",\"North Central US\",\"South Central US\",\"UK South\",\"UK West\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Germany West Central\",\"Germany North\",\"Switzerland West\",\"Switzerland North\",\"Norway East\",\"West US 3\"],\"apiVersions\":[\"2020-05-01\",\"2018-07-01\",\"2018-06-01-preview\",\"2018-03-30-preview\"]},{\"resourceType\":\"mediaservices/contentKeyPolicies\",\"locations\":[\"Japan West\",\"Japan East\",\"East Asia\",\"Southeast Asia\",\"West Europe\",\"North Europe\",\"East US\",\"West US\",\"Australia East\",\"Australia Southeast\",\"East US 2\",\"Central US\",\"Brazil South\",\"Central India\",\"West India\",\"South India\",\"North Central US\",\"South Central US\",\"UK South\",\"UK West\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Germany West Central\",\"Germany North\",\"Switzerland West\",\"Switzerland North\",\"Norway East\",\"West US 3\"],\"apiVersions\":[\"2020-05-01\",\"2018-07-01\",\"2018-06-01-preview\",\"2018-03-30-preview\"]},{\"resourceType\":\"mediaservices/streamingLocators\",\"locations\":[\"Japan West\",\"Japan East\",\"East Asia\",\"Southeast Asia\",\"West Europe\",\"North Europe\",\"East US\",\"West US\",\"Australia East\",\"Australia Southeast\",\"East US 2\",\"Central US\",\"Brazil South\",\"Central India\",\"West India\",\"South India\",\"North Central US\",\"South Central US\",\"UK South\",\"UK West\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Germany West Central\",\"Germany North\",\"Switzerland West\",\"Switzerland North\",\"Norway East\",\"West US 3\"],\"apiVersions\":[\"2020-05-01\",\"2018-07-01\",\"2018-06-01-preview\",\"2018-03-30-preview\"]},{\"resourceType\":\"mediaservices/streamingPolicies\",\"locations\":[\"Japan West\",\"Japan East\",\"East Asia\",\"Southeast Asia\",\"West Europe\",\"North Europe\",\"East US\",\"West US\",\"Australia East\",\"Australia Southeast\",\"East US 2\",\"Central US\",\"Brazil South\",\"Central India\",\"West India\",\"South India\",\"North Central US\",\"South Central US\",\"UK South\",\"UK West\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Germany West Central\",\"Germany North\",\"Switzerland West\",\"Switzerland North\",\"Norway East\",\"West US 3\"],\"apiVersions\":[\"2020-05-01\",\"2018-07-01\",\"2018-06-01-preview\",\"2018-03-30-preview\"]},{\"resourceType\":\"mediaservices/eventGridFilters\",\"locations\":[\"Japan West\",\"Japan East\",\"East Asia\",\"Southeast Asia\",\"West Europe\",\"North Europe\",\"East US\",\"West US\",\"Australia East\",\"Australia Southeast\",\"East US 2\",\"Central US\",\"Brazil South\",\"Central India\",\"West India\",\"South India\",\"North Central US\",\"South Central US\",\"UK South\",\"UK West\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Germany West Central\",\"Germany North\",\"Switzerland West\",\"Switzerland North\",\"Norway East\",\"West US 3\"],\"apiVersions\":[\"2018-02-05\"]},{\"resourceType\":\"mediaservices/transforms\",\"locations\":[\"Japan West\",\"Japan East\",\"East Asia\",\"Southeast Asia\",\"West Europe\",\"North Europe\",\"East US\",\"West US\",\"Australia East\",\"Australia Southeast\",\"East US 2\",\"Central US\",\"Brazil South\",\"Central India\",\"West India\",\"South India\",\"North Central US\",\"South Central US\",\"UK South\",\"UK West\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Germany West Central\",\"Germany North\",\"Switzerland West\",\"Switzerland North\",\"Norway East\",\"West US 3\"],\"apiVersions\":[\"2020-05-01\",\"2018-07-01\",\"2018-06-01-preview\",\"2018-03-30-preview\"]},{\"resourceType\":\"mediaservices/transforms/jobs\",\"locations\":[\"Japan West\",\"Japan East\",\"East Asia\",\"Southeast Asia\",\"West Europe\",\"North Europe\",\"East US\",\"West US\",\"Australia East\",\"Australia Southeast\",\"East US 2\",\"Central US\",\"Brazil South\",\"Central India\",\"West India\",\"South India\",\"North Central US\",\"South Central US\",\"UK South\",\"UK West\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Germany West Central\",\"Germany North\",\"Switzerland West\",\"Switzerland North\",\"Norway East\",\"West US 3\"],\"apiVersions\":[\"2020-05-01\",\"2018-07-01\",\"2018-06-01-preview\",\"2018-03-30-preview\"]},{\"resourceType\":\"mediaservices/streamingEndpoints\",\"locations\":[\"Japan West\",\"Japan East\",\"East Asia\",\"Southeast Asia\",\"West Europe\",\"North Europe\",\"East US\",\"West US\",\"Australia East\",\"Australia Southeast\",\"East US 2\",\"Central US\",\"Brazil South\",\"Central India\",\"West India\",\"South India\",\"North Central US\",\"South Central US\",\"UK South\",\"UK West\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Germany West Central\",\"Germany North\",\"Switzerland West\",\"Switzerland North\",\"Norway East\",\"West US 3\"],\"apiVersions\":[\"2020-05-01\",\"2019-05-01-preview\",\"2018-07-01\",\"2018-06-01-preview\",\"2018-03-30-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"mediaservices/liveEvents\",\"locations\":[\"Japan West\",\"Japan East\",\"East Asia\",\"Southeast Asia\",\"West Europe\",\"North Europe\",\"East US\",\"West US\",\"Australia East\",\"Australia Southeast\",\"East US 2\",\"Central US\",\"Brazil South\",\"Central India\",\"West India\",\"South India\",\"North Central US\",\"South Central US\",\"UK South\",\"UK West\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Germany West Central\",\"Germany North\",\"Switzerland West\",\"Switzerland North\",\"Norway East\",\"West US 3\"],\"apiVersions\":[\"2020-05-01\",\"2019-05-01-preview\",\"2018-07-01\",\"2018-06-01-preview\",\"2018-03-30-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"mediaservices/liveEvents/liveOutputs\",\"locations\":[\"Japan West\",\"Japan East\",\"East Asia\",\"Southeast Asia\",\"West Europe\",\"North Europe\",\"East US\",\"West US\",\"Australia East\",\"Australia Southeast\",\"East US 2\",\"Central US\",\"Brazil South\",\"Central India\",\"West India\",\"South India\",\"North Central US\",\"South Central US\",\"UK South\",\"UK West\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Germany West Central\",\"Germany North\",\"Switzerland West\",\"Switzerland North\",\"Norway East\",\"West US 3\"],\"apiVersions\":[\"2020-05-01\",\"2019-05-01-preview\",\"2018-07-01\",\"2018-06-01-preview\",\"2018-03-30-preview\"]},{\"resourceType\":\"mediaservices/streamingEndpointOperations\",\"locations\":[\"Japan West\",\"Japan East\",\"East Asia\",\"Southeast Asia\",\"West Europe\",\"North Europe\",\"East US\",\"West US\",\"Australia East\",\"Australia Southeast\",\"East US 2\",\"Central US\",\"Brazil South\",\"Central India\",\"West India\",\"South India\",\"North Central US\",\"South Central US\",\"UK South\",\"UK West\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Germany West Central\",\"Germany North\",\"Switzerland West\",\"Switzerland North\",\"Norway East\",\"West US 3\"],\"apiVersions\":[\"2020-05-01\",\"2019-05-01-preview\",\"2018-07-01\",\"2018-06-01-preview\",\"2018-03-30-preview\"]},{\"resourceType\":\"mediaservices/liveEventOperations\",\"locations\":[\"Japan West\",\"Japan East\",\"East Asia\",\"Southeast Asia\",\"West Europe\",\"North Europe\",\"East US\",\"West US\",\"Australia East\",\"Australia Southeast\",\"East US 2\",\"Central US\",\"Brazil South\",\"Central India\",\"West India\",\"South India\",\"North Central US\",\"South Central US\",\"UK South\",\"UK West\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Germany West Central\",\"Germany North\",\"Switzerland West\",\"Switzerland North\",\"Norway East\",\"West US 3\"],\"apiVersions\":[\"2020-05-01\",\"2019-05-01-preview\",\"2018-07-01\",\"2018-06-01-preview\",\"2018-03-30-preview\"]},{\"resourceType\":\"mediaservices/liveOutputOperations\",\"locations\":[\"Japan West\",\"Japan East\",\"East Asia\",\"Southeast Asia\",\"West Europe\",\"North Europe\",\"East US\",\"West US\",\"Australia East\",\"Australia Southeast\",\"East US 2\",\"Central US\",\"Brazil South\",\"Central India\",\"West India\",\"South India\",\"North Central US\",\"South Central US\",\"UK South\",\"UK West\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Germany West Central\",\"Germany North\",\"Switzerland West\",\"Switzerland North\",\"Norway East\",\"West US 3\"],\"apiVersions\":[\"2020-05-01\",\"2019-05-01-preview\",\"2018-07-01\",\"2018-06-01-preview\",\"2018-03-30-preview\"]},{\"resourceType\":\"mediaservices/assets/assetFilters\",\"locations\":[\"Japan West\",\"Japan East\",\"East Asia\",\"Southeast Asia\",\"West Europe\",\"North Europe\",\"East US\",\"West US\",\"Australia East\",\"Australia Southeast\",\"East US 2\",\"Central US\",\"Brazil South\",\"Central India\",\"West India\",\"South India\",\"North Central US\",\"South Central US\",\"UK South\",\"UK West\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Germany West Central\",\"Germany North\",\"Switzerland West\",\"Switzerland North\",\"Norway East\",\"West US 3\"],\"apiVersions\":[\"2020-05-01\",\"2018-07-01\"]},{\"resourceType\":\"mediaservices/accountFilters\",\"locations\":[\"Japan West\",\"Japan East\",\"East Asia\",\"Southeast Asia\",\"West Europe\",\"North Europe\",\"East US\",\"West US\",\"Australia East\",\"Australia Southeast\",\"East US 2\",\"Central US\",\"Brazil South\",\"Central India\",\"West India\",\"South India\",\"North Central US\",\"South Central US\",\"UK South\",\"UK West\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Germany West Central\",\"Germany North\",\"Switzerland West\",\"Switzerland North\",\"Norway East\",\"West US 3\"],\"apiVersions\":[\"2020-05-01\",\"2018-07-01\"]},{\"resourceType\":\"videoAnalyzers/accessPolicies\",\"locations\":[\"Southeast Asia\",\"North Europe\",\"West Europe\",\"Central India\",\"Japan East\",\"Korea Central\",\"East US 2\",\"West US 2\"],\"apiVersions\":[\"2021-05-01-privatepreview\",\"2021-05-01-preview\"]},{\"resourceType\":\"videoAnalyzers/edgeModules\",\"locations\":[\"Southeast Asia\",\"North Europe\",\"West Europe\",\"Central India\",\"Japan East\",\"Korea Central\",\"East US 2\",\"West US 2\"],\"apiVersions\":[\"2021-05-01-privatepreview\",\"2021-05-01-preview\"]},{\"resourceType\":\"videoAnalyzers/videos\",\"locations\":[\"Southeast Asia\",\"North Europe\",\"West Europe\",\"Central India\",\"Japan East\",\"Korea Central\",\"East US 2\",\"West US 2\"],\"apiVersions\":[\"2021-05-01-privatepreview\",\"2021-05-01-preview\"]},{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"2021-05-01-privatepreview\",\"2021-05-01-preview\",\"2021-05-01\",\"2020-05-01\",\"2018-07-01\",\"2018-06-01-preview\",\"2018-03-30-preview\",\"2018-02-05\",\"2015-10-01\",\"2015-04-01\"]},{\"resourceType\":\"checknameavailability\",\"locations\":[],\"apiVersions\":[\"2015-10-01\",\"2015-04-01\"]},{\"resourceType\":\"locations\",\"locations\":[],\"apiVersions\":[\"2021-05-01-privatepreview\",\"2021-05-01-preview\",\"2021-05-01\",\"2020-05-01\",\"2018-07-01\",\"2018-06-01-preview\",\"2018-03-30-preview\"]},{\"resourceType\":\"locations/checkNameAvailability\",\"locations\":[\"Japan West\",\"Japan East\",\"East Asia\",\"Southeast Asia\",\"West Europe\",\"North Europe\",\"East US\",\"West US\",\"Australia East\",\"Australia Southeast\",\"East US 2\",\"Central US\",\"Brazil South\",\"Central India\",\"West India\",\"South India\",\"North Central US\",\"South Central US\",\"UK South\",\"UK West\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Germany West Central\",\"Germany North\",\"Switzerland West\",\"Switzerland North\",\"Norway East\",\"West US 3\"],\"apiVersions\":[\"2021-05-01-privatepreview\",\"2021-05-01-preview\",\"2021-05-01\",\"2020-05-01\",\"2018-07-01\",\"2018-06-01-preview\",\"2018-03-30-preview\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/f6d69ee2-34d5-4ca8-a143-7a2fc1aeca55/providers/Microsoft.Automation\",\"namespace\":\"Microsoft.Automation\",\"authorizations\":[{\"applicationId\":\"fc75330b-179d-49af-87dd-3b1acf6827fa\",\"roleDefinitionId\":\"95fd5de3-d071-4362-92bf-cf341c1de832\"}],\"resourceTypes\":[{\"resourceType\":\"automationAccounts\",\"locations\":[\"Japan East\",\"East US 2\",\"West Europe\",\"South Africa North\",\"UK West\",\"Switzerland North\",\"Brazil Southeast\",\"Norway East\",\"Germany West Central\",\"UAE North\",\"Switzerland West\",\"Japan West\",\"UAE Central\",\"Australia Central 2\",\"South India\",\"France South\",\"Norway West\",\"West US 3\",\"Korea South\",\"Southeast Asia\",\"South Central US\",\"North Central US\",\"East Asia\",\"Central US\",\"West US\",\"Australia Central\",\"Australia East\",\"Korea Central\",\"East US\",\"West US 2\",\"Brazil South\",\"UK South\",\"West Central US\",\"North Europe\",\"Canada Central\",\"Australia Southeast\",\"Central India\",\"France Central\"],\"apiVersions\":[\"2021-04-01\",\"2020-01-13-preview\",\"2019-06-01\",\"2018-06-30\",\"2018-01-15\",\"2017-05-15-preview\",\"2015-10-31\",\"2015-01-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"automationAccounts/runbooks\",\"locations\":[\"Japan East\",\"East US 2\",\"West Europe\",\"South Africa North\",\"UK West\",\"Switzerland North\",\"Brazil Southeast\",\"Norway East\",\"Germany West Central\",\"UAE North\",\"Switzerland West\",\"Japan West\",\"UAE Central\",\"Australia Central 2\",\"South India\",\"France South\",\"Norway West\",\"West US 3\",\"Korea South\",\"Southeast Asia\",\"South Central US\",\"North Central US\",\"East Asia\",\"West US\",\"Central US\",\"Australia Central\",\"Australia East\",\"Korea Central\",\"East US\",\"West US 2\",\"Brazil South\",\"UK South\",\"West Central US\",\"North Europe\",\"Canada Central\",\"Australia Southeast\",\"Central India\",\"France Central\"],\"apiVersions\":[\"2020-01-13-preview\",\"2019-06-01\",\"2018-06-30\",\"2018-01-15\",\"2017-05-15-preview\",\"2015-10-31\",\"2015-01-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"automationAccounts/configurations\",\"locations\":[\"Japan East\",\"East US 2\",\"West Europe\",\"South Africa North\",\"West US\",\"Central US\",\"UK West\",\"Switzerland North\",\"Brazil Southeast\",\"Norway East\",\"Germany West Central\",\"UAE North\",\"Switzerland West\",\"Japan West\",\"UAE Central\",\"Australia Central 2\",\"South India\",\"France South\",\"Norway West\",\"West US 3\",\"Korea South\",\"Southeast Asia\",\"South Central US\",\"North Central US\",\"Australia Central\",\"Australia East\",\"Korea Central\",\"East US\",\"West US 2\",\"Brazil South\",\"UK South\",\"West Central US\",\"Central India\",\"Australia Southeast\",\"Canada Central\",\"North Europe\",\"East Asia\",\"France Central\"],\"apiVersions\":[\"2020-01-13-preview\",\"2019-06-01\",\"2018-06-30\",\"2018-01-15\",\"2017-05-15-preview\",\"2015-10-31\",\"2015-01-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"automationAccounts/webhooks\",\"locations\":[\"Japan East\",\"East US 2\",\"West Europe\",\"South Africa North\",\"UK West\",\"Switzerland North\",\"Brazil Southeast\",\"Norway East\",\"Germany West Central\",\"UAE North\",\"Switzerland West\",\"Japan West\",\"UAE Central\",\"Australia Central 2\",\"South India\",\"France South\",\"Norway West\",\"West US 3\",\"Korea South\",\"Southeast Asia\",\"South Central US\",\"North Central US\",\"East Asia\",\"Central US\",\"West US\",\"Australia Central\",\"Korea Central\",\"East US\",\"West US 2\",\"Brazil South\",\"UK South\",\"West Central US\",\"North Europe\",\"Canada Central\",\"Australia Southeast\",\"Central India\",\"Australia East\",\"France Central\"],\"apiVersions\":[\"2018-06-30\",\"2018-01-15\",\"2017-05-15-preview\",\"2015-10-31\",\"2015-01-01-preview\"]},{\"resourceType\":\"operations\",\"locations\":[\"South Central US\"],\"apiVersions\":[\"2020-01-13-preview\",\"2019-06-01\",\"2018-06-30\",\"2018-01-15\",\"2017-05-15-preview\",\"2015-10-31\",\"2015-01-01-preview\"]},{\"resourceType\":\"automationAccounts/softwareUpdateConfigurations\",\"locations\":[\"Japan East\",\"East US 2\",\"West Europe\",\"South Africa North\",\"UK West\",\"Switzerland North\",\"Brazil Southeast\",\"Norway East\",\"Germany West Central\",\"UAE North\",\"Switzerland West\",\"Japan West\",\"UAE Central\",\"Australia Central 2\",\"South India\",\"France South\",\"Norway West\",\"West US 3\",\"Korea South\",\"Southeast Asia\",\"South Central US\",\"North Central US\",\"East Asia\",\"Central US\",\"West US\",\"Australia Central\",\"Australia East\",\"Korea Central\",\"East US\",\"West US 2\",\"Brazil South\",\"UK South\",\"West Central US\",\"North Europe\",\"Canada Central\",\"Australia Southeast\",\"Central India\",\"France Central\"],\"apiVersions\":[\"2020-01-13-preview\",\"2019-06-01\",\"2018-06-30\",\"2018-01-15\",\"2017-05-15-preview\"]},{\"resourceType\":\"automationAccounts/jobs\",\"locations\":[\"Japan East\",\"East US 2\",\"West Europe\",\"South Africa North\",\"UK West\",\"Switzerland North\",\"Brazil Southeast\",\"Norway East\",\"Germany West Central\",\"UAE North\",\"Switzerland West\",\"Japan West\",\"UAE Central\",\"Australia Central 2\",\"South India\",\"France South\",\"Norway West\",\"West US 3\",\"Korea South\",\"Southeast Asia\",\"South Central US\",\"North Central US\",\"East Asia\",\"Central US\",\"West US\",\"Australia Central\",\"Australia East\",\"Korea Central\",\"East US\",\"West US 2\",\"Brazil South\",\"UK South\",\"West Central US\",\"North Europe\",\"Canada Central\",\"Australia Southeast\",\"Central India\",\"France Central\"],\"apiVersions\":[\"2020-01-13-preview\",\"2019-06-01\",\"2018-06-30\",\"2018-01-15\",\"2017-05-15-preview\",\"2015-10-31\",\"2015-01-01-preview\"]},{\"resourceType\":\"automationAccounts/privateLinkResources\",\"locations\":[\"Japan East\",\"East US 2\",\"West Europe\",\"South Africa North\",\"UK West\",\"Switzerland North\",\"Brazil Southeast\",\"Norway East\",\"Germany West Central\",\"UAE North\",\"Switzerland West\",\"Japan West\",\"UAE Central\",\"Australia Central 2\",\"South India\",\"France South\",\"Norway West\",\"West US 3\",\"Korea South\",\"Southeast Asia\",\"South Central US\",\"North Central US\",\"East Asia\",\"Central US\",\"West US\",\"Australia Central\",\"Australia East\",\"Korea Central\",\"East US\",\"West US 2\",\"Brazil South\",\"UK South\",\"West Central US\",\"North Europe\",\"Canada Central\",\"Australia Southeast\",\"Central India\",\"France Central\"],\"apiVersions\":[\"2020-01-13-preview\"]},{\"resourceType\":\"automationAccounts/privateEndpointConnections\",\"locations\":[\"Japan East\",\"East US 2\",\"West Europe\",\"South Africa North\",\"UK West\",\"Switzerland North\",\"Brazil Southeast\",\"Norway East\",\"Germany West Central\",\"UAE North\",\"Switzerland West\",\"Japan West\",\"UAE Central\",\"Australia Central 2\",\"South India\",\"France South\",\"Norway West\",\"West US 3\",\"Korea South\",\"Southeast Asia\",\"South Central US\",\"North Central US\",\"East Asia\",\"Central US\",\"West US\",\"Australia Central\",\"Australia East\",\"Korea Central\",\"East US\",\"West US 2\",\"Brazil South\",\"UK South\",\"West Central US\",\"North Europe\",\"Canada Central\",\"Australia Southeast\",\"Central India\",\"France Central\"],\"apiVersions\":[\"2020-01-13-preview\"]},{\"resourceType\":\"automationAccounts/privateEndpointConnectionProxies\",\"locations\":[\"Japan East\",\"East US 2\",\"West Europe\",\"South Africa North\",\"UK West\",\"Switzerland North\",\"Brazil Southeast\",\"Norway East\",\"Germany West Central\",\"UAE North\",\"Switzerland West\",\"Japan West\",\"UAE Central\",\"Australia Central 2\",\"South India\",\"France South\",\"Norway West\",\"West US 3\",\"Korea South\",\"Southeast Asia\",\"South Central US\",\"North Central US\",\"East Asia\",\"Central US\",\"West US\",\"Australia Central\",\"Australia East\",\"Korea Central\",\"East US\",\"West US 2\",\"Brazil South\",\"UK South\",\"West Central US\",\"North Europe\",\"Canada Central\",\"Australia Southeast\",\"Central India\",\"France Central\"],\"apiVersions\":[\"2020-01-13-preview\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/f6d69ee2-34d5-4ca8-a143-7a2fc1aeca55/providers/Microsoft.Cache\",\"namespace\":\"Microsoft.Cache\",\"authorization\":{\"applicationId\":\"96231a05-34ce-4eb4-aa6a-70759cbb5e83\",\"roleDefinitionId\":\"4f731528-ba85-45c7-acfb-cd0a9b3cf31b\"},\"resourceTypes\":[{\"resourceType\":\"Redis\",\"locations\":[\"North Central US\",\"South Central US\",\"Central US\",\"West Europe\",\"North Europe\",\"West US\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Southeast Asia\",\"East Asia\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"UK South\",\"UK West\",\"West US 2\",\"West Central US\",\"South India\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2020-12-01\",\"2020-06-01\",\"2019-07-01\",\"2018-03-01\",\"2017-10-01\",\"2017-02-01\",\"2016-04-01\",\"2015-08-01\",\"2015-03-01\",\"2014-04-01-preview\",\"2014-04-01\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"Redis/privateEndpointConnectionProxies\",\"locations\":[\"North Central US\",\"South Central US\",\"Central US\",\"West Europe\",\"North Europe\",\"West US\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Southeast Asia\",\"East Asia\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"UK South\",\"UK West\",\"West US 2\",\"West Central US\",\"South India\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2020-12-01\",\"2020-06-01\",\"2019-07-01\"]},{\"resourceType\":\"Redis/privateEndpointConnectionProxies/validate\",\"locations\":[\"North Central US\",\"South Central US\",\"Central US\",\"West Europe\",\"North Europe\",\"West US\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Southeast Asia\",\"East Asia\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"UK South\",\"UK West\",\"West US 2\",\"West Central US\",\"South India\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2020-12-01\",\"2020-06-01\",\"2019-07-01\"]},{\"resourceType\":\"Redis/privateEndpointConnections\",\"locations\":[\"North Central US\",\"South Central US\",\"Central US\",\"West Europe\",\"North Europe\",\"West US\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Southeast Asia\",\"East Asia\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"UK South\",\"UK West\",\"West US 2\",\"West Central US\",\"South India\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2020-12-01\",\"2020-06-01\",\"2019-07-01\"]},{\"resourceType\":\"Redis/privateLinkResources\",\"locations\":[\"North Central US\",\"South Central US\",\"Central US\",\"West Europe\",\"North Europe\",\"West US\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Southeast Asia\",\"East Asia\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"UK South\",\"UK West\",\"West US 2\",\"West Central US\",\"South India\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2020-12-01\",\"2020-06-01\",\"2019-07-01\"]},{\"resourceType\":\"locations/asyncOperations\",\"locations\":[\"North Central US\",\"South Central US\",\"Central US\",\"West Europe\",\"North Europe\",\"West US\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Southeast Asia\",\"East Asia\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"UK South\",\"UK West\",\"West US 2\",\"West Central US\",\"South India\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2020-12-01\",\"2020-06-01\",\"2019-07-01\"]},{\"resourceType\":\"locations\",\"locations\":[],\"apiVersions\":[\"2021-03-01\",\"2021-02-01-preview\",\"2020-12-01\",\"2020-06-01\",\"2020-04-01-preview\",\"2019-07-01\",\"2018-03-01\",\"2017-10-01\",\"2017-02-01\",\"2016-04-01\",\"2015-08-01\",\"2015-03-01\",\"2014-04-01-preview\",\"2014-04-01\"]},{\"resourceType\":\"locations/operationResults\",\"locations\":[\"North Central US\",\"South Central US\",\"Central US\",\"West Europe\",\"North Europe\",\"West US\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Southeast Asia\",\"East Asia\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"West India\",\"South India\",\"Canada Central\",\"Canada East\",\"UK South\",\"UK West\",\"West US 2\",\"West Central US\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2020-12-01\",\"2020-06-01\",\"2019-07-01\",\"2018-03-01\",\"2017-10-01\",\"2017-02-01\",\"2016-04-01\",\"2015-08-01\",\"2015-03-01\",\"2014-04-01-preview\",\"2014-04-01\"]},{\"resourceType\":\"locations/operationsStatus\",\"locations\":[\"East US\",\"West Europe\",\"West US\",\"East US 2\",\"West US 2\",\"South Central US\",\"UK South\",\"Southeast Asia\",\"Australia East\",\"North Europe\",\"Central US\",\"Central India\",\"West Central US\"],\"apiVersions\":[\"2021-03-01\",\"2021-02-01-preview\",\"2020-10-01-preview\",\"2020-04-01-preview\"]},{\"resourceType\":\"checkNameAvailability\",\"locations\":[],\"apiVersions\":[\"2020-12-01\",\"2020-06-01\",\"2019-07-01\",\"2018-03-01\",\"2017-10-01\",\"2017-02-01\",\"2016-04-01\",\"2015-08-01\",\"2015-03-01\",\"2014-04-01-preview\",\"2014-04-01-alpha\",\"2014-04-01\"]},{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"2021-03-01\",\"2021-02-01-preview\",\"2020-12-01\",\"2020-10-01-preview\",\"2020-06-01\",\"2019-07-01\",\"2018-03-01\",\"2017-10-01\",\"2017-02-01\",\"2016-04-01\",\"2015-08-01\",\"2015-03-01\",\"2014-04-01-preview\",\"2014-04-01-alpha\",\"2014-04-01\"]},{\"resourceType\":\"redisEnterprise\",\"locations\":[\"East US\",\"West Europe\",\"West US\",\"East US 2\",\"West US 2\",\"South Central US\",\"UK South\",\"Southeast Asia\",\"Australia East\",\"North Europe\",\"Central US\",\"Central India\",\"West Central US\"],\"apiVersions\":[\"2021-03-01\",\"2021-02-01-preview\",\"2020-10-01-preview\",\"2020-04-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"RedisEnterprise/privateEndpointConnectionProxies\",\"locations\":[\"East US\",\"West Europe\",\"West US\",\"East US 2\",\"West US 2\",\"South Central US\",\"UK South\",\"Southeast Asia\",\"Australia East\",\"North Europe\",\"Central US\",\"Central India\",\"West Central US\"],\"apiVersions\":[\"2021-03-01\",\"2021-02-01-preview\",\"2020-10-01-preview\",\"2020-04-01-preview\"]},{\"resourceType\":\"RedisEnterprise/privateEndpointConnectionProxies/validate\",\"locations\":[\"East US\",\"West Europe\",\"West US\",\"East US 2\",\"West US 2\",\"South Central US\",\"UK South\",\"Southeast Asia\",\"Australia East\",\"North Europe\",\"Central US\",\"Central India\",\"West Central US\"],\"apiVersions\":[\"2021-03-01\",\"2021-02-01-preview\",\"2020-10-01-preview\",\"2020-04-01-preview\"]},{\"resourceType\":\"RedisEnterprise/privateEndpointConnectionProxies/operationresults\",\"locations\":[\"East US\",\"West Europe\",\"West US\",\"East US 2\",\"West US 2\",\"South Central US\",\"UK South\",\"Southeast Asia\",\"Australia East\",\"North Europe\",\"Central US\",\"Central India\",\"West Central US\"],\"apiVersions\":[\"2021-03-01\",\"2021-02-01-preview\",\"2020-10-01-preview\",\"2020-04-01-preview\"]},{\"resourceType\":\"RedisEnterprise/privateEndpointConnections\",\"locations\":[\"East US\",\"West Europe\",\"West US\",\"East US 2\",\"West US 2\",\"South Central US\",\"UK South\",\"Southeast Asia\",\"Australia East\",\"North Europe\",\"Central US\",\"Central India\",\"West Central US\"],\"apiVersions\":[\"2021-03-01\",\"2021-02-01-preview\",\"2020-10-01-preview\",\"2020-04-01-preview\"]},{\"resourceType\":\"RedisEnterprise/privateEndpointConnections/operationresults\",\"locations\":[\"East US\",\"West Europe\",\"West US\",\"East US 2\",\"West US 2\",\"South Central US\",\"UK South\",\"Southeast Asia\",\"Australia East\",\"North Europe\",\"Central US\",\"Central India\",\"West Central US\"],\"apiVersions\":[\"2021-03-01\",\"2021-02-01-preview\",\"2020-10-01-preview\",\"2020-04-01-preview\"]},{\"resourceType\":\"RedisEnterprise/privateLinkResources\",\"locations\":[\"East US\",\"West Europe\",\"West US\",\"East US 2\",\"West US 2\",\"South Central US\",\"UK South\",\"Southeast Asia\",\"Australia East\",\"North Europe\",\"Central US\",\"Central India\",\"West Central US\"],\"apiVersions\":[\"2021-03-01\",\"2021-02-01-preview\",\"2020-10-01-preview\",\"2020-04-01-preview\"]},{\"resourceType\":\"redisEnterprise/databases\",\"locations\":[\"East US\",\"West Europe\",\"West US\",\"East US 2\",\"West US 2\",\"South Central US\",\"UK South\",\"Southeast Asia\",\"Australia East\",\"North Europe\",\"Central US\",\"Central India\",\"West Central US\"],\"apiVersions\":[\"2021-03-01\",\"2021-02-01-preview\",\"2020-10-01-preview\",\"2020-04-01-preview\"]},{\"resourceType\":\"locations/checkNameAvailability\",\"locations\":[\"East US\",\"West Europe\",\"West US\",\"East US 2\",\"West US 2\",\"South Central US\",\"UK South\",\"Southeast Asia\",\"Australia East\",\"North Europe\",\"Central US\",\"Central India\",\"West Central US\"],\"apiVersions\":[\"2021-03-01\",\"2021-02-01-preview\",\"2020-10-01-preview\",\"2020-04-01-preview\"]},{\"resourceType\":\"Redis/EventGridFilters\",\"locations\":[\"North Central US\",\"South Central US\",\"Central US\",\"West Europe\",\"North Europe\",\"West US\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Southeast Asia\",\"East Asia\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"West India\",\"South India\",\"Canada Central\",\"Canada East\",\"UK South\",\"UK West\",\"West US 2\",\"West Central US\",\"Korea Central\",\"Korea South\",\"France South\",\"France Central\",\"Australia Central\",\"Australia Central 2\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Switzerland North\",\"Switzerland West\",\"Germany North\",\"Germany West Central\",\"Norway East\",\"Norway West\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2020-12-01\",\"2020-06-01\",\"2019-07-01\",\"2018-03-01\",\"2017-10-01\",\"2017-02-01\",\"2016-04-01\",\"2015-08-01\",\"2015-03-01\",\"2014-04-01-preview\",\"2014-04-01\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/f6d69ee2-34d5-4ca8-a143-7a2fc1aeca55/providers/Microsoft.Network\",\"namespace\":\"Microsoft.Network\",\"authorizations\":[{\"applicationId\":\"2cf9eb86-36b5-49dc-86ae-9a63135dfa8c\",\"roleDefinitionId\":\"13ba9ab4-19f0-4804-adc4-14ece36cc7a1\"},{\"applicationId\":\"7c33bfcb-8d33-48d6-8e60-dc6404003489\",\"roleDefinitionId\":\"ad6261e4-fa9a-4642-aa5f-104f1b67e9e3\"},{\"applicationId\":\"1e3e4475-288f-4018-a376-df66fd7fac5f\",\"roleDefinitionId\":\"1d538b69-3d87-4e56-8ff8-25786fd48261\"},{\"applicationId\":\"a0be0c72-870e-46f0-9c49-c98333a996f7\",\"roleDefinitionId\":\"7ce22727-ffce-45a9-930c-ddb2e56fa131\"},{\"applicationId\":\"486c78bf-a0f7-45f1-92fd-37215929e116\",\"roleDefinitionId\":\"98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d\"},{\"applicationId\":\"19947cfd-0303-466c-ac3c-fcc19a7a1570\",\"roleDefinitionId\":\"d813ab6c-bfb7-413e-9462-005b21f0ce09\"},{\"applicationId\":\"341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd\",\"roleDefinitionId\":\"8141843c-c51c-4c1e-a5bf-0d351594b86c\"},{\"applicationId\":\"328fd23b-de6e-462c-9433-e207470a5727\",\"roleDefinitionId\":\"79e29e06-4056-41e5-a6b2-959f1f47747e\"},{\"applicationId\":\"6d057c82-a784-47ae-8d12-ca7b38cf06b4\",\"roleDefinitionId\":\"c27dd31e-c1e5-4ab0-93e1-a12ba34f182e\"},{\"applicationId\":\"b4ca0290-4e73-4e31-ade0-c82ecfaabf6a\",\"roleDefinitionId\":\"18363e25-ff21-4159-ae8d-7dfecb5bd001\"},{\"applicationId\":\"79d7fb34-4bef-4417-8184-ff713af7a679\",\"roleDefinitionId\":\"1c1f11ef-abfa-4abe-a02b-226771d07fc7\"}],\"resourceTypes\":[{\"resourceType\":\"virtualNetworks\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\",\"2017-08-01\",\"2017-06-01\",\"2017-04-01\",\"2017-03-01\",\"2016-12-01\",\"2016-11-01\",\"2016-10-01\",\"2016-09-01\",\"2016-08-01\",\"2016-07-01\",\"2016-06-01\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\",\"2014-12-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"virtualNetworks/taggedTrafficConsumers\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\",\"2017-08-01\",\"2017-06-01\",\"2017-04-01\",\"2017-03-01\",\"2016-12-01\",\"2016-11-01\",\"2016-10-01\",\"2016-09-01\",\"2016-08-01\",\"2016-07-01\",\"2016-06-01\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\",\"2014-12-01-preview\"]},{\"resourceType\":\"natGateways\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"publicIPAddresses\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\",\"2017-08-01\",\"2017-06-01\",\"2017-04-01\",\"2017-03-01\",\"2016-12-01\",\"2016-11-01\",\"2016-10-01\",\"2016-09-01\",\"2016-08-01\",\"2016-07-01\",\"2016-06-01\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\",\"2014-12-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"customIpPrefixes\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"networkInterfaces\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\",\"2017-08-01\",\"2017-06-01\",\"2017-04-01\",\"2017-03-01\",\"2016-12-01\",\"2016-11-01\",\"2016-10-01\",\"2016-09-01\",\"2016-08-01\",\"2016-07-01\",\"2016-06-01\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\",\"2014-12-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"dscpConfigurations\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"privateEndpoints\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"privateEndpointRedirectMaps\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"loadBalancers\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\",\"2017-08-01\",\"2017-06-01\",\"2017-04-01\",\"2017-03-01\",\"2016-12-01\",\"2016-11-01\",\"2016-10-01\",\"2016-09-01\",\"2016-08-01\",\"2016-07-01\",\"2016-06-01\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\",\"2014-12-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"networkSecurityGroups\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\",\"2017-08-01\",\"2017-06-01\",\"2017-04-01\",\"2017-03-01\",\"2016-12-01\",\"2016-11-01\",\"2016-10-01\",\"2016-09-01\",\"2016-08-01\",\"2016-07-01\",\"2016-06-01\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\",\"2014-12-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"applicationSecurityGroups\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"serviceEndpointPolicies\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"networkIntentPolicies\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"France South\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"routeTables\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\",\"2017-08-01\",\"2017-06-01\",\"2017-04-01\",\"2017-03-01\",\"2016-12-01\",\"2016-11-01\",\"2016-10-01\",\"2016-09-01\",\"2016-08-01\",\"2016-07-01\",\"2016-06-01\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\",\"2014-12-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"publicIPPrefixes\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"ddosCustomPolicies\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"networkWatchers\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\",\"2017-08-01\",\"2017-06-01\",\"2017-04-01\",\"2017-03-01\",\"2016-12-01\",\"2016-11-01\",\"2016-10-01\",\"2016-09-01\",\"2016-08-01\",\"2016-07-01\",\"2016-06-01\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\",\"2014-12-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"networkWatchers/connectionMonitors\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"networkWatchers/flowLogs\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"networkWatchers/pingMeshes\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"virtualNetworkGateways\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-0 | |
2021-07-01T18:39:01.164-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: 1\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\",\"2017-08-01\",\"2017-06-01\",\"2017-04-01\",\"2017-03-01\",\"2016-12-01\",\"2016-11-01\",\"2016-10-01\",\"2016-09-01\",\"2016-08-01\",\"2016-07-01\",\"2016-06-01\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\",\"2014-12-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"localNetworkGateways\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\",\"2017-08-01\",\"2017-06-01\",\"2017-04-01\",\"2017-03-01\",\"2016-12-01\",\"2016-11-01\",\"2016-10-01\",\"2016-09-01\",\"2016-08-01\",\"2016-07-01\",\"2016-06-01\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\",\"2014-12-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"connections\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\",\"2017-08-01\",\"2017-06-01\",\"2017-04-01\",\"2017-03-01\",\"2016-12-01\",\"2016-11-01\",\"2016-10-01\",\"2016-09-01\",\"2016-08-01\",\"2016-07-01\",\"2016-06-01\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\",\"2014-12-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"applicationGateways\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\",\"2017-08-01\",\"2017-06-01\",\"2017-04-01\",\"2017-03-01\",\"2016-12-01\",\"2016-11-01\",\"2016-10-01\",\"2016-09-01\",\"2016-08-01\",\"2016-07-01\",\"2016-06-01\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\",\"2014-12-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"applicationGatewayWebApplicationFirewallPolicies\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations\",\"locations\":[],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\",\"2017-08-01\",\"2017-06-01\",\"2017-04-01\",\"2017-03-01\",\"2016-12-01\",\"2016-11-01\",\"2016-10-01\",\"2016-09-01\",\"2016-08-01\",\"2016-07-01\",\"2016-06-01\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\",\"2014-12-01-preview\"]},{\"resourceType\":\"locations/operations\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\",\"2017-08-01\",\"2017-06-01\",\"2017-04-01\",\"2017-03-01\",\"2016-12-01\",\"2016-11-01\",\"2016-10-01\",\"2016-09-01\",\"2016-08-01\",\"2016-07-01\",\"2016-06-01\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\",\"2014-12-01-preview\"]},{\"resourceType\":\"locations/operationResults\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\",\"2017-08-01\",\"2017-06-01\",\"2017-04-01\",\"2017-03-01\",\"2016-12-01\",\"2016-11-01\",\"2016-10-01\",\"2016-09-01\",\"2016-08-01\",\"2016-07-01\",\"2016-06-01\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\",\"2014-12-01-preview\"]},{\"resourceType\":\"locations/CheckDnsNameAvailability\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\",\"2017-08-01\",\"2017-06-01\",\"2017-04-01\",\"2017-03-01\",\"2016-12-01\",\"2016-11-01\",\"2016-10-01\",\"2016-09-01\",\"2016-08-01\",\"2016-07-01\",\"2016-06-01\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\",\"2014-12-01-preview\"]},{\"resourceType\":\"locations/setLoadBalancerFrontendPublicIpAddresses\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\"]},{\"resourceType\":\"locations/usages\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\",\"2017-08-01\",\"2017-06-01\",\"2017-04-01\",\"2017-03-01\",\"2016-12-01\",\"2016-11-01\",\"2016-10-01\",\"2016-09-01\",\"2016-08-01\",\"2016-07-01\",\"2016-06-01\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\",\"2014-12-01-preview\"]},{\"resourceType\":\"locations/virtualNetworkAvailableEndpointServices\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\",\"2017-08-01\",\"2017-06-01\",\"2017-04-01\"]},{\"resourceType\":\"locations/availableDelegations\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\"]},{\"resourceType\":\"locations/serviceTags\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\"]},{\"resourceType\":\"locations/availablePrivateEndpointTypes\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\"]},{\"resourceType\":\"locations/availableServiceAliases\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\"]},{\"resourceType\":\"locations/checkPrivateLinkServiceVisibility\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\"]},{\"resourceType\":\"locations/autoApprovedPrivateLinkServices\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\"]},{\"resourceType\":\"locations/batchValidatePrivateEndpointsForResourceMove\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\"]},{\"resourceType\":\"locations/batchNotifyPrivateEndpointsForResourceMove\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\"]},{\"resourceType\":\"locations/supportedVirtualMachineSizes\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\"]},{\"resourceType\":\"locations/setAzureNetworkManagerConfiguration\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\"]},{\"resourceType\":\"locations/getAzureNetworkManagerConfiguration\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\"]},{\"resourceType\":\"locations/checkAcceleratedNetworkingSupport\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\"]},{\"resourceType\":\"locations/validateResourceOwnership\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\"]},{\"resourceType\":\"locations/setResourceOwnership\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\"]},{\"resourceType\":\"locations/effectiveResourceOwnership\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\"]},{\"resourceType\":\"operations\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\",\"2017-08-01\",\"2017-06-01\",\"2017-04-01\",\"2017-03-01\",\"2016-12-01\",\"2016-11-01\",\"2016-10-01\",\"2016-09-01\",\"2016-08-01\",\"2016-07-01\",\"2016-06-01\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\",\"2014-12-01-preview\"]},{\"resourceType\":\"dnszones\",\"locations\":[\"global\"],\"apiVersions\":[\"2018-05-01\",\"2018-03-01-preview\",\"2017-10-01\",\"2017-09-15-preview\",\"2017-09-01\",\"2016-04-01\",\"2015-05-04-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"dnsOperationResults\",\"locations\":[\"global\"],\"apiVersions\":[\"2018-05-01\",\"2018-03-01-preview\",\"2017-10-01\",\"2017-09-15-preview\",\"2017-09-01\",\"2016-04-01\"]},{\"resourceType\":\"dnsOperationStatuses\",\"locations\":[\"global\"],\"apiVersions\":[\"2018-05-01\",\"2018-03-01-preview\",\"2017-10-01\",\"2017-09-15-preview\",\"2017-09-01\",\"2016-04-01\"]},{\"resourceType\":\"getDnsResourceReference\",\"locations\":[\"global\"],\"apiVersions\":[\"2018-05-01\"]},{\"resourceType\":\"internalNotify\",\"locations\":[\"global\"],\"apiVersions\":[\"2018-05-01\"]},{\"resourceType\":\"dnszones/A\",\"locations\":[\"global\"],\"apiVersions\":[\"2018-05-01\",\"2018-03-01-preview\",\"2017-10-01\",\"2017-09-15-preview\",\"2017-09-01\",\"2016-04-01\",\"2015-05-04-preview\"]},{\"resourceType\":\"dnszones/AAAA\",\"locations\":[\"global\"],\"apiVersions\":[\"2018-05-01\",\"2018-03-01-preview\",\"2017-10-01\",\"2017-09-15-preview\",\"2017-09-01\",\"2016-04-01\",\"2015-05-04-preview\"]},{\"resourceType\":\"dnszones/CNAME\",\"locations\":[\"global\"],\"apiVersions\":[\"2018-05-01\",\"2018-03-01-preview\",\"2017-10-01\",\"2017-09-15-preview\",\"2017-09-01\",\"2016-04-01\",\"2015-05-04-preview\"]},{\"resourceType\":\"dnszones/PTR\",\"locations\":[\"global\"],\"apiVersions\":[\"2018-05-01\",\"2018-03-01-preview\",\"2017-10-01\",\"2017-09-15-preview\",\"2017-09-01\",\"2016-04-01\",\"2015-05-04-preview\"]},{\"resourceType\":\"dnszones/MX\",\"locations\":[\"global\"],\"apiVersions\":[\"2018-05-01\",\"2018-03-01-preview\",\"2017-10-01\",\"2017-09-15-preview\",\"2017-09-01\",\"2016-04-01\",\"2015-05-04-preview\"]},{\"resourceType\":\"dnszones/TXT\",\"locations\":[\"global\"],\"apiVersions\":[\"2018-05-01\",\"2018-03-01-preview\",\"2017-10-01\",\"2017-09-15-preview\",\"2017-09-01\",\"2016-04-01\",\"2015-05-04-preview\"]},{\"resourceType\":\"dnszones/SRV\",\"locations\":[\"global\"],\"apiVersions\":[\"2018-05-01\",\"2018-03-01-preview\",\"2017-10-01\",\"2017-09-15-preview\",\"2017-09-01\",\"2016-04-01\",\"2015-05-04-preview\"]},{\"resourceType\":\"dnszones/SOA\",\"locations\":[\"global\"],\"apiVersions\":[\"2018-05-01\",\"2018-03-01-preview\",\"2017-10-01\",\"2017-09-15-preview\",\"2017-09-01\",\"2016-04-01\",\"2015-05-04-preview\"]},{\"resourceType\":\"dnszones/NS\",\"locations\":[\"global\"],\"apiVersions\":[\"2018-05-01\",\"2018-03-01-preview\",\"2017-10-01\",\"2017-09-15-preview\",\"2017-09-01\",\"2016-04-01\",\"2015-05-04-preview\"]},{\"resourceType\":\"dnszones/CAA\",\"locations\":[\"global\"],\"apiVersions\":[\"2018-05-01\",\"2018-03-01-preview\",\"2017-10-01\",\"2017-09-15-preview\",\"2017-09-01\"]},{\"resourceType\":\"dnszones/recordsets\",\"locations\":[\"global\"],\"apiVersions\":[\"2018-05-01\",\"2018-03-01-preview\",\"2017-10-01\",\"2017-09-15-preview\",\"2017-09-01\",\"2016-04-01\",\"2015-05-04-preview\"]},{\"resourceType\":\"dnszones/all\",\"locations\":[\"global\"],\"apiVersions\":[\"2018-05-01\",\"2018-03-01-preview\",\"2017-10-01\",\"2017-09-15-preview\",\"2017-09-01\",\"2016-04-01\",\"2015-05-04-preview\"]},{\"resourceType\":\"privateDnsZones\",\"locations\":[\"global\"],\"apiVersions\":[\"2020-06-01\",\"2020-01-01\",\"2018-09-01\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"privateDnsZones/virtualNetworkLinks\",\"locations\":[\"global\"],\"apiVersions\":[\"2020-06-01\",\"2020-01-01\",\"2018-09-01\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"privateDnsOperationResults\",\"locations\":[\"global\"],\"apiVersions\":[\"2020-06-01\",\"2020-01-01\",\"2018-09-01\"]},{\"resourceType\":\"privateDnsOperationStatuses\",\"locations\":[\"global\"],\"apiVersions\":[\"2020-06-01\",\"2020-01-01\",\"2018-09-01\"]},{\"resourceType\":\"privateDnsZonesInternal\",\"locations\":[\"global\"],\"apiVersions\":[\"2020-06-01\",\"2020-01-01\"]},{\"resourceType\":\"privateDnsZones/A\",\"locations\":[\"global\"],\"apiVersions\":[\"2020-06-01\",\"2020-01-01\",\"2018-09-01\"]},{\"resourceType\":\"privateDnsZones/AAAA\",\"locations\":[\"global\"],\"apiVersions\":[\"2020-06-01\",\"2020-01-01\",\"2018-09-01\"]},{\"resourceType\":\"privateDnsZones/CNAME\",\"locations\":[\"global\"],\"apiVersions\":[\"2020-06-01\",\"2020-01-01\",\"2018-09-01\"]},{\"resourceType\":\"privateDnsZones/PTR\",\"locations\":[\"global\"],\"apiVersions\":[\"2020-06-01\",\"2020-01-01\",\"2018-09-01\"]},{\"resourceType\":\"privateDnsZones/MX\",\"locations\":[\"global\"],\"apiVersions\":[\"2020-06-01\",\"2020-01-01\",\"2018-09-01\"]},{\"resourceType\":\"privateDnsZones/TXT\",\"locations\":[\"global\"],\"apiVersions\":[\"2020-06-01\",\"2020-01-01\",\"2018-09-01\"]},{\"resourceType\":\"privateDnsZones/SRV\",\"locations\":[\"global\"],\"apiVersions\":[\"2020-06-01\",\"2020-01-01\",\"2018-09-01\"]},{\"resourceType\":\"privateDnsZones/SOA\",\"locations\":[\"global\"],\"apiVersions\":[\"2020-06-01\",\"2020-01-01\",\"2018-09-01\"]},{\"resourceType\":\"privateDnsZones/all\",\"locations\":[\"global\"],\"apiVersions\":[\"2020-06-01\",\"2020-01-01\",\"2018-09-01\"]},{\"resourceType\":\"virtualNetworks/privateDnsZoneLinks\",\"locations\":[\"global\"],\"apiVersions\":[\"2020-06-01\"]},{\"resourceType\":\"trafficmanagerprofiles\",\"locations\":[\"global\"],\"apiVersions\":[\"2018-08-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2017-05-01\",\"2017-03-01\",\"2015-11-01\",\"2015-04-28-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"trafficmanagerprofiles/heatMaps\",\"locations\":[\"global\"],\"apiVersions\":[\"2018-08-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2017-09-01-preview\"]},{\"resourceType\":\"checkTrafficManagerNameAvailability\",\"locations\":[\"global\"],\"apiVersions\":[\"2018-08-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2017-05-01\",\"2017-03-01\",\"2015-11-01\",\"2015-04-28-preview\"]},{\"resourceType\":\"trafficManagerUserMetricsKeys\",\"locations\":[\"global\"],\"apiVersions\":[\"2018-08-01\",\"2018-04-01\",\"2017-09-01-preview\"]},{\"resourceType\":\"trafficManagerGeographicHierarchies\",\"locations\":[\"global\"],\"apiVersions\":[\"2018-08-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2017-05-01\",\"2017-03-01\"]},{\"resourceType\":\"expressRouteCircuits\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\",\"2017-08-01\",\"2017-06-01\",\"2017-04-01\",\"2017-03-01\",\"2016-12-01\",\"2016-11-01\",\"2016-10-01\",\"2016-09-01\",\"2016-08-01\",\"2016-07-01\",\"2016-06-01\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\",\"2014-12-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"expressRouteServiceProviders\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\",\"2017-08-01\",\"2017-06-01\",\"2017-04-01\",\"2017-03-01\",\"2016-12-01\",\"2016-11-01\",\"2016-10-01\",\"2016-09-01\",\"2016-08-01\",\"2016-07-01\",\"2016-06-01\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\",\"2014-12-01-preview\"]},{\"resourceType\":\"applicationGatewayAvailableWafRuleSets\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\",\"2017-08-01\",\"2017-06-01\",\"2017-04-01\",\"2017-03-01\"]},{\"resourceType\":\"applicationGatewayAvailableSslOptions\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\",\"2017-08-01\",\"2017-06-01\"]},{\"resourceType\":\"applicationGatewayAvailableServerVariables\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\"]},{\"resourceType\":\"applicationGatewayAvailableRequestHeaders\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\"]},{\"resourceType\":\"applicationGatewayAvailableResponseHeaders\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\"]},{\"resourceType\":\"routeFilters\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\",\"2017-08-01\",\"2017-06-01\",\"2017-04-01\",\"2017-03-01\",\"2016-12-01\",\"2016-11-01\",\"2016-10-01\",\"2016-09-01\",\"2016-08-01\",\"2016-07-01\",\"2016-06-01\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\",\"2014-12-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"bgpServiceCommunities\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\",\"2017-08-01\",\"2017-06-01\",\"2017-04-01\",\"2017-03-01\",\"2016-12-01\"]},{\"resourceType\":\"virtualWans\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"vpnSites\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"vpnServerConfigurations\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"virtualHubs\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"vpnGateways\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"p2sVpnGateways\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"UAE North\",\"South Africa North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"expressRouteGateways\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"expressRoutePortsLocations\",\"locations\":[\"France Central\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\"]},{\"resourceType\":\"firewallPolicies\",\"locations\":[\"UAE North\",\"Australia Central 2\",\"UAE Central\",\"Germany North\",\"Central India\",\"Korea South\",\"Switzerland North\",\"Switzerland West\",\"Japan West\",\"France South\",\"South Africa West\",\"West India\",\"Canada East\",\"South India\",\"Germany West Central\",\"Norway East\",\"Norway West\",\"South Africa North\",\"East Asia\",\"Southeast Asia\",\"Korea Central\",\"Brazil South\",\"Brazil Southeast\",\"Japan East\",\"UK West\",\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"West Central US\",\"South Central US\",\"Australia East\",\"Australia Central\",\"Australia Southeast\",\"UK South\",\"East US 2\",\"West US 2\",\"North Central US\",\"Canada Central\",\"France Central\",\"Central US\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"ipGroups\",\"locations\":[\"UAE North\",\"Australia Central 2\",\"UAE Central\",\"Germany North\",\"Central India\",\"Korea South\",\"Switzerland North\",\"Switzerland West\",\"Japan West\",\"France South\",\"South Africa West\",\"West India\",\"Canada East\",\"South India\",\"Germany West Central\",\"Norway East\",\"Norway West\",\"South Africa North\",\"East Asia\",\"Southeast Asia\",\"Korea Central\",\"Brazil South\",\"Japan East\",\"UK West\",\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"South Central US\",\"Australia East\",\"Australia Central\",\"Australia Southeast\",\"UK South\",\"East US 2\",\"West US 2\",\"North Central US\",\"Canada Central\",\"France Central\",\"West Central US\",\"Central US\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"azureWebCategories\",\"locations\":[],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\"]},{\"resourceType\":\"locations/nfvOperations\",\"locations\":[],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\"]},{\"resourceType\":\"locations/nfvOperationResults\",\"locations\":[],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\"]},{\"resourceType\":\"securityPartnerProviders\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"azureFirewalls\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"France Central\",\"Australia Central\",\"Japan West\",\"Japan East\",\"Korea Central\",\"Korea South\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"azureFirewallFqdnTags\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\"]},{\"resourceType\":\"virtualNetworkTaps\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"privateLinkServices\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/privateLinkServices\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\"]},{\"resourceType\":\"ddosProtectionPlans\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\ | |
2021-07-01T18:39:01.164-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: ",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"networkProfiles\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"frontdoorOperationResults\",\"locations\":[\"global\"],\"apiVersions\":[\"2020-11-01\",\"2020-07-01\",\"2020-05-01\",\"2020-04-01\",\"2020-01-01\",\"2019-11-01\",\"2019-10-01\",\"2019-08-01\",\"2019-05-01\",\"2019-04-01\",\"2019-03-01\",\"2018-08-01\"]},{\"resourceType\":\"checkFrontdoorNameAvailability\",\"locations\":[\"global\",\"Central US\",\"East US\",\"East US 2\",\"North Central US\",\"South Central US\",\"West US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\"],\"apiVersions\":[\"2020-07-01\",\"2020-05-01\",\"2020-01-01\",\"2019-08-01\",\"2019-05-01\",\"2019-04-01\",\"2018-08-01\"]},{\"resourceType\":\"frontdoors\",\"locations\":[\"global\",\"Central US\",\"East US\",\"East US 2\",\"North Central US\",\"South Central US\",\"West US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\"],\"apiVersions\":[\"2020-07-01\",\"2020-05-01\",\"2020-04-01\",\"2020-01-01\",\"2019-08-01\",\"2019-05-01\",\"2019-04-01\",\"2018-08-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"frontdoors/frontendEndpoints\",\"locations\":[\"global\",\"Central US\",\"East US\",\"East US 2\",\"North Central US\",\"South Central US\",\"West US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\"],\"apiVersions\":[\"2020-07-01\",\"2020-05-01\",\"2020-04-01\",\"2020-01-01\",\"2019-08-01\",\"2019-05-01\",\"2019-04-01\",\"2018-08-01\"]},{\"resourceType\":\"frontdoors/frontendEndpoints/customHttpsConfiguration\",\"locations\":[\"global\",\"Central US\",\"East US\",\"East US 2\",\"North Central US\",\"South Central US\",\"West US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\"],\"apiVersions\":[\"2020-07-01\",\"2020-05-01\",\"2020-04-01\",\"2020-01-01\",\"2019-08-01\",\"2019-05-01\",\"2019-04-01\",\"2018-08-01\"]},{\"resourceType\":\"frontdoorWebApplicationFirewallPolicies\",\"locations\":[\"global\",\"Central US\",\"East US\",\"East US 2\",\"North Central US\",\"South Central US\",\"West US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\"],\"apiVersions\":[\"2020-11-01\",\"2020-04-01\",\"2019-10-01\",\"2019-03-01\",\"2018-08-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"frontdoorWebApplicationFirewallManagedRuleSets\",\"locations\":[\"global\",\"Central US\",\"East US\",\"East US 2\",\"North Central US\",\"South Central US\",\"West US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\"],\"apiVersions\":[\"2020-11-01\",\"2020-04-01\",\"2019-10-01\",\"2019-03-01\"]},{\"resourceType\":\"networkExperimentProfiles\",\"locations\":[\"global\",\"Central US\",\"East US\",\"East US 2\",\"North Central US\",\"South Central US\",\"West US\",\"West US 2\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\"],\"apiVersions\":[\"2019-11-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/bareMetalTenants\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\"]},{\"resourceType\":\"bastionHosts\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"virtualRouters\",\"locations\":[\"UAE North\",\"Australia Central 2\",\"UAE Central\",\"Germany North\",\"Central India\",\"Korea South\",\"Switzerland North\",\"Switzerland West\",\"Japan West\",\"France South\",\"South Africa West\",\"West India\",\"Canada East\",\"South India\",\"Germany West Central\",\"Norway East\",\"Norway West\",\"South Africa North\",\"East Asia\",\"Southeast Asia\",\"Korea Central\",\"Brazil South\",\"Japan East\",\"UK West\",\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"West Central US\",\"South Central US\",\"Australia East\",\"Australia Central\",\"Australia Southeast\",\"UK South\",\"East US 2\",\"West US 2\",\"North Central US\",\"Canada Central\",\"France Central\",\"Central US\"],\"apiVersions\":[\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"networkVirtualAppliances\",\"locations\":[\"UAE North\",\"Australia Central 2\",\"UAE Central\",\"Germany North\",\"Central India\",\"Korea South\",\"Switzerland North\",\"Switzerland West\",\"Japan West\",\"France South\",\"South Africa West\",\"West India\",\"Canada East\",\"South India\",\"Germany West Central\",\"Norway East\",\"Norway West\",\"South Africa North\",\"East Asia\",\"Southeast Asia\",\"Korea Central\",\"Brazil South\",\"Japan East\",\"UK West\",\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"West Central US\",\"South Central US\",\"Australia East\",\"Australia Central\",\"Australia Southeast\",\"UK South\",\"East US 2\",\"West US 2\",\"North Central US\",\"Canada Central\",\"France Central\",\"Central US\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"ipAllocations\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"locations/commitInternalAzureNetworkManagerConfiguration\",\"locations\":[\"West Central US\",\"North Central US\",\"West US\",\"West Europe\",\"UAE Central\",\"Germany North\",\"East US\",\"West India\",\"East US 2\",\"Australia Central\",\"Australia Central 2\",\"South Africa West\",\"Brazil South\",\"UK West\",\"North Europe\",\"Central US\",\"UAE North\",\"Germany West Central\",\"Switzerland West\",\"East Asia\",\"Jio India West\",\"South Africa North\",\"UK South\",\"South India\",\"Australia Southeast\",\"France South\",\"West US 2\",\"Japan West\",\"Norway East\",\"France Central\",\"West US 3\",\"Central India\",\"Korea South\",\"Brazil Southeast\",\"Korea Central\",\"Southeast Asia\",\"South Central US\",\"Norway West\",\"Australia East\",\"Japan East\",\"Canada East\",\"Canada Central\",\"Switzerland North\"],\"apiVersions\":[\"2021-02-01-preview\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2019-12-01\",\"2019-11-01\"]},{\"resourceType\":\"locations/internalAzureVirtualNetworkManagerOperation\",\"locations\":[\"West Central US\",\"North Central US\",\"West US\",\"West Europe\",\"UAE Central\",\"Germany North\",\"East US\",\"West India\",\"East US 2\",\"Australia Central\",\"Australia Central 2\",\"South Africa West\",\"Brazil South\",\"UK West\",\"North Europe\",\"Central US\",\"UAE North\",\"Germany West Central\",\"Switzerland West\",\"East Asia\",\"Jio India West\",\"South Africa North\",\"UK South\",\"South India\",\"Australia Southeast\",\"France South\",\"West US 2\",\"Japan West\",\"Norway East\",\"France Central\",\"West US 3\",\"Central India\",\"Korea South\",\"Brazil Southeast\",\"Korea Central\",\"Southeast Asia\",\"South Central US\",\"Norway West\",\"Australia East\",\"Japan East\",\"Canada East\",\"Canada Central\",\"Switzerland North\"],\"apiVersions\":[\"2021-02-01-preview\",\"2020-08-01\"]},{\"resourceType\":\"networkVirtualApplianceSkus\",\"locations\":[],\"apiVersions\":[\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/f6d69ee2-34d5-4ca8-a143-7a2fc1aeca55/providers/Microsoft.Compute\",\"namespace\":\"Microsoft.Compute\",\"authorizations\":[{\"applicationId\":\"60e6cd67-9c8c-4951-9b3c-23c25a2169af\",\"roleDefinitionId\":\"e4770acb-272e-4dc8-87f3-12f44a612224\"},{\"applicationId\":\"a303894e-f1d8-4a37-bf10-67aa654a0596\",\"roleDefinitionId\":\"903ac751-8ad5-4e5a-bfc2-5e49f450a241\"},{\"applicationId\":\"a8b6bf88-1d1a-4626-b040-9a729ea93c65\",\"roleDefinitionId\":\"45c8267c-80ba-4b96-9a43-115b8f49fccd\"},{\"applicationId\":\"184909ca-69f1-4368-a6a7-c558ee6eb0bd\",\"roleDefinitionId\":\"45c8267c-80ba-4b96-9a43-115b8f49fccd\"},{\"applicationId\":\"5e5e43d4-54da-4211-86a4-c6e7f3715801\",\"roleDefinitionId\":\"ffcd6e5b-8772-457d-bb17-89703c03428f\"},{\"applicationId\":\"ce6ff14a-7fdc-4685-bbe0-f6afdfcfa8e0\",\"roleDefinitionId\":\"cb17cddc-dbac-4ae0-ae79-8db34eddfca0\"},{\"applicationId\":\"372140e0-b3b7-4226-8ef9-d57986796201\",\"roleDefinitionId\":\"cb17cddc-dbac-4ae0-ae79-8db34eddfca0\"},{\"applicationId\":\"b9a92e36-2cf8-4f4e-bcb3-9d99e00e14ab\",\"roleDefinitionId\":\"6efa92ca-56b6-40af-a468-5e3d2b5232f0\"},{\"applicationId\":\"579d9c9d-4c83-4efc-8124-7eba65ed3356\",\"roleDefinitionId\":\"8c99c4ce-d744-4597-a2f0-0a0044d67560\"}],\"resourceTypes\":[{\"resourceType\":\"availabilitySets\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\",\"2017-12-01\",\"2017-03-30\",\"2016-08-30\",\"2016-04-30-preview\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"virtualMachines\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\",\"2017-12-01\",\"2017-03-30\",\"2016-08-30\",\"2016-04-30-preview\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"virtualMachines/extensions\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\",\"2017-12-01\",\"2017-03-30\",\"2016-08-30\",\"2016-04-30-preview\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"virtualMachineScaleSets\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\",\"2017-12-01\",\"2017-10-30-preview\",\"2017-03-30\",\"2016-08-30\",\"2016-04-30-preview\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"virtualMachineScaleSets/extensions\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\",\"2017-12-01\",\"2017-10-30-preview\",\"2017-03-30\",\"2016-08-30\",\"2016-04-30-preview\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\"]},{\"resourceType\":\"virtualMachineScaleSets/virtualMachines\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\",\"2017-12-01\",\"2017-10-30-preview\",\"2017-03-30\",\"2016-08-30\",\"2016-04-30-preview\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\"]},{\"resourceType\":\"virtualMachineScaleSets/virtualMachines/extensions\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\",\"2017-12-01\",\"2017-10-30-preview\",\"2017-03-30\",\"2016-08-30\",\"2016-04-30-preview\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\"]},{\"resourceType\":\"virtualMachineScaleSets/networkInterfaces\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\",\"2017-12-01\",\"2017-03-30\",\"2016-09-01\",\"2016-08-01\",\"2016-07-01\",\"2016-06-01\",\"2016-04-30-preview\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\"]},{\"resourceType\":\"virtualMachineScaleSets/virtualMachines/networkInterfaces\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\",\"2017-12-01\",\"2017-03-30\",\"2016-09-01\",\"2016-08-01\",\"2016-07-01\",\"2016-06-01\",\"2016-04-30-preview\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\"]},{\"resourceType\":\"virtualMachineScaleSets/publicIPAddresses\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\",\"2017-12-01\",\"2017-03-30\"]},{\"resourceType\":\"locations\",\"locations\":[],\"apiVersions\":[\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\",\"2017-12-01\",\"2017-03-30\",\"2016-08-30\",\"2016-04-30-preview\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\"]},{\"resourceType\":\"locations/operations\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\",\"2017-12-01\",\"2017-10-30-preview\",\"2017-03-30\",\"2016-08-30\",\"2016-04-30-preview\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\"]},{\"resourceType\":\"locations/vmSizes\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\",\"2017-12-01\",\"2017-03-30\",\"2016-08-30\",\"2016-04-30-preview\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\"]},{\"resourceType\":\"locations/runCommands\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\",\"2017-12-01\",\"2017-03-30\"]},{\"resourceType\":\"locations/usages\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\",\"2017-12-01\",\"2017-03-30\",\"2016-08-30\",\"2016-04-30-preview\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\"]},{\"resourceType\":\"locations/virtualMachines\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\",\"2017-12-01\",\"2017-03-30\",\"2016-08-30\"]},{\"resourceType\":\"locations/virtualMachineScaleSets\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\",\"2017-12-01\",\"2017-03-30\",\"2016-08-30\"]},{\"resourceType\":\"locations/publishers\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-09-30\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\",\"2017-12-01\",\"2017-03-30\",\"2016-08-30\",\"2016-04-30-preview\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\"]},{\"resourceType\":\"operations\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\",\"2017-12-01\",\"2017-03-30\",\"2016-08-30\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\"]},{\"resourceType\":\"locations/edgeZones\",\"locations\":[],\"apiVersions\":[\"2020-12-01\"]},{\"resourceType\":\"locations/edgeZones/publishers\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2020-12-01\"]},{\"resourceType\":\"restorePointCollections\",\"locations\":[\"Southeast Asia\",\"East US 2\",\"Central US\",\"West Europe\",\"East US\",\"North Central US\",\"South Central US\",\"West US\",\"North Europe\",\"East Asia\",\"Brazil South\",\"West US 2\",\"West Central US\",\"UK West\",\"UK South\",\"Japan East\",\"Japan West\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"Australia East\",\"Australia Southeast\",\"Korea Central\",\"Korea South\",\"West India\",\"France Central\",\"South Africa North\",\"UAE North\",\"Australia Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\",\"2017-12-01\",\"2017-03-30\"],\"capabilities\":\"None\"},{\"resourceType\":\"restorePointCollections/restorePoints\",\"locations\":[\"Southeast Asia\",\"East US 2\",\"Central US\",\"West Europe\",\"East US\",\"North Central US\",\"South Central US\",\"West US\",\"North Europe\",\"East Asia\",\"Brazil South\",\"West US 2\",\"West Central US\",\"UK West\",\"UK South\",\"Japan East\",\"Japan West\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"Australia East\",\"Australia Southeast\",\"Korea Central\",\"Korea South\",\"West India\",\"France Central\",\"South Africa North\",\"UAE North\",\"Australia Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\",\"2017-12-01\",\"2017-03-30\"]},{\"resourceType\":\"proximityPlacementGroups\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"sshPublicKeys\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"virtualMachines/metricDefinitions\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2014-04-01\"]},{\"resourceType\":\"locations/spotEvictionRates\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\"]},{\"resourceType\":\"locations/spotPriceHistory\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\"]},{\"resourceType\":\"locations/sharedGalleries\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-09-30\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\",\"2017-12-01\",\"2017-03-30\",\"2016-08-30\",\"2016-04-30-preview\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\"]},{\"resourceType\":\"sharedVMImages\",\"locations\":[\"West Central US\",\"South Central US\",\"East US 2\",\"Southeast Asia\",\"West Europe\",\"West US\",\"East US\",\"Canada Central\",\"North Europe\",\"North Central US\",\"Brazil South\",\"UK West\",\"West India\",\"East Asia\",\"Australia East\",\"Japan East\",\"Korea South\",\"West US 2\",\"Canada East\",\"UK South\",\"Central India\",\"South India\",\"Australia Southeast\",\"Japan West\",\"Korea Central\",\"France Central\",\"Central US\",\"Australia Central\"],\"apiVersions\":[\"2017-10-15-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"sharedVMImages/versions\",\"locations\":[\"West Central US\",\"South Central US\",\"East US 2\",\"Southeast Asia\",\"West Europe\",\"West US\",\"East US\",\"Canada Central\",\"North Europe\",\"North Central US\",\"Brazil South\",\"UK West\",\"West India\",\"East Asia\",\"Australia East\",\"Japan East\",\"Korea South\",\"West US 2\",\"Canada East\",\"UK South\",\"Central India\",\"South India\",\"Australia Southeast\",\"Japan West\",\"Korea Central\",\"France Central\",\"Central US\",\"Australia Central\"],\"apiVersions\":[\"2017-10-15-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/artifactPublishers\",\"locations\":[\"West Central US\",\"South Central US\",\"East US 2\",\"Southeast Asia\",\"West Europe\",\"West US\",\"East US\",\"Canada Central\",\"North Europe\",\"North Central US\",\"Brazil South\",\"UK West\",\"West India\",\"East Asia\",\"Australia East\",\"Japan East\",\"Korea South\",\"West US 2\",\"Canada East\",\"UK South\",\"Central India\",\"South India\",\"Australia Southeast\",\"Japan West\",\"Korea Central\",\"France Central\",\"Central US\",\"Australia Central\"],\"apiVersions\":[\"2017-10-15-preview\"]},{\"resourceType\":\"locations/capsoperations\",\"locations\":[\"West Central US\",\"South Central US\",\"East US 2\",\"Southeast Asia\",\"West Europe\",\"West US\",\"East US\",\"Canada Central\",\"North Europe\",\"North Central US\",\"Brazil South\",\"UK West\",\"West India\",\"East Asia\",\"Australia East\",\"Japan East\",\"Korea South\",\"West US 2\",\"Canada East\",\"UK South\",\"Central India\",\"South India\",\"Australia Southeast\",\"Japan West\",\"Korea Central\",\"France Central\",\"Central US\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2021-03-01\",\"2020-09-30\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-06-01\",\"2017-10-15-preview\"]},{\"resourceType\":\"galleries\",\"locations\":[\"West Central US\",\"South Central US\",\"East US 2\",\"Southeast Asia\",\"West Europe\",\"West US\",\"East US\",\"Canada Central\",\"North Europe\",\"North Central US\",\"Brazil South\",\"UK West\",\"West India\",\"East Asia\",\"Australia East\",\"Japan East\",\"Korea South\",\"West US 2\",\"Canada East\",\"UK South\",\"Central India\",\"South India\",\"Australia Southeast\",\"Japan West\",\"Korea Central\",\"France Central\",\"Central US\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2021-03-01\",\"2020-09-30\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-06-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"galleries/images\",\"locations\":[\"West Central US\",\"South Central US\",\"East US 2\",\"Southeast Asia\",\"West Europe\",\"West US\",\"East US\",\"Canada Central\",\"North Europe\",\"North Central US\",\"Brazil South\",\"UK West\",\"West India\",\"East Asia\",\"Australia East\",\"Japan East\",\"Korea South\",\"West US 2\",\"Canada East\",\"UK South\",\"Central India\",\"South India\",\"Australia Southeast\",\"Japan West\",\"Korea Central\",\"France Central\",\"Central US\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2021-03-01\",\"2020-09-30\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-06-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"galleries/images/versions\",\"locations\":[\"West Central US\",\"South Central US\",\"East US 2\",\"Southeast Asia\",\"West Europe\",\"West US\",\"East US\",\"Canada Central\",\"North Europe\",\"North Central US\",\"Brazil South\",\"UK West\",\"West India\",\"East Asia\",\"Australia East\",\"Japan East\",\"Korea South\",\"West US 2\",\"Canada East\",\"UK South\",\"Central India\",\"South India\",\"Australia Southeast\",\"Japan West\",\"Korea Central\",\"France Central\",\"Central US\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2021-03-01\",\"2020-09-30\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-06-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/galleries\",\"locations\":[\"West Central US\",\"South Central US\",\"East US 2\",\"Southeast Asia\",\"West Europe\",\"West US\",\"East US\",\"Canada Central\",\"North Europe\",\"North Central US\",\"Brazil South\",\"UK West\",\"West India\",\"East Asia\",\"Australia East\",\"Japan East\",\"Korea South\",\"West US 2\",\"Canada East\",\"UK South\",\"Central India\",\"South India\",\"Australia Southeast\",\"Japan West\",\"Korea Central\",\"France Central\",\"Central US\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2021-03-01\",\"2020-09-30\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-06-01\"]},{\"resourceType\":\"disks\",\"locations\":[\"Southeast Asia\",\"East US 2\",\"Central US\",\"West Europe\",\"East US\",\"North Central US\",\"South Central US\",\"West US\",\"North Europe\",\"East Asia\",\"Brazil South\",\"West US 2\",\"West Central US\",\"UK West\",\"UK South\",\"Japan East\",\"Japan West\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"Australia East\",\"Australia Southeast\",\"Korea Central\",\"Korea South\",\"West India\",\"France Central\",\"South Africa North\",\"UAE North\",\"Australia Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2021-04-01\",\"2020-12-01\",\"2020-09-30\",\"2020-06-30\",\"2020-05-01\",\"2019-11-01\",\"2019-07-01\",\"2019-03-01\",\"2018-09-30\",\"2018-06-01\",\"2018-04-01\",\"2017-03-30\",\"2016-04-30-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"snapshots\",\"locations\":[\"Southeast Asia\",\"East US 2\",\"Central US\",\"West Europe\",\"East US\",\"North Central US\",\"South Central US\",\"West US\",\"North Europe\",\"East Asia\",\"Brazil South\",\"West US 2\",\"West Central US\",\"UK West\",\"UK South\",\"Japan East\",\"Japan West\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"Australia East\",\"Australia Southeast\",\"Korea Central\",\"Korea South\",\"West India\",\"France Central\",\"South Africa North\",\"UAE North\",\"Australia Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2021-04-01\",\"2020-12-01\",\"2020-09-30\",\"2020-06-30\",\"2020-05-01\",\"2019-11-01\",\"2019-07-01\",\"2019-03-01\",\"2018-09-30\",\"2018-06-01\",\"2018-04-01\",\"2017-03-30\",\"2016-04-30-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"locations/diskoperations\",\"locations\":[\"Southeast Asia\",\"East US 2\",\"Central US\",\"West Europe\",\"East US\",\"North Central US\",\"South Central US\",\"West US\",\"North Europe\",\"East Asia\",\"Brazil South\",\"West US 2\",\"West Central US\",\"UK West\",\"UK South\",\"Japan East\",\"Japan West\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"Australia East\",\"Australia Southeast\",\"Korea Central\",\"Korea South\",\"West India\",\"France Central\",\"South Africa North\",\"UAE North\",\"Australia Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2021-04-01\",\"2020-12-01\",\"2020-09-30\",\"2020-06-30\",\"2020-05-01\",\"2019-11-01\",\"2019-07-01\",\"2019-03-01\",\"2018-09-30\",\"2018-06-01\",\"2018-04-01\",\"2017-03-30\",\"2016-04-30-preview\"]},{\"resourceType\":\"diskEncryptionSets\",\"locations\":[\"Southeast Asia\",\"East US 2\",\"Central US\",\"West Europe\",\"East US\",\"North Central US\",\"South Central US\",\"West US\",\"North Europe\",\"East Asia\",\"Brazil South\",\"West US 2\",\"West Central US\",\"UK West\",\"UK South\",\"Japan East\",\"Japan West\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"Australia East\",\"Australia Southeast\",\"Korea Central\",\"Korea South\",\"West India\",\"France Central\",\"South Africa North\",\"UAE North\",\"Australia Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2021-04-01\",\"2020-12-01\",\"2020-09-30\",\"2020-06-30\",\"2020-05-01\",\"2019-11-01\",\"2019-07-01\"],\"capabilities\":\"SystemAssignedResourceIdentity\"},{\"resourceType\":\"diskAccesses\",\"locations\":[\"Southeast Asia\",\"East US 2\",\"Central US\",\"West Europe\",\"East US\",\"North Central US\",\"South Central US\",\"West US\",\"North Europe\",\"East Asia\",\"Brazil South\",\"West US 2\",\"West Central US\",\"UK West\",\"UK South\",\"Japan East\",\"Japan West\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"Australia East\",\"Australia Southeast\",\"Korea Central\",\"Korea South\",\"West India\",\"France Central\",\"South Africa North\",\"UAE North\",\"Australia Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2021-04-01\",\"2020-12-01\",\"2020-09-30\",\"2020-06-30\",\"2020-05-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"cloudServices\",\"locations\":[\"Southeast Asia\",\"East US 2\",\"Central US\",\"West Europe\",\"East US\",\"North Central US\",\"South Central US\",\"West US\",\"North Europe\",\"East Asia\",\"Brazil South\",\"West US 2\",\"West Central US\",\"UK West\",\"UK South\",\"Japan East\",\"Japan West\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"Australia East\",\"Australia Southeast\",\"Korea Central\",\"Korea South\",\"West India\",\"France Central\",\"South Africa North\",\"UAE North\",\"Australia Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2021-03-01\",\"2020-10-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"cloudServices/roles\",\"locations\":[\"Southeast Asia\",\"East US 2\",\"Central US\",\"West Europe\",\"East US\",\"North Central US\",\"South Central US\",\"West US\",\"North Europe\",\"East Asia\",\"Brazil South\",\"West US 2\",\"West Central US\",\"UK West\",\"UK South\",\"Japan East\",\"Japan West\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"Australia East\",\"Australia Southeast\",\"Korea Central\",\"Korea South\",\"West India\",\"France Central\",\"South Africa North\",\"UAE North\",\"Australia Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2021-03-01\",\"2020-10-01-preview\"]},{\"resourceType\":\"cloudServices/roleInstances\",\"locations\":[\"Southeast Asia\",\"East US 2\",\"Central US\",\"West Europe\",\"East US\",\"North Central US\",\"South Central US\",\"West US\",\"North Europe\",\"East Asia\",\"Brazil South\",\"West US 2\",\"West Central US\",\"UK West\",\"UK South\",\"Japan East\",\"Japan West\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"Australia East\",\"Australia Southeast\",\"Korea Central\",\"Korea South\",\"West India\",\"France Central\",\"South Africa North\",\"UAE North\",\"Australia Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2021-03-01\",\"2020-10-01-preview\"]},{\"resourceType\":\"locations/csoperations\",\"locations\":[\"Southeast Asia\",\"East US 2\",\"Central US\",\"West Europe\",\"East US\",\"North Central US\",\"South Central US\",\"West US\",\"North Europe\",\"East Asia\",\"Brazil South\",\"West US 2\",\"West Central US\",\"UK West\",\"UK South\",\"Japan East\",\"Japan West\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"Australia East\",\"Australia Southeast\",\"Korea Central\",\"Korea South\",\"West India\",\"France Central\",\"South Africa North\",\"UAE North\",\"Australia Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2021-03-01\",\"2020-10-01-preview\"]},{\"resourceType\":\"locations/cloudServiceOsVersions\",\"locations\":[\"Southeast Asia\",\"East US 2\",\"Central US\",\"West Europe\",\"East US\",\"North Central US\",\"South Central US\",\"West US\",\"North Europe\",\"East Asia\",\"Brazil South\",\"West US 2\",\"West Central US\",\"UK West\",\"UK South\",\"Japan East\",\"Japan West\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"Australia East\",\"Australia Southeast\",\"Korea Central\",\"Korea South\",\"West India\",\"France Central\",\"South Africa North\",\"UAE North\",\"Australia Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2021-03-01\"]},{\"resourceType\":\"locations/cloudServiceOsFamilies\",\"locations\":[\"Southeast Asia\",\"East US 2\",\"Central US\",\"West Europe\",\"East US\",\"North Central US\",\"South Central US\",\"West US\",\"North Europe\",\"East Asia\",\"Brazil South\",\"West US 2\",\"West Central US\",\"UK West\",\"UK South\",\"Japan East\",\"Japan West\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"Australia East\",\"Australia Southeast\",\"Korea Central\",\"Korea South\",\"West India\",\"France Central\",\"South Africa North\",\"UAE North\",\"Australia Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2021-03-01\"]},{\"resourceType\":\"cloudServices/networkInterfaces\",\"locations\":[\"Southeast Asia\",\"East US 2\",\"Central US\",\"West Europe\",\"East US\",\"North Central US\",\"South Central US\",\"West US\",\"North Europe\",\"East Asia\",\"Brazil South\",\"West US 2\",\"West Central US\",\"UK West\",\"UK South\",\"Japan East\",\"Japan West\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"Australia East\",\"Australia Southeast\",\"Korea Central\",\"Korea South\",\"West India\",\"France Central\",\"South Africa North\",\"UAE North\",\"Australia Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2021-03-01\",\"2020-10-01-preview\"]},{\"resourceType\":\"cloudServices/roleInstances/networkInterfaces\",\"locations\":[\"Southeast Asia\",\"East US 2\",\"Central US\",\"West Europe\",\"East US\",\"North Central US\",\"South Central US\",\"West US\",\"North Europe\",\"East Asia\",\"Brazil South\",\"West US 2\",\"West Central US\",\"UK West\",\"UK South\",\"Japan East\",\"Japan West\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"Australia East\",\"Australia Southeast\",\"Korea Central\",\"Korea South\",\"West India\",\"France Central\",\"South Africa North\",\"UAE North\",\"Australia Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2021-03-01\",\"2020-10-01-preview\"]},{\"resourceType\":\"cloudServices/publicIPAddresses\",\"locations\":[\"Southeast Asia\",\"East US 2\",\"Central US\",\"West Europe\",\"East US\",\"North Central US\",\"South Central US\",\"West US\",\"North Europe\",\"East Asia\",\"Brazil South\",\"West US 2\",\"West Central US\",\"UK West\",\"UK South\",\"Japan East\",\"Japan West\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"Australia East\",\"Australia Southeast\",\"Korea Central\",\"Korea South\",\"West India\",\"France Central\",\"South Africa North\",\"UAE North\",\"Australia Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2021-03-01\",\"2020-10-01-preview\"]},{\"resourceType\":\"images\",\"locations\":[\"Southeast Asia\",\"East US 2\",\"Central US\",\"West Europe\",\"East US\",\"North Central US\",\"South Central US\",\"West US\",\"North Europe\",\"East Asia\",\"Brazil South\",\"West US 2\",\"West Central US\",\"UK West\",\"UK South\",\"Japan East\",\"Japan West\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"Australia East\",\"Australia Southeast\",\"Korea Central\",\"Korea South\",\"West India\",\"France Central\",\"South Africa North\",\"UAE North\",\"Australia Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\",\"2017-12-01\",\"2017-03-30\",\"2016-08-30\",\"2016-04-30-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"locations/logAnalytics\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\",\"2017-12-01\"]},{\"resourceType\":\"hostGroups\",\"locations\":[\"Central US\",\"East US 2\",\"West Europe\",\"Southeast Asia\",\"France Central\",\"North Europe\",\"West US 2\",\"East US\",\"UK South\",\"Japan East\",\"Japan West\",\"East Asia\",\"North Central US\",\"South Central US\",\"Canada East\",\"Korea Central\",\"Brazil South\",\"UK West\",\"Canada Central\",\"West US\",\"West Central US\",\"Central India\",\"South India\",\"Australia Southeast\",\"Korea South\",\"West India\",\"South Africa North\",\"UAE North\",\"Australia Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Australia East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"hostGroups/hosts\",\"locations\":[\"Central US\",\"East US 2\",\"West Europe\",\"Southeast Asia\",\"France Central\",\"North Europe\",\"West US 2\",\"East US\",\"UK South\",\"Japan East\",\"Japan West\",\"East Asia\",\"North Central US\",\"South Central US\",\"Canada East\",\"Korea Central\",\"Brazil South\",\"UK West\",\"Canada Central\",\"West US\",\"West Central US\",\"Central India\",\"South India\",\"Australia Southeast\",\"Korea South\",\"West India\",\"South Africa North\",\"UAE North\",\"Australia Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Australia East\",\"Jio India West\",\"West US 3\"],\"apiVersions\":[\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\"],\"capabilities\":\"None\"}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/f6d69ee2-34d5-4ca8-a143-7a2fc1aeca55/providers/Microsoft.AlertsManagement\",\"namespace\":\"Microsoft.AlertsManagement\",\"authorizations\":[{\"applicationId\":\"3af5a1e8-2459-45cb-8683-bcd6cccbcc13\",\"roleDefinitionId\":\"b1309299-720d-4159-9897-6158a61aee41\"},{\"applicationId\":\"161a339d-b9f5-41c5-8856-6a6669acac64\",\"roleDefinitionId\":\"b61a6c11-d848-4eec-8c37-fb13ab7d5729\"}],\"resourceTypes\":[{\"resourceType\":\"resourceHealthAlertRules\",\"locations\":[\"Global\"],\"apiVersions\":[\"2020-08-04-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"alerts\",\"locations\":[],\"apiVersions\":[\"2019-05-05-preview\",\"2019-03-01-preview\",\"2019-03-01\",\"2018-11-02-privatepreview\",\"2018-05-05-preview\",\"2018-05-05\",\"2017-11-15-privatepreview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"alertsSummary\",\"locations\":[],\"apiVersions\":[\"2019-05-05-preview\",\"2019-03-01-preview\",\"2019-03-01\",\"2018-05-05-preview\",\"2018-05-05\",\"2017-11-15-privatepreview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"smartGroups\",\"locations\":[],\"apiVersions\":[\"2019-05-05-preview\",\"2018-05-05-preview\",\"2018-05-05\",\"2017-11-15-privatepreview\"]},{\"resourceType\":\"smartDetectorAlertRules\",\"locations\":[\"global\"],\"apiVersions\":[\"2021-04-01\",\"2019-06-01\",\"2019-03-01\",\"2018-02-01-privatepreview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"migrateFromSmartDetection\",\"locations\":[\"global\"],\"apiVersions\":[\"2021-01-01-preview\"]},{\"resourceType\":\"actionRules\",\"locations\":[\"global\"],\"apiVersions\":[\"2019-05-05-preview\",\"2018-11-02-privatepreview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"alertsList\",\"locations\":[],\"apiVersions\":[\"2018-11-02-privatepreview\"]},{\"resourceType\":\"alertsSummaryList\",\"locations\":[],\"apiVersions\":[\"2018-11-02-privatepreview\"]},{\"resourceType\":\"alertsMetaData\",\"locations\":[],\"apiVersions\":[\"2019-05-05-preview\",\"2019-03-01-preview\",\"2019-03-01\"]},{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"2018-05-05-preview\",\"2018-05-05\",\"2017-11-15-privatepreview\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/f6d69ee2-34d5-4ca8-a143-7a2fc1aeca55/providers/Microsoft.OperationalInsights\",\"namespace\":\"Microsoft.OperationalInsights\",\"authorizations\":[{\"applicationId\":\"d2a0a418-0aac-4541-82b2-b3142c89da77\",\"roleDefinitionId\":\"86695298-2eb9-48a7-9ec3-2fdb38b6878b\"},{\"applicationId\":\"ca7f3f0b-7d91-482c-8e09-c5d840d0eac5\",\"roleDefinitionId\":\"5d5a2e56-9835-44aa-93db-d2f19e155438\"}],\"resourceTypes\":[{\"resourceType\":\"workspaces\",\"locations\":[\"East US\",\"West Europe\",\"Southeast Asia\",\"Australia Southeast\",\"West Central US\",\"Japan East\",\"UK South\",\"Central India\",\"Canada Central\",\"West US 2\",\"Australia Central\",\"Australia East\",\"France Central\",\"Korea Central\",\"North Europe\",\"Central US\",\"East Asia\",\"East US 2\",\"South Central US\",\"North Central US\",\"West US\",\"UK West\",\"South Africa North\",\"Brazil South\",\"Switzerland North\",\"Switzerland West\",\"Germany West Central\",\"Australia Central 2\",\"UAE Central\",\"UAE North\",\"Japan West\",\"Brazil Southeast\",\"Norway East\",\"Norway West\",\"France South\",\"South India\"],\"apiVersions\":[\"2021-06-01\",\"2020-10-01\",\"2020-08-01\",\"2020-03-01-preview\",\"2017-04-26-preview\",\"2017-03-15-preview\",\"2017-03-03-preview\",\"2017-01-01-preview\",\"2015-11-01-preview\",\"2015-03-20\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"querypacks\",\"locations\":[\"West Central US\",\"East US\",\"South Central US\",\"North Europe\",\"West Europe\",\"Southeast Asia\",\"West US 2\",\"UK South\",\"Canada Central\",\"Central India\",\"Japan East\",\"Australia East\",\"Korea Central\",\"France Central\",\"Central US\",\"East US 2\",\"East Asia\",\"West US\",\"South Africa North\",\"North Central US\",\"Brazil South\",\"Switzerland North\",\"Norway East\",\"Australia Southeast\",\"Australia Central 2\",\"Germany West Central\",\"Switzerland West\",\"UAE Central\",\"UK West\",\"Brazil Southeast\",\"Japan West\",\"UAE North\",\"Australia Central\",\"France South\",\"South India\"],\"apiVersions\":[\"2019-09-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations\",\"locations\":[],\"apiVersions\":[\"2020-10-01\",\"2020-08-01\",\"2020-03-01-preview\",\"2019-08-01-preview\",\"2017-04-26-preview\",\"2017-03-15-preview\",\"2017-03-03-preview\",\"2017-01-01-preview\",\"2015-11-01-preview\",\"2015-03-20\"]},{\"resourceType\":\"locations/operationStatuses\",\"locations\":[\"East US\",\"West Europe\",\"Southeast Asia\",\"Australia Southeast\",\"West Central US\",\"Japan East\",\"UK South\",\"Central India\",\"Canada Central\",\"West US 2\",\"Australia Central\",\"Australia East\",\"France Central\",\"Korea Central\",\"North Europe\",\"Central US\",\"East Asia\",\"East US 2\",\"South Central US\",\"North Central US\",\"West US\",\"UK West\",\"South Africa North\",\"Brazil South\",\"Switzerland North\",\"Switzerland West\",\"Germany West Central\",\"Australia Central 2\",\"UAE Central\",\"UAE North\",\"Japan West\",\"Brazil Southeast\",\"Norway East\",\"Norway West\",\"France South\",\"South India\"],\"apiVersions\":[\"2020-10-01\",\"2020-08-01\",\"2020-03-01-preview\",\"2019-08-01-preview\",\"2017-04-26-preview\",\"2017-03-15-preview\",\"2017-03-03-preview\",\"2017-01-01-preview\",\"2015-11-01-preview\",\"2015-03-20\"]},{\"resourceType\":\"workspaces/scopedPrivateLinkProxies\",\"locations\":[\"East US\",\"West Europe\",\"Southeast Asia\",\"Australia Southeast\",\"West Central US\",\"Japan East\",\"UK South\",\"Central India\",\"Canada Central\",\"West US 2\",\"Australia Central\",\"Australia East\",\"France Central\",\"Korea Central\",\"North Europe\",\"Central US\",\"East Asia\",\"East US 2\",\"South Central US\",\"North Central US\",\"West US\",\"UK West\",\"South Africa North\",\"Brazil South\",\"Switzerland North\",\"Switzerland West\",\"Germany West Central\",\"Australia Central 2\",\"UAE Central\",\"UAE North\",\"Japan West\",\"Brazil Southeast\",\"Norway East\",\"Norway West\",\"France South\",\"South India\"],\"apiV | |
2021-07-01T18:39:01.165-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: ersions\":[\"2020-03-01-preview\",\"2019-08-01-preview\",\"2015-11-01-preview\"]},{\"resourceType\":\"workspaces/query\",\"locations\":[],\"apiVersions\":[\"2017-10-01\"]},{\"resourceType\":\"workspaces/metadata\",\"locations\":[],\"apiVersions\":[\"2017-10-01\"]},{\"resourceType\":\"workspaces/dataSources\",\"locations\":[\"East US\",\"West Europe\",\"Southeast Asia\",\"Australia Southeast\",\"West Central US\",\"Japan East\",\"UK South\",\"Central India\",\"Canada Central\",\"West US 2\",\"Australia Central\",\"Australia East\",\"France Central\",\"Korea Central\",\"North Europe\",\"Central US\",\"East Asia\",\"East US 2\",\"South Central US\",\"North Central US\",\"West US\",\"UK West\",\"South Africa North\",\"Brazil South\",\"Switzerland North\",\"Switzerland West\",\"Germany West Central\",\"Australia Central 2\",\"UAE Central\",\"UAE North\",\"Japan West\",\"Brazil Southeast\",\"Norway East\",\"Norway West\",\"France South\",\"South India\"],\"apiVersions\":[\"2020-08-01\",\"2020-03-01-preview\",\"2015-11-01-preview\"]},{\"resourceType\":\"workspaces/linkedStorageAccounts\",\"locations\":[\"East US\",\"West Europe\",\"Southeast Asia\",\"Australia Southeast\",\"West Central US\",\"Japan East\",\"UK South\",\"Central India\",\"Canada Central\",\"West US 2\",\"Australia Central\",\"Australia East\",\"France Central\",\"Korea Central\",\"North Europe\",\"Central US\",\"East Asia\",\"East US 2\",\"South Central US\",\"North Central US\",\"West US\",\"UK West\",\"South Africa North\",\"Brazil South\",\"Switzerland North\",\"Switzerland West\",\"Germany West Central\",\"Australia Central 2\",\"UAE Central\",\"UAE North\",\"Japan West\",\"Brazil Southeast\",\"Norway East\",\"Norway West\",\"France South\",\"South India\"],\"apiVersions\":[\"2020-08-01\",\"2020-03-01-preview\",\"2019-08-01-preview\"]},{\"resourceType\":\"workspaces/tables\",\"locations\":[\"East US\",\"West Europe\",\"Southeast Asia\",\"Australia Southeast\",\"West Central US\",\"Japan East\",\"UK South\",\"Central India\",\"Canada Central\",\"West US 2\",\"Australia East\",\"Australia Central\",\"France Central\",\"Korea Central\",\"North Europe\",\"Central US\",\"East Asia\",\"East US 2\",\"South Central US\",\"North Central US\",\"West US\",\"UK West\",\"South Africa North\",\"Brazil South\",\"Switzerland North\",\"Switzerland West\",\"Germany West Central\",\"Australia Central 2\",\"UAE Central\",\"UAE North\",\"Japan West\",\"Brazil Southeast\",\"Norway East\",\"Norway West\",\"France South\",\"South India\"],\"apiVersions\":[\"2020-08-01\",\"2020-03-01-preview\",\"2017-04-26-preview\"]},{\"resourceType\":\"workspaces/storageInsightConfigs\",\"locations\":[\"East US\",\"West Europe\",\"Southeast Asia\",\"Australia Southeast\",\"West Central US\",\"Japan East\",\"UK South\",\"Central India\",\"Canada Central\",\"West US 2\",\"Australia East\",\"Australia Central\",\"France Central\",\"Korea Central\",\"North Europe\",\"Central US\",\"East Asia\",\"East US 2\",\"South Central US\",\"North Central US\",\"West US\",\"UK West\",\"South Africa North\",\"Brazil South\",\"Switzerland North\",\"Switzerland West\",\"Germany West Central\",\"Australia Central 2\",\"UAE Central\",\"UAE North\",\"Japan West\",\"Brazil Southeast\",\"Norway East\",\"Norway West\",\"France South\",\"South India\"],\"apiVersions\":[\"2020-08-01\",\"2020-03-01-preview\",\"2017-04-26-preview\",\"2017-03-15-preview\",\"2017-03-03-preview\",\"2017-01-01-preview\",\"2015-11-01-preview\",\"2015-03-20\"]},{\"resourceType\":\"storageInsightConfigs\",\"locations\":[],\"apiVersions\":[\"2020-08-01\",\"2020-03-01-preview\",\"2014-10-10\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"workspaces/linkedServices\",\"locations\":[\"East US\",\"West Europe\",\"Southeast Asia\",\"Australia Southeast\",\"West Central US\",\"Japan East\",\"UK South\",\"Central India\",\"Canada Central\",\"West US 2\",\"Australia Central\",\"Australia East\",\"France Central\",\"Korea Central\",\"North Europe\",\"Central US\",\"East Asia\",\"East US 2\",\"South Central US\",\"North Central US\",\"West US\",\"UK West\",\"South Africa North\",\"Brazil South\",\"Switzerland North\",\"Switzerland West\",\"Germany West Central\",\"Australia Central 2\",\"UAE Central\",\"UAE North\",\"Japan West\",\"Brazil Southeast\",\"Norway East\",\"Norway West\",\"France South\",\"South India\"],\"apiVersions\":[\"2020-08-01\",\"2020-03-01-preview\",\"2019-08-01-preview\",\"2015-11-01-preview\"]},{\"resourceType\":\"linkTargets\",\"locations\":[\"East US\"],\"apiVersions\":[\"2020-03-01-preview\",\"2015-03-20\"]},{\"resourceType\":\"deletedWorkspaces\",\"locations\":[\"East US\",\"West Europe\",\"Southeast Asia\",\"Australia Southeast\",\"West Central US\",\"Japan East\",\"UK South\",\"Central India\",\"Canada Central\",\"West US 2\",\"Australia Central\",\"Australia East\",\"France Central\",\"Korea Central\",\"North Europe\",\"Central US\",\"East Asia\",\"East US 2\",\"South Central US\",\"North Central US\",\"West US\",\"UK West\",\"South Africa North\",\"Brazil South\",\"Switzerland North\",\"Switzerland West\",\"Germany West Central\",\"Australia Central 2\",\"UAE Central\",\"UAE North\",\"Japan West\",\"Brazil Southeast\",\"Norway East\",\"Norway West\",\"France South\",\"South India\"],\"apiVersions\":[\"2020-10-01\",\"2020-08-01\",\"2020-03-01-preview\"]},{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"2020-10-01\",\"2020-08-01\",\"2020-03-01-preview\",\"2015-11-01-preview\",\"2014-11-10\"]},{\"resourceType\":\"clusters\",\"locations\":[\"East US\",\"West Europe\",\"Southeast Asia\",\"Australia Southeast\",\"West Central US\",\"Japan East\",\"UK South\",\"Central India\",\"Canada Central\",\"West US 2\",\"Australia Central\",\"Australia East\",\"France Central\",\"Korea Central\",\"North Europe\",\"Central US\",\"East Asia\",\"East US 2\",\"South Central US\",\"North Central US\",\"West US\",\"UK West\",\"South Africa North\",\"Switzerland North\",\"Switzerland West\",\"Germany West Central\",\"Australia Central 2\",\"UAE Central\",\"Brazil South\",\"UAE North\",\"Japan West\",\"Brazil Southeast\",\"Norway East\",\"Norway West\",\"France South\",\"South India\"],\"apiVersions\":[\"2021-06-01\",\"2020-10-01\",\"2020-08-01\",\"2020-03-01-preview\",\"2019-08-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"workspaces/dataExports\",\"locations\":[\"East US\",\"West Europe\",\"Southeast Asia\",\"Australia Southeast\",\"West Central US\",\"Japan East\",\"UK South\",\"Central India\",\"Canada Central\",\"West US 2\",\"Australia Central\",\"Australia East\",\"France Central\",\"Korea Central\",\"North Europe\",\"Central US\",\"East Asia\",\"East US 2\",\"South Central US\",\"North Central US\",\"West US\",\"UK West\",\"South Africa North\",\"Brazil South\"],\"apiVersions\":[\"2020-08-01\",\"2020-03-01-preview\",\"2019-08-01-preview\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/f6d69ee2-34d5-4ca8-a143-7a2fc1aeca55/providers/Microsoft.Advisor\",\"namespace\":\"Microsoft.Advisor\",\"authorization\":{\"applicationId\":\"c39c9bac-9d1f-4dfb-aa29-27f6365e5cb7\",\"roleDefinitionId\":\"8a63b04c-3731-409b-9765-f1175c047872\"},\"resourceTypes\":[{\"resourceType\":\"suppressions\",\"locations\":[],\"apiVersions\":[\"2020-01-01\",\"2017-04-19\",\"2017-03-31\",\"2016-07-12-preview\",\"2016-05-09-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"configurations\",\"locations\":[],\"apiVersions\":[\"2020-01-01\",\"2017-04-19\",\"2017-03-31\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"recommendations\",\"locations\":[],\"apiVersions\":[\"2020-01-01\",\"2017-04-19\",\"2017-03-31\",\"2016-07-12-preview\",\"2016-05-09-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"generateRecommendations\",\"locations\":[],\"apiVersions\":[\"2020-01-01\",\"2017-04-19\",\"2017-03-31\",\"2016-07-12-preview\",\"2016-05-09-preview\"]},{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"2020-07-01-preview\",\"2020-01-01\",\"2017-04-19\",\"2017-03-31\",\"2016-07-12-preview\",\"2016-05-09-preview\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/f6d69ee2-34d5-4ca8-a143-7a2fc1aeca55/providers/Microsoft.Portal\",\"namespace\":\"Microsoft.Portal\",\"resourceTypes\":[{\"resourceType\":\"dashboards\",\"locations\":[\"Central US\",\"East Asia\",\"Southeast Asia\",\"East US\",\"East US 2\",\"West US\",\"West US 2\",\"North Central US\",\"South Central US\",\"West Central US\",\"North Europe\",\"West Europe\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia Southeast\",\"Australia East\",\"West India\",\"South India\",\"Central India\",\"Canada Central\",\"Canada East\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"Switzerland West\",\"Switzerland North\"],\"apiVersions\":[\"2020-09-01-preview\",\"2020-09-01-alpha\",\"2019-01-01-preview\",\"2018-10-01-preview\",\"2015-08-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"tenantconfigurations\",\"locations\":[\"Central US\",\"East Asia\",\"Southeast Asia\",\"East US\",\"East US 2\",\"West US\",\"West US 2\",\"North Central US\",\"South Central US\",\"West Central US\",\"North Europe\",\"West Europe\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia Southeast\",\"Australia East\",\"West India\",\"South India\",\"Central India\",\"Canada Central\",\"Canada East\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"Switzerland West\",\"Switzerland North\"],\"apiVersions\":[\"2020-09-01-preview\",\"2019-01-01-preview\"]},{\"resourceType\":\"listTenantConfigurationViolations\",\"locations\":[\"Central US\",\"East Asia\",\"Southeast Asia\",\"East US\",\"East US 2\",\"West US\",\"West US 2\",\"North Central US\",\"South Central US\",\"West Central US\",\"North Europe\",\"West Europe\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia Southeast\",\"Australia East\",\"West India\",\"South India\",\"Central India\",\"Canada Central\",\"Canada East\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"Switzerland West\",\"Switzerland North\"],\"apiVersions\":[\"2020-09-01-preview\",\"2019-01-01-preview\"]},{\"resourceType\":\"operations\",\"locations\":[\"Central US\",\"East Asia\",\"Southeast Asia\",\"East US\",\"East US 2\",\"West US\",\"West US 2\",\"North Central US\",\"South Central US\",\"West Central US\",\"North Europe\",\"West Europe\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia Southeast\",\"Australia East\",\"West India\",\"South India\",\"Central India\",\"Canada Central\",\"Canada East\"],\"apiVersions\":[\"2015-08-01-preview\"]},{\"resourceType\":\"locations\",\"locations\":[],\"apiVersions\":[\"2020-04-01-preview\",\"2018-10-01\",\"2017-12-01-preview\",\"2017-08-01-preview\",\"2017-01-01-preview\"]},{\"resourceType\":\"consoles\",\"locations\":[],\"apiVersions\":[\"2020-04-01-preview\",\"2018-10-01\",\"2017-12-01-preview\",\"2017-08-01-preview\",\"2017-01-01-preview\"]},{\"resourceType\":\"locations/consoles\",\"locations\":[\"West US\",\"East US\",\"Central India\",\"North Europe\",\"West Europe\",\"South Central US\",\"Southeast Asia\",\"East US 2\",\"Central US\"],\"apiVersions\":[\"2020-04-01-preview\",\"2018-10-01\",\"2017-12-01-preview\",\"2017-08-01-preview\",\"2017-01-01-preview\"]},{\"resourceType\":\"userSettings\",\"locations\":[],\"apiVersions\":[\"2020-04-01-preview\",\"2018-10-01\",\"2017-12-01-preview\",\"2017-08-01-preview\",\"2017-01-01-preview\"]},{\"resourceType\":\"locations/userSettings\",\"locations\":[\"West US\",\"East US\",\"Central India\",\"North Europe\",\"West Europe\",\"South Central US\",\"Southeast Asia\",\"East US 2\",\"Central US\"],\"apiVersions\":[\"2020-04-01-preview\",\"2018-10-01\",\"2017-12-01-preview\",\"2017-08-01-preview\",\"2017-01-01-preview\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/f6d69ee2-34d5-4ca8-a143-7a2fc1aeca55/providers/microsoft.insights\",\"namespace\":\"microsoft.insights\",\"authorizations\":[{\"applicationId\":\"6bccf540-eb86-4037-af03-7fa058c2db75\",\"roleDefinitionId\":\"89dcede2-9219-403a-9723-d3c6473f9472\"},{\"applicationId\":\"11c174dc-1945-4a9a-a36b-c79a0f246b9b\",\"roleDefinitionId\":\"dd9d4347-f397-45f2-b538-85f21c90037b\"},{\"applicationId\":\"035f9e1d-4f00-4419-bf50-bf2d87eb4878\",\"roleDefinitionId\":\"323795fe-ba3d-4f5a-ad42-afb4e1ea9485\"},{\"applicationId\":\"f5c26e74-f226-4ae8-85f0-b4af0080ac9e\",\"roleDefinitionId\":\"529d7ae6-e892-4d43-809d-8547aeb90643\"},{\"applicationId\":\"b503eb83-1222-4dcc-b116-b98ed5216e05\",\"roleDefinitionId\":\"68699c37-c689-44d4-9248-494b782d46ae\"},{\"applicationId\":\"ca7f3f0b-7d91-482c-8e09-c5d840d0eac5\",\"roleDefinitionId\":\"5d5a2e56-9835-44aa-93db-d2f19e155438\"},{\"applicationId\":\"3af5a1e8-2459-45cb-8683-bcd6cccbcc13\",\"roleDefinitionId\":\"b1309299-720d-4159-9897-6158a61aee41\"},{\"applicationId\":\"6a0a243c-0886-468a-a4c2-eff52c7445da\",\"roleDefinitionId\":\"d2eda64b-c5e6-4930-8642-2d80ecd7c2e2\"},{\"applicationId\":\"707be275-6b9d-4ee7-88f9-c0c2bd646e0f\",\"roleDefinitionId\":\"fa027d90-6ba0-4c33-9a54-59edaf2327e7\"},{\"applicationId\":\"461e8683-5575-4561-ac7f-899cc907d62a\",\"roleDefinitionId\":\"68699c37-c689-44d4-9248-494b782d46ae\"},{\"applicationId\":\"562db366-1b96-45d2-aa4a-f2148cef2240\",\"roleDefinitionId\":\"4109c8be-c1c8-4be0-af52-9d3c76c140ab\"},{\"applicationId\":\"e933bd07-d2ee-4f1d-933c-3752b819567b\",\"roleDefinitionId\":\"abbcfd44-e662-419a-9b5a-478f8e2f57c9\"},{\"applicationId\":\"f6b60513-f290-450e-a2f3-9930de61c5e7\",\"roleDefinitionId\":\"4ef11659-08ac-48af-98a7-25fb6b1e1bc4\"},{\"applicationId\":\"12743ff8-d3de-49d0-a4ce-6c91a4245ea0\",\"roleDefinitionId\":\"207b20a7-6802-4ae4-aaa2-1a36dd45bba0\"}],\"resourceTypes\":[{\"resourceType\":\"components\",\"locations\":[\"East US\",\"South Central US\",\"North Europe\",\"West Europe\",\"Southeast Asia\",\"West US 2\",\"UK South\",\"Canada Central\",\"Central India\",\"Japan East\",\"Australia East\",\"Korea Central\",\"France Central\",\"Central US\",\"East US 2\",\"East Asia\",\"West US\",\"South Africa North\",\"North Central US\",\"Brazil South\",\"Switzerland North\",\"Norway East\",\"Norway West\",\"Australia Southeast\",\"Australia Central 2\",\"Germany West Central\",\"Switzerland West\",\"UAE Central\",\"UK West\",\"Japan West\",\"Brazil Southeast\",\"UAE North\",\"Australia Central\",\"France South\",\"South India\"],\"apiVersions\":[\"2020-02-02-preview\",\"2020-02-02\",\"2018-05-01-preview\",\"2015-05-01\",\"2014-12-01-preview\",\"2014-08-01\",\"2014-04-01\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"components/query\",\"locations\":[],\"apiVersions\":[\"2018-04-20\"]},{\"resourceType\":\"components/metadata\",\"locations\":[],\"apiVersions\":[\"2018-04-20\"]},{\"resourceType\":\"components/metrics\",\"locations\":[\"East US\",\"South Central US\",\"North Europe\",\"West Europe\",\"Southeast Asia\",\"West US 2\",\"UK South\",\"Central India\",\"Canada Central\",\"Japan East\",\"Australia East\",\"Korea Central\",\"France Central\",\"East US 2\",\"East Asia\",\"West US\",\"Central US\",\"South Africa North\",\"North Central US\",\"Brazil South\",\"Switzerland North\",\"Australia Southeast\",\"Norway East\",\"Norway West\"],\"apiVersions\":[\"2018-04-20\",\"2014-04-01\"]},{\"resourceType\":\"components/events\",\"locations\":[\"East US\",\"South Central US\",\"North Europe\",\"West Europe\",\"Southeast Asia\",\"West US 2\",\"UK South\",\"Central India\",\"Canada Central\",\"Japan East\",\"Australia East\",\"Korea Central\",\"France Central\",\"East US 2\",\"East Asia\",\"West US\",\"Central US\",\"South Africa North\",\"North Central US\"],\"apiVersions\":[\"2018-04-20\"]},{\"resourceType\":\"webtests\",\"locations\":[\"East US\",\"South Central US\",\"North Europe\",\"West Europe\",\"Southeast Asia\",\"West US 2\",\"UK South\",\"Central India\",\"Canada Central\",\"Japan East\",\"Australia East\",\"Korea Central\",\"France Central\",\"Central US\",\"East US 2\",\"East Asia\",\"West US\",\"South Africa North\",\"North Central US\",\"Brazil South\",\"Switzerland North\",\"Norway East\",\"Norway West\",\"Australia Southeast\",\"Australia Central 2\",\"Germany West Central\",\"Switzerland West\",\"UAE Central\",\"UK West\",\"Brazil Southeast\",\"Japan West\",\"UAE North\",\"Australia Central\",\"France South\",\"South India\"],\"apiVersions\":[\"2018-05-01-preview\",\"2015-05-01\",\"2014-08-01\",\"2014-04-01\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"webtests/getTestResultFile\",\"locations\":[\"East US\",\"South Central US\",\"North Europe\",\"West Europe\",\"Southeast Asia\",\"West US 2\",\"UK South\",\"Central India\",\"Canada Central\",\"Japan East\",\"Australia East\",\"Korea Central\",\"France Central\",\"East US 2\",\"East Asia\",\"West US\",\"Central US\",\"South Africa North\",\"North Central US\"],\"apiVersions\":[\"2020-02-10-preview\"]},{\"resourceType\":\"scheduledqueryrules\",\"locations\":[\"Global\",\"West Central US\",\"Australia East\",\"Central US\",\"East US\",\"East US 2\",\"France Central\",\"Japan East\",\"North Europe\",\"South Africa North\",\"Southeast Asia\",\"UK South\",\"West Europe\",\"West US 2\",\"Central India\",\"Canada Central\",\"Australia Southeast\",\"South Central US\",\"Australia Central\",\"Korea Central\",\"East Asia\",\"West US\",\"North Central US\",\"Brazil South\",\"UK West\",\"Switzerland North\",\"Switzerland West\",\"UAE Central\",\"Germany West Central\",\"Australia Central 2\",\"Brazil SouthEast\",\"Norway East\",\"UAE North\",\"Japan West\",\"South India\",\"France South\",\"Norway West\"],\"apiVersions\":[\"2021-02-01-preview\",\"2020-05-01-preview\",\"2018-04-16\",\"2017-09-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"components/pricingPlans\",\"locations\":[\"East US\",\"South Central US\",\"North Europe\",\"West Europe\",\"Southeast Asia\",\"West US 2\"],\"apiVersions\":[\"2017-10-01\"]},{\"resourceType\":\"migrateToNewPricingModel\",\"locations\":[\"East US\",\"South Central US\",\"North Europe\",\"West Europe\",\"Southeast Asia\",\"West US 2\"],\"apiVersions\":[\"2017-10-01\"]},{\"resourceType\":\"rollbackToLegacyPricingModel\",\"locations\":[\"East US\",\"South Central US\",\"North Europe\",\"West Europe\",\"Southeast Asia\",\"West US 2\"],\"apiVersions\":[\"2017-10-01\"]},{\"resourceType\":\"listMigrationdate\",\"locations\":[\"East US\",\"South Central US\",\"North Europe\",\"West Europe\",\"Southeast Asia\",\"West US 2\"],\"apiVersions\":[\"2017-10-01\"]},{\"resourceType\":\"logprofiles\",\"locations\":[],\"apiVersions\":[\"2016-03-01\"]},{\"resourceType\":\"migratealertrules\",\"locations\":[],\"apiVersions\":[\"2018-03-01\"]},{\"resourceType\":\"metricalerts\",\"locations\":[\"Global\"],\"apiVersions\":[\"2018-03-01\",\"2017-09-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"alertrules\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"North Central US\",\"South Central US\",\"East US 2\",\"Central US\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"UK South\",\"UK West\",\"South India\",\"Central India\",\"West India\",\"Canada East\",\"Canada Central\",\"West Central US\",\"West US 2\",\"Korea South\",\"Korea Central\",\"Australia Central\",\"Australia Central 2\",\"France Central\",\"South Africa North\",\"UAE North\"],\"apiVersions\":[\"2016-03-01\",\"2015-04-01\",\"2014-04-01\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"autoscalesettings\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"South Central US\",\"East US 2\",\"Central US\",\"Australia Southeast\",\"Brazil South\",\"UK South\",\"UK West\",\"South India\",\"Central India\",\"West India\",\"Canada East\",\"Canada Central\",\"West Central US\",\"West US 2\",\"Korea South\",\"Korea Central\",\"Australia Central\",\"Australia Central 2\",\"France Central\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"North Central US\",\"Australia East\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2015-04-01\",\"2014-04-01\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"eventtypes\",\"locations\":[],\"apiVersions\":[\"2017-03-01-preview\",\"2016-09-01-preview\",\"2015-04-01\",\"2014-11-01\",\"2014-04-01\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"locations\",\"locations\":[\"East US\"],\"apiVersions\":[\"2015-04-01\",\"2014-04-01\"]},{\"resourceType\":\"locations/operationResults\",\"locations\":[],\"apiVersions\":[\"2015-04-01\",\"2014-04-01\"]},{\"resourceType\":\"vmInsightsOnboardingStatuses\",\"locations\":[],\"apiVersions\":[\"2018-11-27-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"2015-04-01\",\"2014-06-01\",\"2014-04-01\"]},{\"resourceType\":\"diagnosticSettings\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"North Central US\",\"South Central US\",\"East US 2\",\"Central US\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"UK South\",\"UK West\",\"South India\",\"Central India\",\"West India\",\"Canada East\",\"Canada Central\",\"West Central US\",\"West US 2\",\"Korea South\",\"Korea Central\",\"Australia Central\",\"Australia Central 2\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-05-01-preview\",\"2017-05-01-preview\",\"2016-09-01\",\"2015-07-01\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"diagnosticSettingsCategories\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"North Central US\",\"South Central US\",\"East US 2\",\"Central US\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"UK South\",\"UK West\",\"South India\",\"Central India\",\"West India\",\"Canada East\",\"Canada Central\",\"West Central US\",\"West US 2\",\"Korea South\",\"Korea Central\",\"Australia Central\",\"Australia Central 2\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-05-01-preview\",\"2017-05-01-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"extendedDiagnosticSettings\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"North Central US\",\"South Central US\",\"East US 2\",\"Central US\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"UK South\",\"UK West\",\"South India\",\"Central India\",\"West India\",\"Canada East\",\"Canada Central\",\"West Central US\",\"West US 2\",\"Korea South\",\"Korea Central\",\"Australia Central\",\"Australia Central 2\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2017-02-01\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"metricDefinitions\",\"locations\":[\"East US\",\"West US\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"North Central US\",\"South Central US\",\"East US 2\",\"Canada East\",\"Canada Central\",\"Central US\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Australia Central 2\",\"Brazil South\",\"Brazil Southeast\",\"South India\",\"Central India\",\"West India\",\"North Europe\",\"West US 2\",\"Jio India West\",\"West US 3\",\"West Central US\",\"Korea South\",\"Korea Central\",\"UK South\",\"UK West\",\"France Central\",\"South Africa North\",\"South Africa West\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\"],\"apiVersions\":[\"2018-01-01\",\"2017-12-01-preview\",\"2017-09-01-preview\",\"2017-05-01-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"logDefinitions\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"North Central US\",\"South Central US\",\"East US 2\",\"Central US\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"UK South\",\"UK West\",\"South India\",\"Central India\",\"West India\",\"Canada East\",\"Canada Central\",\"West Central US\",\"West US 2\",\"Korea South\",\"Korea Central\",\"Australia Central\",\"Australia Central 2\",\"France Central\"],\"apiVersions\":[\"2015-07-01\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"eventCategories\",\"locations\":[],\"apiVersions\":[\"2015-04-01\"]},{\"resourceType\":\"metrics\",\"locations\":[\"East US\",\"West US\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"North Central US\",\"South Central US\",\"East US 2\",\"Canada East\",\"Canada Central\",\"Central US\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Australia Central 2\",\"Brazil South\",\"Brazil Southeast\",\"South India\",\"Central India\",\"West India\",\"North Europe\",\"West US 2\",\"Jio India West\",\"West US 3\",\"West Central US\",\"Korea South\",\"Korea Central\",\"UK South\",\"UK West\",\"France Central\",\"South Africa North\",\"South Africa West\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\"],\"apiVersions\":[\"2019-07-01\",\"2018-01-01\",\"2017-12-01-preview\",\"2017-09-01-preview\",\"2017-05-01-preview\",\"2016-09-01\",\"2016-06-01\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"metricbatch\",\"locations\":[],\"apiVersions\":[\"2019-01-01-preview\"]},{\"resourceType\":\"metricNamespaces\",\"locations\":[\"East US\",\"West US\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"North Central US\",\"South Central US\",\"East US 2\",\"Canada East\",\"Canada Central\",\"Central US\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Australia Central 2\",\"Brazil South\",\"Brazil Southeast\",\"South India\",\"Central India\",\"West India\",\"North Europe\",\"West US 2\",\"Jio India West\",\"West US 3\",\"West Central US\",\"Korea South\",\"Korea Central\",\"UK South\",\"UK West\",\"France Central\",\"South Africa North\",\"South Africa West\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\"],\"apiVersions\":[\"2017-12-01-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"actiongroups\",\"locations\":[\"Global\"],\"apiVersions\":[\"2019-06-01\",\"2019-03-01\",\"2018-09-01\",\"2018-03-01\",\"2017-04-01\",\"2017-03-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"activityLogAlerts\",\"locations\":[\"Global\"],\"apiVersions\":[\"2020-10-01\",\"2017-04-01\",\"2017-03-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"baseline\",\"locations\":[\"East US\",\"West US\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"North Central US\",\"South Central US\",\"East US 2\",\"Canada East\",\"Canada Central\",\"Central US\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Australia Central 2\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"North Europe\",\"Norway East\",\"Germany West Central\",\"Switzerland North\",\"West US 2\",\"West Central US\",\"Korea South\",\"Korea Central\",\"UK South\",\"UK West\",\"France Central\",\"South Africa North\",\"UAE North\"],\"apiVersions\":[\"2018-09-01\",\"2017-11-01-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"metricbaselines\",\"locations\":[\"East US\",\"West US\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"North Central US\",\"South Central US\",\"East US 2\",\"Canada East\",\"Canada Central\",\"Central US\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Australia Central 2\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"North Europe\",\"Norway East\",\"Germany West Central\",\"Switzerland North\",\"West US 2\",\"West Central US\",\"Korea South\",\"Korea Central\",\"UK South\",\"UK West\",\"France Central\",\"South Africa North\",\"UAE North\"],\"apiVersions\":[\"2019-03-01\",\"2018-09-01\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"calculatebaseline\",\"locations\":[],\"apiVersions\":[\"2018-09-01\",\"2017-11-01-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"workbooks\",\"locations\":[\"West Europe\",\"South Central US\",\"East US\",\"North Europe\",\"Southeast Asia\",\"West US 2\",\"Japan East\",\"Australia East\",\"Korea Central\",\"France Central\",\"Central US\",\"East US 2\",\"East Asia\",\"West US\",\"Canada Central\",\"Central India\",\"UK South\",\"UK West\",\"South Africa North\",\"North Central US\",\"Brazil South\",\"Switzerland North\",\"Norway East\",\"Norway West\",\"Australia Southeast\",\"Australia Central 2\",\"Germany West Central\",\"Switzerland West\",\"UAE Central\",\"Japan West\",\"Brazil Southeast\",\"UAE North\",\"Australia Central\",\"France South\",\"South India\",\"West Central US\",\"West US 3\",\"Korea South\"],\"apiVersions\":[\"2021-03-08\",\"2020-10-20\",\"2020-02-12\",\"2018-06-17-preview\",\"2018-06-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"workbooktemplates\",\"locations\":[\"West Europe\",\"South Central US\",\"East US\",\"North Europe\",\"Southeast Asia\",\"West US 2\",\"Japan East\",\"Australia East\",\"Korea Central\",\"France Central\",\"Central US\",\"East US 2\",\"East Asia\",\"West US\",\"Canada Central\",\"Central India\",\"UK South\",\"UK West\",\"South Africa North\",\"North Central US\",\"Brazil South\",\"Switzerland North\",\"Norway East\",\"Norway West\",\"Australia Southeast\",\"Australia Central 2\",\"Germany West Central\",\"Switzerland West\",\"UAE Central\",\"Japan West\",\"Brazil Southeast\",\"UAE North\",\"Australia Central\",\"France South\",\"South India\",\"West Central US\",\"West US 3\",\"Korea South\"],\"apiVersions\":[\"2020-11-20\",\"2019-10-17-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"myWorkbooks\",\"locations\":[\"West Europe\",\"South Central US\",\"East US\",\"North Europe\",\"Southeast Asia\",\"West US 2\",\"UK South\",\"Canada Central\",\"Central India\",\"Japan East\",\"Australia East\",\"Korea Central\",\"France Central\",\"Central US\",\"East US 2\",\"East Asia\",\"West US\",\"South Africa North\",\"North Central US\",\"Brazil South\",\"Switzerland North\",\"Norway East\",\"Norway West\",\"Australia Southeast\"],\"apiVersions\":[\"2021-03-08\",\"2020-10-20\",\"2020-02-12\",\"2018-06-17-preview\",\"2018-06-15-preview\",\"2018-06-01-preview\",\"2016-06-15-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"logs\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"France South\",\"Australia Central\",\"South Africa North\"],\"apiVersions\":[\"2018-08-01-preview\",\"2018-03-01-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"transactions\",\"locations\":[\"East US\",\"South Central US\",\"North Europe\",\"West Europe\",\"Southeast Asia\",\"West US 2\",\"UK South\",\"Central India\",\"Canada Central\",\"Japan East\",\"Australia East\",\"Korea Central\",\"France Central\",\"East US 2\",\"East Asia\",\"West US\",\"Central US\",\"South Africa North\",\"North Central US\"],\"apiVersions\":[\"2019-10-17-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"topology\",\"locations\":[\"East US\",\"South Central US\",\"North Europe\",\"West Europe\",\"Southeast Asia\",\"West US 2\",\"UK South\",\"Central India\",\"Canada Central\",\"Japan East\",\"Australia East\",\"Korea Central\",\"France Central\",\"East US 2\",\"East Asia\",\"West US\",\"Central US\",\"South Africa North\",\"North Central US\"],\"apiVersions\":[\"2019-10-17-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"generateLiveToken\",\"locations\":[],\"apiVersions\":[\"2020-06-02-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"dataCollectionRules\",\"locations\":[\"Australia Southeast\",\"Canada Central\",\"Japan East\",\"Australia East\",\"Central India\",\"Germany West Central\",\"North Central US\",\"South Central US\",\"East US\",\"Central US\",\"West Europe\",\"West US 2\",\"Southeast Asia\",\"East US 2\",\"UK South\",\"North Europe\",\"West US\",\"Australia Central\",\"West Central US\",\"East Asia\",\"UK West\",\"Korea Central\",\"France Central\",\"South Africa North\",\"Switzerland North\",\"Australia Central 2\",\"Brazil Southeast\",\"France South\",\"Norway West\",\"UAE North\",\"Japan West\",\"Norway East\",\"Switzerland West\"],\"apiVersions\":[\"2021-04-01\",\"2019-11-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"dataCollectionRuleAssociations\",\"locations\":[\"Australia Southeast\",\"Canada Central\",\"Japan East\",\"Australia East\",\"Central India\",\"Germany West Central\",\"North Central US\",\"South Central US\",\"East US\",\"Central US\",\"West Europe\",\"West US 2\",\"Southeast Asia\",\"East US 2\",\"UK South\",\"North Europe\",\"West US\",\"Australia Central\",\"West Central US\",\"East Asia\",\"UK West\",\"Korea Central\",\"France Central\",\"South Africa North\",\"Switzerland North\",\"Brazil South\",\"Australia Central 2\",\"Brazil Southeast\",\"Canada East\",\"France South\",\"Korea South\",\"Norway West\",\"UAE North\",\"Japan West\",\"Norway East\",\"Switzerland West\"],\"apiVersions\":[\"2021-04-01\",\"2019-11-01-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"privateLinkScopes\",\"locations\":[\"Global\"],\"apiVersions\":[\"2021-07-01-preview\",\"2019-10-17-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"privateLinkScopes/privateEndpointConnections\",\"locations\":[\"Global\"],\"apiVersions\":[\"2021-07-01-preview\",\"2019-10-17-preview\"]},{\"resourceType\":\"privateLinkScopes/privateEndpointConnectionProxies\",\"locations\":[\"Global\"],\"apiVersions\":[\"2021-07-01-preview\",\"2019-10-17-preview\"]},{\"resourceType\":\"privateLinkScopes/scopedResources\",\"locations\":[\"Global\"],\"apiVersions\":[\"2021-07-01-preview\",\"2019-10-17-preview\"]},{\"resourceType\":\"components/linkedstorageaccounts\",\"locations\":[\"East US\",\"West Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"Southeast Asia\",\"West US 2\",\"UK South\",\"Canada Central\",\"Central India\",\"Japan East\",\"Australia East\",\"Korea Central\",\"France Central\",\"Central US\",\"East US 2\",\"East Asia\",\"West US\",\"South Africa North\",\"North Central US\",\"Brazil South\",\"Switzerland North\",\"Norway East\",\"Norway West\",\"Australia Southeast\"],\"apiVersions\":[\"2020-03-01-preview\"]},{\"resourceType\":\"privateLinkScopeOperationStatuses\",\"locations\":[\"Global\"],\"apiVersions\":[\"2021-07-01-preview\",\"2019-10-17-preview\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/f6d69ee2-34d5-4ca8-a143-7a2fc1aeca55/providers/Microsoft.ContainerRegistry\",\"namespace\":\"Microsoft.ContainerRegistry\",\"authorizations\":[{\"applicationId\":\"6a0ec4d3-30cb-4a83-91c0-ae56bc0e3d26\",\"roleDefinitionId\":\"78e18383-93eb-418a-9887-bc9271046576\"},{\"applicationId\":\"737d58c1-397a-46e7-9d12-7d8c830883c2\",\"roleDefinitionId\":\"716bb53a-0390-4428-bf41-b1bedde7d751\"},{\"applicationId\":\"918d0db8-4a38-4938-93c1-9313bdfe0272\",\"roleDefinitionId\":\"dcd2d2c9-3f80-4d72-95a8-2593111b4b12\"},{\"applicationId\":\"d2fa1650-4805-4a83-bcb9-cf41fe63539c\",\"roleDefinitionId\":\"c15f8dab-b103-4f8d-9afb-fbe4b8e98de2\"},{\"applicationId\":\"a4c95b9e-3994-40cc-8953-5dc66d48348d\",\"roleDefinitionId\":\"dc88c655-90fa-48d9-8d51-003cc8738508\"},{\"applicationId\":\"62c559cd-db0c-4da0-bab2-972528c65d42\",\"roleDefinitionId\":\"437b639a-6d74-491d-959f-d172e8c5c1fc\"},{\"applicationId\":\"a3747411-ce7c-4888-9ddc-3a230786ca19\",\"roleDefinitionId\":\"b29ead14-d6d9-4957-bdf1-494b07fe2e87\"}],\"resourceTypes\":[{\"resourceType\":\"registries\",\"locations\":[\"West US\",\"East US\",\"South Central US\",\"West Europe\",\"North Europe\",\"UK South\",\"UK West\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"Korea Central\",\"France Central\",\"South Africa North\",\"UAE North\",\"East Asia\",\"Japan East\",\"Japan West\",\"Southeast Asia\",\"South India\",\"Brazil South\",\"Canada East\",\"Canada Central\",\"Central US\",\"East US 2\",\"North Central US\",\"West Central US\",\"West US 2\",\"Switzerland North\",\"UAE Central\",\"Switzerland West\",\"Germany West Central\",\"Brazil Southeast\",\"Norway East\",\"Korea South\",\"West US 3\",\"Norway West\"],\"apiVersions\":[\"2020-11-01-preview\",\"2019-12-01-preview\",\"2019-05-01\",\"2017-10-01\",\"2017-03-01\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"registries/connectedRegistries\",\"locations\":[\"West US\",\"East US\",\"South Central US\",\"West Europe\",\"North Europe\",\"UK South\",\"UK West\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"East Asia\",\"Japan East\",\"Japan West\",\"Southeast Asia\",\"South India\",\"Brazil South\",\"Canada East\",\"Canada Central\",\"Central US\",\"East US 2\",\"North Central US\",\"West Central US\",\"West US 2\",\"Korea Central\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"UAE Central\",\"Switzerland West\",\"Germany West Central\",\"Brazil Southeast\",\"Norway East\",\"Korea South\",\"West US 3\",\"Norway West\"],\"apiVersions\":[\"2020-11-01-preview\"]},{\"resourceType\":\"registries/connectedRegistries/deactivate\",\"locations\":[\"West US\",\"East US\",\"South Central US\",\"West Europe\",\"North Europe\",\"UK South\",\"UK West\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"East Asia\",\"Japan East\",\"Japan West\",\"Southeast Asia\",\"South India\",\"Brazil South\",\"Canada East\",\"Canada Central\",\"Central US\",\"East US 2\",\"North Central US\",\"West Central US\",\"West US 2\",\"Korea Central\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"UAE Central\",\"Switzerland West\",\"Germany West Central\",\"Brazil Southeast\",\"Norway East\",\"Korea South\",\"West US 3\",\"Norway West\"],\"apiVersions\":[\"2020-11-01-preview\"]},{\"resourceType\":\"registries/scopeMaps\",\"locations\":[\"West US\",\"East US\",\"South Central US\",\"West Europe\",\"North Europe\",\"UK South\",\"UK West\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"East Asia\",\"Japan East\",\"Japan West\",\"Southeast Asia\",\"South India\",\"Brazil South\",\"Canada East\",\"Canada Central\",\"Central US\",\"East US 2\",\"North Central US\",\"West Central US\",\"West US 2\",\"Korea Central\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"UAE Central\",\"Switzerland West\",\"Germany West Central\",\"Brazil Southeast\",\"Norway East\",\"Korea South\",\"West US 3\",\"Norway West\"],\"apiVersions\":[\"2020-11-01-preview\",\"2019-05-01-preview\"]},{\"resourceType\":\"registries/tokens\",\"locations\":[\"West US\",\"East US\",\"South Central US\",\"West Europe\",\"North Europe\",\"UK South\",\"UK West\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"East Asia\",\"Japan East\",\"Japan West\",\"Southeast Asia\",\"South India\",\"Brazil South\",\"Canada East\",\"Canada Central\",\"Central US\",\"East US 2\",\"North Central US\",\"West Central US\",\"West US 2\",\"Korea Central\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"UAE Central\",\"Switzerland West\",\"Germany West Central\",\"Brazil Southeast\",\"Norway East\",\"Korea South\",\"West US 3\",\"Norway West\"],\"apiVersions\":[\"2020-11-01-preview\",\"2019-05-01-preview\"]},{\"resourceType\":\"registries/generateCredentials\",\"locations\":[\"West US\",\"East US\",\"South Central US\",\"West Europe\",\"North Europe\",\"UK South\",\"UK West\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"East Asia\",\"Japan East\",\"Japan West\",\"Southeast Asia\",\"South India\",\"Brazil South\",\"Canada East\",\"Canada Central\",\"Central US\",\"East US 2\",\"North Central US\",\"West Central US\",\"West US 2\",\"Korea Central\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"UAE Central\",\"Switzerland West\",\"Germany West Central\",\"Brazil Southeast\",\"Norway East\",\"Korea South\",\"West US 3\",\"Norway West\"],\"apiVersions\":[\"2020-11-01-preview\",\"2019-05-01-preview\"]},{\"resourceType\":\"registries/privateEndpointConnections\",\"locations\":[\"West US\",\"East US\",\"South Central US\",\"West Europe\",\"Switzerland North\",\"North Europe\",\"UK South\",\"UK West\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"East Asia\",\"Japan East\",\"Japan West\",\"Southeast Asia\",\"South India\",\"Brazil South\",\"Canada East\",\"Canada Central\",\"Central US\",\"East US 2\",\"North Central US\",\"West Central US\",\"West US 2\",\"Korea Central\",\"France Central\",\"South Africa North\",\"UAE North\",\"UAE Central\",\"Switzerland West\",\"Germany West Central\",\"Brazil Southeast\",\"Norway East\",\"Korea South\",\"West US 3\",\"Norway West\"],\"apiVersions\":[\"2020-11-01-preview\",\"2019-12-01-preview\"]},{\"resourceType\":\"registries/privateEndpointConnectionProxies\",\"locations\":[\"West US\",\"East US\",\"South Central US\",\"West Europe\",\"Switzerland North\",\"North Europe\",\"UK South\",\"UK West\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"East Asia\",\"Japan East\",\"Japan West\",\"Southeast Asia\",\"South India\",\"Brazil South\",\"Canada East\",\"Canada Central\",\"Central US\",\"East US 2\",\"North Central US\",\"West Central US\",\"West US 2\",\"Korea Central\",\"France Central\",\"South Africa North\",\"UAE North\",\"UAE Central\",\"Switzerland West\",\"Germany West Central\",\"Brazil Southeast\",\"Norway East\",\"Korea South\",\"West US 3\",\"Norway West\"],\"apiVersions\":[\"2020-11-01-preview\",\"2019-12-01-preview\"]},{\"resourceType\":\"registries/privateEndpointConnectionProxies/validate\",\"locations\":[\"West US\",\"East US\",\"South Central US\",\"West Europe\",\"Switzerland North\",\"North Europe\",\"UK South\",\"UK West\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"East Asia\",\"Japan East\",\"Japan West\",\"Southeast Asia\",\"South India\",\"Brazil South\",\"Canada East\",\"Canada Central\",\"Central US\",\"East US 2\",\"North Central US\",\"West Central US\",\"West US 2\",\"Korea Central\",\"France Central\",\"South Africa North\",\"UAE North\",\"UAE Central\",\"Switzerland West\",\"Germany West Central\",\"Brazil Southeast\",\"Norway East\",\"Korea South\",\"West US 3\",\"Norway West\"],\"apiVersions\":[\"2020-11-01-preview\",\"2019-12-01-preview\"]},{\"resourceType\":\"registries/privateLinkResources\",\"locations\":[\"West US\",\"East US\",\"South Central US\",\"West Europe\",\"Switzerland North\",\"North Europe\",\"UK South\",\"UK West\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"East Asia\",\"Japan East\",\"Japan West\",\"Southeast Asia\",\"South India\",\"Brazil South\",\"Canada East\",\"Canada Central\",\"Central US\",\"East US 2\",\"North Central US\",\"West Central US\",\"West US 2\",\"Korea Central\",\"France Central\",\"South Africa North\",\"UAE North\",\"UAE Central\",\"Switzerland West\",\"Germany West Central\",\"Brazil Southeast\",\"Norway East\",\"Korea South\",\"West US 3\",\"Norway West\"],\"apiVersions\":[\"2020-11-01-preview\",\"2019-12-01-preview\"]},{\"resourceType\":\"registries/importImage\",\"locations\":[\"South Central US\",\"West Central US\",\"East US\",\"West Europe\",\"West US\",\"Japan East\",\"North Europe\",\"Southeast Asia\",\"North Central US\",\"East US 2\",\"West US 2\",\"Brazil South\",\"Australia East\",\"Central India\",\"Korea Central\",\"France Central\",\"South Africa North\",\"UAE North\",\"Central US\",\"Canada East\",\"Canada Central\",\"UK South\",\"UK West\",\"Australia Southeast\",\"East Asia\",\"Japan West\",\"South India\",\"Switzerland North\",\"UAE Central\",\"Switzerland West\",\"Germany West Central\",\"Brazil Southeast\",\"Norway East\",\"Korea South\",\"West US 3\",\"Norway West\"],\"apiVersions\":[\"2020-11-01-preview\",\"2019-12-01-preview\",\"2019-05-01\",\"2017-10-01\"]},{\"resourceType\":\"registries/exportPipelines\",\"locations\":[\"West US\",\"East US\",\"South Central US\",\"West Europe\",\"Switzerland North\",\"North Europe\",\"UK South\",\"UK West\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"East Asia\",\"Japan East\",\"Japan West\",\"Southeast Asia\",\"South India\",\"Brazil South\",\"Canada East\",\"Canada Central\",\"Central US\",\"East US 2\",\"North Central US\",\"West Central US\",\"West US 2\",\"Korea Central\",\"France Central\",\"South Africa North\",\"UAE North\",\"UAE Central\",\"Switzerland West\",\"Germany West Central\",\"Brazil Southeast\",\"Norway East\",\"Korea South\",\"West US 3\",\"Norway West\"],\"apiVersions\":[\"2020-11-01-preview\",\"2019-12-01-preview\"],\"capabilities\":\"SystemAssignedResourceIdentity\"},{\"resourceType\":\"registries/importPipelines\",\"locations\":[\"West US\",\"East US\",\"South Central US\",\"West Europe\",\"Switzerland North\",\"North Europe\",\"UK South\",\"UK West\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"East Asia\",\"Japan East\",\"Japan West\",\"Southeast Asia\",\"South India\",\"Brazil South\",\"Canada East\",\"Canada Central\",\"Central US\",\"East US 2\",\"North Central US\",\"West Central US\",\"West US 2\",\"Korea Central\",\"France Central\",\"South Africa North\",\"UAE North\",\"UAE Central\",\"Switzerland West\",\"Germany West Central\",\"Brazil Southeast\",\"Norway East\",\"Korea South\",\"West US 3\",\"Norway West\"],\"apiVersions\":[\"2020-11-01-preview\",\"2019-12-01-preview\"],\"capabilities\":\"SystemAssignedResourceIdentity\"},{\"resourceType\":\"registries/pipelineRuns\",\"locations\":[\"West US\",\"East US\",\"South Central US\",\"West Europe\",\"Switzerland North\",\"North Europe\",\"UK South\",\"UK West\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"East Asia\",\"Japan East\",\"Japan West\",\"Southeast Asia\",\"South India\",\"Brazil South\",\"Canada East\",\"Canada Central\",\"Central US\",\"East US 2\",\"North Central US\",\"West Central US\",\"West US 2\",\"Korea Central\",\"France Central\",\"South Africa North\",\"UAE North\",\"UAE Central\",\"Switzerland West\",\"Germany West Central\",\"Brazil Southeast\",\"Norway East\",\"Korea South\",\"West US 3\",\"Norway West\"],\"apiVersions\":[\"2020-11-01-preview\",\"2019-12-01-preview\"]},{\"resourceType\":\"registries/listBuildSourceUploadUrl\",\"locations\":[\"East US\",\"West Europe\",\"West US 2\",\"South Central US\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"Southeast Asia\",\"South India\",\"UK South\",\"UK West\",\"West US\",\"West Central US\",\"France Central\",\"Korea Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Switzerland West\",\"UAE Central\",\"Brazil Southeast\",\"Germany West Central\",\"Norway East\",\"Korea South\",\"West US 3\",\"Norway West\"],\"apiVersions\":[\"2019-06-01-preview\",\"2019-04-01\",\"2018-09-01\"]},{\"resourceType\":\"registries/scheduleRun\",\"locations\":[\"East US\",\"West Europe\",\"West US 2\",\"South Central US\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"Southeast Asia\",\"South India\",\"UK South\",\"UK West\",\"West US\",\"West Central US\",\"France Central\",\"Korea Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Switzerland West\",\"UAE Central\",\"Brazil Southeast\",\"Germany West Central\",\"Norway East\",\"Korea South\",\"West US 3\",\"Norway West\"],\"apiVersions\":[\"2019-06-01-preview\",\"2019-04-01\",\"2018-09-01\"]},{\"resourceType\":\"registries/runs\",\"locations\":[\"East US\",\"West Europe\",\"West US 2\",\"South Central US\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"Southeast Asia\",\"South India\",\"UK South\",\"UK West\",\"West US\",\"West Central US\",\"France Central\",\"Korea Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Switzerland West\",\"UAE Central\",\"Brazil Southeast\",\"Germany West Central\",\"Norway East\",\"Korea South\",\"West US 3\",\"Norway West\"],\"apiVersions\":[\"2019-06-01-preview\",\"2019-04-01\",\"2018-09-01\"]},{\"resourceType\":\"registries/taskRuns\",\"locations\":[\"East US\",\"West Europe\",\"West US 2\",\"South Central US\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"Southeast Asia\",\"South India\",\"UK South\",\"UK West\",\"West US\",\"West Central US\",\"France Central\",\"Korea Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Switzerland West\",\"UAE Central\",\"Brazil Southeast\",\"Germany West Central\",\"Norway East\",\"Korea South\",\"West US 3\",\"Norway West\"],\"apiVersions\":[\"2019-06-01-preview\"]},{\"resourceType\":\"registries/taskRuns/listDetails\",\"locations\":[\"East US\",\"West Europe\",\"West US 2\",\"South Central US\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"Southeast Asia\",\"South India\",\"UK South\",\"UK West\",\"West US\",\"West Central US\",\"France Central\",\"Korea Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Switzerland West\",\"UAE Central\",\"Brazil Southeast\",\"Germany West Central\",\"Norway East\",\"Korea South\",\"West US 3\",\"Norway West\"],\"apiVersions\":[\"2019-06-01-preview\"]},{\"resourceType\":\"registries/agentPools\",\"locations\":[\"East US\",\"West Europe\",\"West US 2\",\"South Central US\",\"Canada Central\",\"Central US\",\"East US 2\",\"North Europe\"],\"apiVersions\":[\"2019-06-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"registries/agentPools/listQueueStatus\",\"locations\":[\"East US\",\"West US 2\",\"South Central US\",\"Central US\",\"East US 2\"],\"apiVersions\":[\"2019-06-01-preview\"]},{\"resourceType\":\"registries/runs/listLogSasUrl\",\"locations\":[\"East US\",\"West Europe\",\"West US 2\",\"South Central US\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"Southeast Asia\",\"South India\",\"UK South\",\"UK West\",\"West US\",\"West Central US\",\"France Central\",\"Korea Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Switzerland West\",\"UAE Central\",\"Brazil Southeast\",\"Germany West Central\",\"Norway East\",\"Korea South\",\"West US 3\",\"Norway West\"],\"apiVersions\":[\"2019-06-01-preview\",\"2019-04-01\",\"2018-09-01\"]},{\"resourceType\":\"registries/runs/cancel\",\"locations\":[\"East US\",\"West Europe\",\"West US 2\",\"South Central US\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"Southeast Asia\",\"South India\",\"UK South\",\"UK West\",\"West US\",\"West Central US\",\"France Central\",\"Korea Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Switzerland West\",\"UAE Central\",\"Brazil Southeast\",\"Germany West Central\",\"Norway East\",\"Korea South\",\"West US 3\",\"Norway West\"],\"apiVersions\":[\"2019-06-01-preview\",\"2019-04-01\",\"2018-09-01\"]},{\"resourceType\":\"registries/tasks\",\"locations\":[\"East US\",\"West Europe\",\"West US 2\",\"South Central US\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"Southeast Asia\",\"South India\",\"UK South\",\"UK West\",\"West US\",\"West Central US\",\"France Central\",\"Korea Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Switzerland West\",\"UAE Central\",\"Brazil Southeast\",\"Germany West Central\",\"Norway East\",\"Korea South\",\"West US 3\",\"Norway West\"],\"apiVersions\":[\"2019-06-01-preview\",\"2019-04-01\",\"2018-09-01\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"registries/tasks/listDetails\",\"locations\":[\"East US\",\"West Europe\",\"West US 2\",\"South Central US\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"Southeast Asia\",\"South India\",\"UK South\",\"UK West\",\"West US\",\"West Central US\",\"France Central\",\"Korea Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Switzerland West\",\"UAE Central\",\"Brazil Southeast\",\"Germany West Central\",\"Norway East\",\"Korea South\",\"West US 3\",\"Norway West\"],\"apiVersions\":[\"2019-06-01-preview\",\"2019-04-01\",\"2018-09-01\"]},{\"resourceType\":\"registries/getBuildSourceUploadUrl\",\"locations\":[\"East US\",\"West Europe\",\"West US 2\",\"South Central US\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"Southeast Asia\",\"South India\",\"UK South\",\"UK West\",\"West US\",\"West Central US\",\"France Central\",\"Korea Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Switzerland West\",\"UAE Central\",\"Brazil Southeast\",\"Germany West Central\",\"Norway East\",\"Korea South\",\"West US 3\",\"Norway West\"],\"apiVersions\":[\"2018-02-01-preview\"]},{\"resourceType\":\"registries/queueBuild\",\"locations\":[\"East US\",\"West Europe\",\"West US 2\",\"South Central US\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"Southeast Asia\",\"South India\",\"UK South\",\"UK West\",\"West US\",\"West Central US\",\"France Central\",\"Korea Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Switzerland West\",\"UAE Central\",\"Brazil Southeast\",\"Germany West Central\",\"Norway East\",\"Korea South\",\"West US 3\",\"Norway West\"],\"apiVersions\":[\"2018-02-01-preview\"]},{\"resourceType\":\"registries/builds\",\"locations\":[\"East US\",\"West Europe\",\"West US 2\",\"South Central US\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"Southeast Asia\",\"South India\",\"UK South\",\"UK West\",\"West US\",\"West Central US\",\"France Central\",\"Korea Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Switzerland West\",\"UAE Central\",\"Brazil Southeast\",\"Germany West Central\",\"Norway East\",\"Korea South\",\"West US 3\",\"Norway West\"],\"apiVersions\":[\"2018-02-01-preview\"]},{\"resourceType\":\"registries/builds/getLogLink\",\"locations\":[\"East US\",\"West Europe\",\"West US 2\",\"South Central US\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"Southeast Asia\",\"South India\",\"UK South\",\"UK West\",\"West US\",\"West Central US\",\"France Central\",\"Korea Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Switzerland West\",\"UAE Central\",\"Brazil Southeast\",\"Germany West Central\",\"Norway East\",\"Korea South\",\"West US 3\",\"Norway West\"],\"apiVersions\":[\"2018-02-01-preview\"]},{\"resourceType\":\"registries/builds/cancel\",\"locations\":[\"East US\",\"West Europe\",\"West US 2\",\"South Central US\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"Southeast Asia\",\"South India\",\"UK South\",\"UK West\",\"West US\",\"West Central US\",\"France Central\",\"Korea Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Switzerland West\",\"UAE Central\",\"Brazil Southeast\",\"Germany West Central\",\"Norway East\",\"Korea South\",\"West US 3\",\"Norway West\"],\"apiVersions\":[\"2018-02-01-preview\"]},{\"resourceType\":\"registries/buildTasks\",\"locations\":[\"East US\",\"West Europe\",\"West US 2\",\"South Central US\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"Southeast Asia\",\"South India\",\"UK South\",\"UK West\",\"West US\",\"West Central US\",\"France Central\",\"Korea Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Switzerland West\",\"UAE Central\",\"Brazil Southeast\",\"Germany West Central\",\"Norway East\",\"Korea South\",\"West US 3\",\"Norway West\"],\"apiVersions\":[\"2018-02-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"registries/buildTasks/listSourceRepositoryProperties\",\"locations\":[\"East US\",\"West Europe\",\"West US 2\",\"South Central US\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"Southeast Asia\",\"South India\",\"UK South\",\"UK West\",\"West US\",\"West Central US\",\"France Central\",\"Korea Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Switzerland West\",\"UAE Central\",\"Brazil Southeast\",\"Germany West Central\",\"Norway East\",\"Korea South\",\"West US 3\",\"Norway West\"],\"apiVersions\":[\"2018-02-01-preview\"]},{\"resourceType\":\"registries/buildTasks/steps\",\"locations\":[\"East US\",\"West Europe\",\"West US 2\",\"South Central US\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"Southeast Asia\",\"South India\",\"UK South\",\"UK West\",\"West US\",\"West Central US\",\"France Central\",\"Korea Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Switzerland West\",\"UAE Central\",\"Brazil Southeast\",\"Germany West Central\",\"Norway East\",\"Korea South\",\"West US 3\",\"Norway West\"],\"apiVersions\":[\"2018-02-01-preview\"]},{\"resourceType\":\"registries/buildTasks/steps/listBuildArguments\",\"locations\":[\"East US\",\"West Europe\",\"West US 2\",\"South Central US\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"Southeast Asia\",\"South India\",\"UK South\",\"UK West\",\"West US\",\"West Central US\",\"France Central\",\"Korea Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Switzerland West\",\"UAE Central\",\"Brazil Southeast\",\"Germany West Central\",\"Norway East\",\"Korea South\",\"West US 3\",\"Norway West\"],\"apiVersions\":[\"2018-02-01-preview\"]},{\"resourceType\":\"registries/replications\",\"locations\":[\"South Central US\",\"West Central US\",\"East US\",\"West Europe\",\"West US\",\"Japan East\",\"North Europe\",\"Southeast Asia\",\"North Central US\",\"East US 2\",\"West US 2\",\"Brazil South\",\"Australia East\",\"Central India\",\"Korea Central\",\"South Africa North\",\"UAE North\",\"France Central\",\"Central US\",\"Canada East\",\"Canada Central\",\"UK South\",\"UK West\",\"Australia Southeast\",\"East Asia\",\"Japan West\",\"South India\",\"Switzerland North\",\"UAE Central\",\"Switzerland West\",\"Germany West Central\",\"Brazil Southeast\",\"Norway East\",\"Korea South\",\"West US 3\",\"Norway West\"],\"apiVersions\":[\"2020-11-01-preview\",\"2019-12-01-preview\",\"2019-05-01\",\"2017-10-01\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"registries/webhooks\",\"locations\":[\"West Central US\",\"East US\",\"West Europe\",\"South Central US\",\"West US\",\"Japan East\",\"North Europe\",\"Southeast Asia\",\"North Central US\",\"East US 2\",\"West US 2\",\"Brazil South\",\"Australia East\",\"Central India\",\"Korea Central\",\"South Africa North\",\"UAE North\",\"France Central\",\"Central US\",\"Canada East\",\"Canada Central\",\"UK South\",\"UK West\",\"Australia Southeast\",\"East Asia\",\"Japan West\",\"South India\",\"Switzerland North\",\"UAE Central\",\"Switzerland West\",\"Germany West Central\",\"Brazil Southeast\",\"Norway East\",\"Korea South\",\"West US 3\",\"Norway West\"],\"apiVersions\":[\"2020-11-01-preview\",\"2019-12-01-preview\",\"2019-05-01\",\"2017-10-01\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"registries/webhooks/ping\",\"locations\":[\"West Central US\",\"East US\",\"West Europe\",\"South Central US\",\"West US\",\"Japan East\",\"North Europe\",\"Southeast Asia\",\"North Central US\",\"East US 2\",\"West US 2\",\"Brazil South\",\"Australia East\",\"Central India\",\"Korea Central\",\"South Africa North\",\"UAE North\",\"France Central\",\"Central US\",\"Canada East\",\"Canada Central\",\"UK South\",\"UK West\",\"Australia Southeast\",\"East Asia\",\"Japan West\",\"South India\",\"Switzerland North\",\"UAE Central\",\"Switzerland West\",\"Germany West Central\",\"Brazil Southeast\",\"Norway East\",\"Korea South\",\"West US 3\",\"Norway West\"],\"apiVersions\":[\"2020-11-01-preview\",\"2019-12-01-preview\",\"2019-05-01\",\"2017-10-01\"]},{\"resourceType\":\"registries/webhooks/getCallbackConfig\",\"locations\":[\"West Central US\",\"East US\",\"West Europe\",\"South Central US\",\"West US\",\"Japan East\",\"North Europe\",\"Southeast Asia\",\"North Central US\",\"East US 2\",\"West US 2\",\"Brazil South\",\"Australia East\",\"Central India\",\"Korea Central\",\"South Africa North\",\"UAE North\",\"France Central\",\"Central US\",\"Canada East\",\"Canada Central\",\"UK South\",\"UK West\",\"Australia Southeast\",\"East Asia\",\"Japan West\",\"South India\",\"Switzerland North\",\"UAE Central\",\"Switzerland West\",\"Germany West Central\",\"Brazil Southeast\",\"Norway East\",\"Korea South\",\"West US 3\",\"Norway West\"],\"apiVersi | |
2021-07-01T18:39:01.165-0400 [DEBUG] provider.terraform-provider-azurerm_v2.65.0_x5: ons\":[\"2020-11-01-preview\",\"2019-12-01-preview\",\"2019-05-01\",\"2017-10-01\"]},{\"resourceType\":\"registries/webhooks/listEvents\",\"locations\":[\"West Central US\",\"East US\",\"West Europe\",\"South Central US\",\"West US\",\"Japan East\",\"North Europe\",\"Southeast Asia\",\"North Central US\",\"East US 2\",\"West US 2\",\"Brazil South\",\"Australia East\",\"Central India\",\"Korea Central\",\"South Africa North\",\"UAE North\",\"France Central\",\"Central US\",\"Canada East\",\"Canada Central\",\"UK South\",\"UK West\",\"Australia Southeast\",\"East Asia\",\"Japan West\",\"South India\",\"Switzerland North\",\"UAE Central\",\"Switzerland West\",\"Germany West Central\",\"Brazil Southeast\",\"Norway East\",\"Korea South\",\"West US 3\",\"Norway West\"],\"apiVersions\":[\"2020-11-01-preview\",\"2019-12-01-preview\",\"2019-05-01\",\"2017-10-01\"]},{\"resourceType\":\"locations/setupAuth\",\"locations\":[\"East US\",\"West Europe\",\"West US 2\",\"South Central US\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"Southeast Asia\",\"South India\",\"UK South\",\"UK West\",\"West US\",\"West Central US\",\"France Central\",\"Korea Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Switzerland West\",\"UAE Central\",\"Brazil Southeast\",\"Germany West Central\",\"Norway East\",\"Korea South\",\"West US 3\",\"Norway West\"],\"apiVersions\":[\"2018-02-01-preview\"]},{\"resourceType\":\"locations/authorize\",\"locations\":[\"East US\",\"West Europe\",\"West US 2\",\"South Central US\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"Southeast Asia\",\"South India\",\"UK South\",\"UK West\",\"West US\",\"West Central US\",\"France Central\",\"Korea Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Switzerland West\",\"UAE Central\",\"Brazil Southeast\",\"Germany West Central\",\"Norway East\",\"Korea South\",\"West US 3\",\"Norway West\"],\"apiVersions\":[\"2018-02-01-preview\"]},{\"resourceType\":\"locations/operationResults\",\"locations\":[\"West Central US\",\"East US\",\"West Europe\",\"South Central US\",\"West US\",\"Japan East\",\"North Europe\",\"Southeast Asia\",\"North Central US\",\"East US 2\",\"West US 2\",\"Brazil South\",\"Australia East\",\"Central India\",\"Korea Central\",\"France Central\",\"Central US\",\"South Africa North\",\"UAE North\",\"Canada East\",\"Canada Central\",\"UK South\",\"UK West\",\"Australia Southeast\",\"East Asia\",\"Japan West\",\"South India\",\"Switzerland North\",\"UAE Central\",\"Switzerland West\",\"Germany West Central\",\"Brazil Southeast\",\"Norway East\",\"Korea South\",\"West US 3\",\"Norway West\"],\"apiVersions\":[\"2020-11-01-preview\",\"2019-12-01-preview\",\"2019-05-01-preview\",\"2019-05-01\",\"2017-10-01\"]},{\"resourceType\":\"locations/deleteVirtualNetworkOrSubnets\",\"locations\":[\"West Central US\",\"East US\",\"West Europe\",\"South Central US\",\"West US\",\"Japan East\",\"North Europe\",\"Southeast Asia\",\"North Central US\",\"East US 2\",\"West US 2\",\"Brazil South\",\"Australia East\",\"Central India\",\"Korea Central\",\"South Africa North\",\"UAE North\",\"France Central\",\"Central US\",\"Canada East\",\"Canada Central\",\"UK South\",\"UK West\",\"Australia Southeast\",\"East Asia\",\"Japan West\",\"South India\",\"Switzerland North\",\"UAE Central\",\"Switzerland West\",\"Germany West Central\",\"Brazil Southeast\",\"Norway East\",\"Korea South\",\"West US 3\",\"Norway West\"],\"apiVersions\":[\"2019-05-01\",\"2017-10-01\"]},{\"resourceType\":\"registries/GetCredentials\",\"locations\":[\"West US\",\"East US\",\"South Central US\",\"West Europe\"],\"apiVersions\":[\"2016-06-27-preview\"]},{\"resourceType\":\"registries/listCredentials\",\"locations\":[\"South Central US\",\"East US\",\"West US\",\"West Europe\",\"North Europe\",\"UK South\",\"UK West\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"Korea Central\",\"South Africa North\",\"UAE North\",\"France Central\",\"East Asia\",\"Japan East\",\"Japan West\",\"Southeast Asia\",\"South India\",\"Brazil South\",\"Canada East\",\"Canada Central\",\"Central US\",\"East US 2\",\"North Central US\",\"West Central US\",\"West US 2\",\"Switzerland North\",\"UAE Central\",\"Switzerland West\",\"Germany West Central\",\"Brazil Southeast\",\"Norway East\",\"Korea South\",\"West US 3\",\"Norway West\"],\"apiVersions\":[\"2020-11-01-preview\",\"2019-12-01-preview\",\"2019-05-01\",\"2017-10-01\",\"2017-03-01\"]},{\"resourceType\":\"registries/regenerateCredential\",\"locations\":[\"South Central US\",\"West US\",\"East US\",\"West Europe\",\"North Europe\",\"UK South\",\"UK West\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"Korea Central\",\"South Africa North\",\"UAE North\",\"France Central\",\"East Asia\",\"Japan East\",\"Japan West\",\"Southeast Asia\",\"South India\",\"Brazil South\",\"Canada East\",\"Canada Central\",\"Central US\",\"East US 2\",\"North Central US\",\"West Central US\",\"West US 2\",\"Switzerland North\",\"UAE Central\",\"Switzerland West\",\"Germany West Central\",\"Brazil Southeast\",\"Norway East\",\"Korea South\",\"West US 3\",\"Norway West\"],\"apiVersions\":[\"2020-11-01-preview\",\"2019-12-01-preview\",\"2019-05-01\",\"2017-10-01\",\"2017-03-01\"]},{\"resourceType\":\"registries/listUsages\",\"locations\":[\"West Central US\",\"East US\",\"West Europe\",\"South Central US\",\"West US\",\"Japan East\",\"North Europe\",\"Southeast Asia\",\"North Central US\",\"East US 2\",\"West US 2\",\"Brazil South\",\"Australia East\",\"Central India\",\"Korea Central\",\"South Africa North\",\"UAE North\",\"France Central\",\"Central US\",\"Canada East\",\"Canada Central\",\"UK South\",\"UK West\",\"Australia Southeast\",\"East Asia\",\"Japan West\",\"South India\",\"Switzerland North\",\"UAE Central\",\"Switzerland West\",\"Germany West Central\",\"Brazil Southeast\",\"Norway East\",\"Korea South\",\"West US 3\",\"Norway West\"],\"apiVersions\":[\"2020-11-01-preview\",\"2019-12-01-preview\",\"2019-05-01\",\"2017-10-01\"]},{\"resourceType\":\"registries/listPolicies\",\"locations\":[\"West US\",\"East US\",\"South Central US\",\"West Europe\",\"North Europe\",\"UK South\",\"UK West\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"Korea Central\",\"South Africa North\",\"UAE North\",\"France Central\",\"East Asia\",\"Japan East\",\"Japan West\",\"Southeast Asia\",\"South India\",\"Brazil South\",\"Canada East\",\"Canada Central\",\"Central US\",\"East US 2\",\"North Central US\",\"West Central US\",\"West US 2\",\"Switzerland North\",\"Switzerland West\",\"UAE Central\",\"Germany West Central\",\"Brazil Southeast\",\"Norway East\",\"Korea South\",\"West US 3\",\"Norway West\"],\"apiVersions\":[\"2017-10-01\"]},{\"resourceType\":\"registries/updatePolicies\",\"locations\":[\"West US\",\"East US\",\"South Central US\",\"West Europe\",\"North Europe\",\"UK South\",\"UK West\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"Korea Central\",\"South Africa North\",\"UAE North\",\"France Central\",\"East Asia\",\"Japan East\",\"Japan West\",\"Southeast Asia\",\"South India\",\"Brazil South\",\"Canada East\",\"Canada Central\",\"Central US\",\"East US 2\",\"North Central US\",\"West Central US\",\"West US 2\",\"Switzerland North\",\"Switzerland West\",\"UAE Central\",\"Germany West Central\",\"Brazil Southeast\",\"Norway East\",\"Korea South\",\"West US 3\",\"Norway West\"],\"apiVersions\":[\"2017-10-01\"]},{\"resourceType\":\"registries/regenerateCredentials\",\"locations\":[\"West US\",\"East US\",\"South Central US\",\"West Europe\"],\"apiVersions\":[\"2016-06-27-preview\"]},{\"resourceType\":\"registries/eventGridFilters\",\"locations\":[\"South Central US\",\"West Central US\",\"East US\",\"West Europe\",\"West US\",\"Japan East\",\"North Europe\",\"Southeast Asia\",\"North Central US\",\"East US 2\",\"West US 2\",\"Brazil South\",\"Australia East\",\"Central India\",\"Korea Central\",\"South Africa North\",\"UAE North\",\"France Central\",\"Central US\",\"Canada East\",\"Canada Central\",\"UK South\",\"UK West\",\"Australia Southeast\",\"East Asia\",\"Japan West\",\"South India\",\"Switzerland North\",\"UAE Central\",\"Switzerland West\",\"Germany West Central\",\"Brazil Southeast\",\"Norway East\",\"Korea South\",\"West US 3\",\"Norway West\"],\"apiVersions\":[\"2019-05-01\",\"2017-10-01\"]},{\"resourceType\":\"checkNameAvailability\",\"locations\":[\"South Central US\",\"East US\",\"West US\",\"Central US\",\"East US 2\",\"North Central US\",\"West Central US\",\"West US 2\",\"Brazil South\",\"Canada East\",\"Canada Central\",\"West Europe\",\"North Europe\",\"UK South\",\"UK West\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"East Asia\",\"Japan East\",\"Japan West\",\"Southeast Asia\",\"South India\",\"Korea Central\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"UAE Central\",\"Switzerland West\",\"Germany West Central\",\"Brazil Southeast\",\"Norway East\",\"Korea South\",\"West US 3\",\"Norway West\"],\"apiVersions\":[\"2020-11-01-preview\",\"2019-12-01-preview\",\"2019-05-01\",\"2017-10-01\",\"2017-06-01-preview\",\"2017-03-01\",\"2016-06-27-preview\"]},{\"resourceType\":\"operations\",\"locations\":[\"South Central US\",\"East US\",\"West US\",\"Central US\",\"East US 2\",\"North Central US\",\"West Central US\",\"West US 2\",\"Brazil South\",\"Canada East\",\"Canada Central\",\"West Europe\",\"North Europe\",\"UK South\",\"UK West\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"East Asia\",\"Japan East\",\"Japan West\",\"Southeast Asia\",\"South India\",\"Korea Central\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"UAE Central\",\"Switzerland West\",\"Germany West Central\",\"Brazil Southeast\",\"Norway East\",\"Korea South\",\"West US 3\",\"Norway West\"],\"apiVersions\":[\"2020-11-01-preview\",\"2019-12-01-preview\",\"2019-05-01\",\"2017-10-01\",\"2017-06-01-preview\",\"2017-03-01\"]},{\"resourceType\":\"locations\",\"locations\":[\"South Central US\",\"East US\",\"West US\",\"Central US\",\"East US 2\",\"North Central US\",\"West Central US\",\"West US 2\",\"Brazil South\",\"Canada East\",\"Canada Central\",\"West Europe\",\"North Europe\",\"UK South\",\"UK West\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"East Asia\",\"Japan East\",\"Japan West\",\"Southeast Asia\",\"South India\",\"Korea Central\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"UAE Central\",\"Switzerland West\",\"Germany West Central\",\"Brazil Southeast\",\"Norway East\",\"Korea South\",\"West US 3\",\"Norway West\"],\"apiVersions\":[\"2020-11-01-preview\",\"2019-12-01-preview\",\"2019-05-01-preview\",\"2019-05-01\",\"2017-10-01\",\"2017-06-01-preview\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/f6d69ee2-34d5-4ca8-a143-7a2fc1aeca55/providers/Microsoft.ContainerService\",\"namespace\":\"Microsoft.ContainerService\",\"authorizations\":[{\"applicationId\":\"7319c514-987d-4e9b-ac3d-d38c4f427f4c\",\"roleDefinitionId\":\"1b4a0c7f-2217-416f-acfa-cf73452fdc1c\",\"managedByRoleDefinitionId\":\"9e3af657-a8ff-583c-a75c-2fe7c4bcb635\",\"managedByAuthorization\":{\"allowManagedByInheritance\":true}},{\"applicationId\":\"6dae42f8-4368-4678-94ff-3960e28e3630\",\"roleDefinitionId\":\"831388fc-33b1-4dd1-b64c-40fdcaf96654\"}],\"resourceTypes\":[{\"resourceType\":\"containerServices\",\"locations\":[\"Japan East\",\"Central US\",\"East US 2\",\"Japan West\",\"East Asia\",\"South Central US\",\"North Central US\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Southeast Asia\",\"West US\",\"West Europe\",\"North Europe\",\"East US\",\"UK West\",\"UK South\",\"West Central US\",\"West US 2\",\"South India\",\"Central India\",\"West India\",\"Canada East\",\"Canada Central\",\"Korea South\",\"Korea Central\",\"South Africa North\"],\"apiVersions\":[\"2017-07-01\",\"2017-01-31\",\"2016-09-30\",\"2016-03-30\"],\"capabilities\":\"None\"},{\"resourceType\":\"managedClusters\",\"locations\":[\"West Central US\",\"East US\",\"West Europe\",\"France Central\",\"France South\",\"Central US\",\"Canada Central\",\"Canada East\",\"UK South\",\"West US\",\"West US 2\",\"Australia East\",\"Australia Central\",\"North Europe\",\"Japan East\",\"Japan West\",\"East US 2\",\"South Central US\",\"North Central US\",\"Southeast Asia\",\"Australia Southeast\",\"UK West\",\"South India\",\"Central India\",\"East Asia\",\"Korea South\",\"Korea Central\",\"South Africa North\",\"Brazil South\",\"Brazil Southeast\",\"Germany North\",\"Switzerland North\",\"Switzerland West\",\"Germany West Central\",\"UAE North\",\"UAE Central\",\"Norway East\",\"Norway West\",\"West US 3\",\"Jio India Central\",\"Jio India West\",\"Australia Central 2\"],\"apiVersions\":[\"2021-05-01\",\"2021-03-01\",\"2021-02-01\",\"2020-12-01\",\"2020-11-01\",\"2020-09-01\",\"2020-07-01\",\"2020-06-01\",\"2020-04-01\",\"2020-03-01\",\"2020-02-01\",\"2020-01-01\",\"2019-11-01\",\"2019-10-01\",\"2019-08-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-08-01-preview\",\"2018-03-31\",\"2017-08-31\"],\"capabilities\":\"SystemAssignedResourceIdentity\"},{\"resourceType\":\"openShiftManagedClusters\",\"locations\":[\"East US\",\"East US 2\",\"West US 2\",\"Central US\",\"West Europe\",\"North Europe\",\"UK South\",\"France Central\",\"Canada East\",\"Southeast Asia\",\"Japan East\"],\"apiVersions\":[\"2019-09-30-preview\",\"2019-04-30\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/openShiftClusters\",\"locations\":[\"East US\",\"East US 2\",\"West US 2\",\"Central US\",\"West Europe\",\"North Europe\",\"France Central\",\"UK South\",\"Canada East\",\"Southeast Asia\",\"Japan East\"],\"apiVersions\":[\"2019-09-30-preview\",\"2019-04-30\",\"2018-09-30-preview\"]},{\"resourceType\":\"locations\",\"locations\":[],\"apiVersions\":[\"2017-08-31\",\"2017-01-31\",\"2016-09-30\",\"2016-03-30\",\"2015-11-01-preview\"]},{\"resourceType\":\"locations/operationresults\",\"locations\":[\"East US\",\"West Europe\",\"France Central\",\"France South\",\"Central US\",\"UK West\",\"West Central US\",\"West US\",\"West US 2\",\"South India\",\"Central India\",\"West India\",\"Canada East\",\"Canada Central\",\"Korea South\",\"Korea Central\",\"UK South\",\"Australia East\",\"Australia Central\",\"Australia Southeast\",\"North Europe\",\"Japan East\",\"Japan West\",\"East US 2\",\"South Central US\",\"North Central US\",\"Southeast Asia\",\"East Asia\",\"South Africa North\",\"Brazil South\",\"Brazil Southeast\",\"Australia Central 2\",\"Jio India Central\",\"Jio India West\",\"West US 3\",\"Germany North\",\"Germany West Central\",\"Switzerland North\",\"Switzerland West\",\"UAE North\",\"UAE Central\",\"Norway East\",\"Norway West\"],\"apiVersions\":[\"2017-08-31\",\"2016-03-30\"]},{\"resourceType\":\"locations/operations\",\"locations\":[\"France Central\",\"France South\",\"East US\",\"West Europe\",\"Central US\",\"Canada East\",\"UK West\",\"UK South\",\"West Central US\",\"West US 2\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Korea South\",\"Korea Central\",\"West US\",\"Australia East\",\"Australia Central\",\"Australia Southeast\",\"North Europe\",\"Japan East\",\"Japan West\",\"East US 2\",\"South Central US\",\"North Central US\",\"Southeast Asia\",\"East Asia\",\"South Africa North\",\"Brazil South\",\"Brazil Southeast\",\"Australia Central 2\",\"Jio India Central\",\"Jio India West\",\"West US 3\",\"Germany North\",\"Germany West Central\",\"Switzerland North\",\"Switzerland West\",\"UAE North\",\"UAE Central\",\"Norway East\",\"Norway West\"],\"apiVersions\":[\"2016-03-30\"]},{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"2018-10-31\",\"2018-03-31\",\"2017-08-31\",\"2017-07-01\",\"2017-01-31\",\"2016-09-30\",\"2016-03-30\",\"2015-11-01-preview\"]},{\"resourceType\":\"locations/orchestrators\",\"locations\":[\"East US\",\"West Europe\",\"France Central\",\"France South\",\"Central US\",\"Canada East\",\"Canada Central\",\"UK South\",\"UK West\",\"West Central US\",\"West US\",\"West US 2\",\"Australia East\",\"Australia Central\",\"Australia Southeast\",\"North Europe\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"East US 2\",\"South Central US\",\"North Central US\",\"Southeast Asia\",\"South India\",\"Central India\",\"East Asia\",\"South Africa North\",\"Brazil South\",\"Brazil Southeast\",\"Australia Central 2\",\"Jio India Central\",\"Jio India West\",\"West US 3\",\"Germany North\",\"Germany West Central\",\"Switzerland North\",\"Switzerland West\",\"UAE North\",\"UAE Central\",\"Norway East\",\"Norway West\"],\"apiVersions\":[\"2021-05-01\",\"2021-03-01\",\"2021-02-01\",\"2020-12-01\",\"2020-11-01\",\"2020-09-01\",\"2020-07-01\",\"2020-06-01\",\"2020-04-01\",\"2020-03-01\",\"2020-02-01\",\"2020-01-01\",\"2019-11-01\",\"2019-10-01\",\"2019-08-01\",\"2019-06-01\",\"2019-04-01\",\"2017-09-30\"]},{\"resourceType\":\"locations/osOptions\",\"locations\":[\"East US\",\"West Europe\",\"France Central\",\"France South\",\"Central US\",\"Canada East\",\"Canada Central\",\"UK South\",\"UK West\",\"West Central US\",\"West US\",\"West US 2\",\"Australia East\",\"Australia Central\",\"Australia Southeast\",\"North Europe\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"East US 2\",\"South Central US\",\"North Central US\",\"Southeast Asia\",\"South India\",\"Central India\",\"East Asia\",\"South Africa North\",\"Brazil South\",\"Brazil Southeast\",\"Australia Central 2\",\"Jio India Central\",\"Jio India West\",\"West US 3\",\"Germany North\",\"Germany West Central\",\"Switzerland North\",\"Switzerland West\",\"UAE North\",\"UAE Central\",\"Norway East\",\"Norway West\"],\"apiVersions\":[\"2021-05-01\",\"2021-03-01\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/f6d69ee2-34d5-4ca8-a143-7a2fc1aeca55/providers/Microsoft.HDInsight\",\"namespace\":\"Microsoft.HDInsight\",\"authorizations\":[{\"applicationId\":\"9191c4da-09fe-49d9-a5f1-d41cbe92ad95\",\"roleDefinitionId\":\"d102a6f3-d9cb-4633-8950-1243b975886c\",\"managedByRoleDefinitionId\":\"346da55d-e1db-4a5a-89db-33ab3cdb6fc6\"},{\"applicationId\":\"7865c1d2-f040-46cc-875f-831a1ef6a28a\",\"roleDefinitionId\":\"e27c0895-d168-46d5-8b65-870eb2350378\"}],\"resourceTypes\":[{\"resourceType\":\"clusters\",\"locations\":[\"East US 2\",\"South Central US\",\"Australia Southeast\",\"Central India\",\"West Central US\",\"West US 2\",\"Canada East\",\"Canada Central\",\"Brazil South\",\"UK South\",\"UK West\",\"East Asia\",\"Australia East\",\"Japan East\",\"Japan West\",\"North Europe\",\"West Europe\",\"North Central US\",\"Central US\",\"Southeast Asia\",\"East US\",\"Korea South\",\"Korea Central\",\"West US\",\"South India\",\"France Central\",\"UAE North\",\"UAE Central\",\"Switzerland North\",\"Switzerland West\",\"South Africa North\",\"Germany West Central\",\"Brazil Southeast\",\"Norway East\"],\"apiVersions\":[\"2018-06-01-preview\",\"2015-03-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"clusters/applications\",\"locations\":[\"East US 2\",\"South Central US\",\"Australia Southeast\",\"Central India\",\"West Central US\",\"West US 2\",\"Canada East\",\"Canada Central\",\"Brazil South\",\"UK South\",\"UK West\",\"East Asia\",\"Australia East\",\"Japan East\",\"Japan West\",\"North Europe\",\"West Europe\",\"North Central US\",\"Central US\",\"Southeast Asia\",\"East US\",\"Korea South\",\"Korea Central\",\"West US\",\"South India\",\"France Central\",\"UAE North\",\"UAE Central\",\"Switzerland North\",\"Switzerland West\",\"South Africa North\",\"Germany West Central\",\"Brazil Southeast\",\"Norway East\"],\"apiVersions\":[\"2018-06-01-preview\",\"2015-03-01-preview\"]},{\"resourceType\":\"clusters/operationresults\",\"locations\":[\"East US 2\",\"South Central US\",\"Australia Southeast\",\"Central India\",\"West Central US\",\"West US 2\",\"Canada East\",\"Canada Central\",\"Brazil South\",\"UK South\",\"UK West\",\"East Asia\",\"Australia East\",\"Japan East\",\"Japan West\",\"North Europe\",\"West Europe\",\"North Central US\",\"Central US\",\"Southeast Asia\",\"East US\",\"Korea South\",\"Korea Central\",\"West US\",\"South India\",\"France Central\",\"UAE North\",\"UAE Central\",\"Switzerland North\",\"Switzerland West\",\"South Africa North\",\"Germany West Central\",\"Brazil Southeast\",\"Norway East\"],\"apiVersions\":[\"2018-06-01-preview\",\"2015-03-01-preview\"]},{\"resourceType\":\"locations\",\"locations\":[\"East Asia\",\"Southeast Asia\",\"East US\",\"East US 2\",\"West US\",\"North Central US\",\"South Central US\",\"Central US\",\"North Europe\",\"West Europe\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Central India\"],\"apiVersions\":[\"2018-06-01-preview\",\"2015-03-01-preview\"]},{\"resourceType\":\"locations/capabilities\",\"locations\":[\"East US 2\",\"South Central US\",\"Australia Southeast\",\"Central India\",\"West Central US\",\"West US 2\",\"Canada East\",\"Canada Central\",\"Brazil South\",\"UK South\",\"UK West\",\"East Asia\",\"Australia East\",\"Japan East\",\"Japan West\",\"North Europe\",\"West Europe\",\"North Central US\",\"Central US\",\"Southeast Asia\",\"East US\",\"Korea South\",\"Korea Central\",\"West US\",\"South India\",\"France Central\",\"UAE North\",\"UAE Central\",\"Switzerland North\",\"Switzerland West\",\"South Africa North\",\"Germany West Central\",\"Brazil Southeast\",\"Norway East\"],\"apiVersions\":[\"2018-06-01-preview\",\"2015-03-01-preview\"]},{\"resourceType\":\"locations/usages\",\"locations\":[\"East US 2\",\"South Central US\",\"Australia Southeast\",\"Central India\",\"West Central US\",\"West US 2\",\"Canada East\",\"Canada Central\",\"Brazil South\",\"UK South\",\"UK West\",\"East Asia\",\"Australia East\",\"Japan East\",\"Japan West\",\"North Europe\",\"West Europe\",\"North Central US\",\"Central US\",\"Southeast Asia\",\"East US\",\"Korea South\",\"Korea Central\",\"West US\",\"South India\",\"France Central\",\"UAE North\",\"UAE Central\",\"Switzerland North\",\"Switzerland West\",\"South Africa North\",\"Germany West Central\",\"Brazil Southeast\",\"Norway East\"],\"apiVersions\":[\"2018-06-01-preview\",\"2015-03-01-preview\"]},{\"resourceType\":\"locations/billingSpecs\",\"locations\":[\"East US 2\",\"South Central US\",\"Australia Southeast\",\"Central India\",\"West Central US\",\"West US 2\",\"Canada East\",\"Canada Central\",\"Brazil South\",\"UK South\",\"UK West\",\"East Asia\",\"Australia East\",\"Japan East\",\"Japan West\",\"North Europe\",\"West Europe\",\"North Central US\",\"Central US\",\"Southeast Asia\",\"East US\",\"Korea South\",\"Korea Central\",\"West US\",\"South India\",\"France Central\",\"UAE North\",\"UAE Central\",\"Switzerland North\",\"Switzerland West\",\"South Africa North\",\"Germany West Central\",\"Brazil Southeast\",\"Norway East\"],\"apiVersions\":[\"2018-06-01-preview\",\"2015-03-01-preview\"]},{\"resourceType\":\"locations/operationresults\",\"locations\":[\"East US 2\",\"South Central US\",\"Australia Southeast\",\"Central India\",\"West Central US\",\"West US 2\",\"Canada East\",\"Canada Central\",\"Brazil South\",\"UK South\",\"UK West\",\"East Asia\",\"Australia East\",\"Japan East\",\"Japan West\",\"North Europe\",\"West Europe\",\"North Central US\",\"Central US\",\"Southeast Asia\",\"East US\",\"Korea South\",\"Korea Central\",\"West US\",\"South India\",\"France Central\",\"UAE North\",\"UAE Central\",\"Switzerland North\",\"Switzerland West\",\"South Africa North\",\"Germany West Central\",\"Brazil Southeast\",\"Norway East\"],\"apiVersions\":[\"2018-06-01-preview\",\"2015-03-01-preview\"]},{\"resourceType\":\"locations/azureasyncoperations\",\"locations\":[\"East US 2\",\"South Central US\",\"Australia Southeast\",\"Central India\",\"West Central US\",\"West US 2\",\"Canada East\",\"Canada Central\",\"Brazil South\",\"UK South\",\"UK West\",\"East Asia\",\"Australia East\",\"Japan East\",\"Japan West\",\"North Europe\",\"West Europe\",\"North Central US\",\"Central US\",\"Southeast Asia\",\"East US\",\"Korea South\",\"Korea Central\",\"West US\",\"South India\",\"France Central\",\"UAE North\",\"UAE Central\",\"Switzerland North\",\"Switzerland West\",\"South Africa North\",\"Germany West Central\",\"Brazil Southeast\",\"Norway East\"],\"apiVersions\":[\"2018-06-01-preview\",\"2015-03-01-preview\"]},{\"resourceType\":\"locations/validateCreateRequest\",\"locations\":[\"East US 2\",\"South Central US\",\"Australia Southeast\",\"Central India\",\"West Central US\",\"West US 2\",\"Canada East\",\"Canada Central\",\"Brazil South\",\"UK South\",\"UK West\",\"East Asia\",\"Australia East\",\"Japan East\",\"Japan West\",\"North Europe\",\"West Europe\",\"North Central US\",\"Central US\",\"Southeast Asia\",\"East US\",\"Korea South\",\"Korea Central\",\"West US\",\"South India\",\"France Central\",\"UAE North\",\"UAE Central\",\"Switzerland North\",\"Switzerland West\",\"South Africa North\",\"Germany West Central\",\"Brazil Southeast\",\"Norway East\"],\"apiVersions\":[\"2018-06-01-preview\",\"2015-03-01-preview\"]},{\"resourceType\":\"operations\",\"locations\":[\"East Asia\",\"Southeast Asia\",\"East US\",\"East US 2\",\"West US\",\"North Central US\",\"South Central US\",\"Central US\",\"North Europe\",\"West Europe\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\"],\"apiVersions\":[\"2020-11-01-preview\",\"2018-06-01-preview\",\"2015-03-01-preview\"]},{\"resourceType\":\"locations/operationStatuses\",\"locations\":[\"East US 2\",\"East US\"],\"apiVersions\":[\"2020-11-01-preview\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/f6d69ee2-34d5-4ca8-a143-7a2fc1aeca55/providers/Microsoft.DataLakeAnalytics\",\"namespace\":\"Microsoft.DataLakeAnalytics\",\"resourceTypes\":[{\"resourceType\":\"accounts\",\"locations\":[\"East US 2\",\"North Europe\",\"Central US\",\"West Europe\"],\"apiVersions\":[\"2019-11-01-preview\",\"2016-11-01\",\"2015-10-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"accounts/dataLakeStoreAccounts\",\"locations\":[\"East US 2\",\"North Europe\",\"Central US\",\"West Europe\"],\"apiVersions\":[\"2019-11-01-preview\",\"2016-11-01\",\"2015-10-01-preview\"]},{\"resourceType\":\"accounts/storageAccounts\",\"locations\":[\"East US 2\",\"North Europe\",\"Central US\",\"West Europe\"],\"apiVersions\":[\"2019-11-01-preview\",\"2016-11-01\",\"2015-10-01-preview\"]},{\"resourceType\":\"accounts/storageAccounts/containers\",\"locations\":[\"East US 2\",\"North Europe\",\"Central US\",\"West Europe\"],\"apiVersions\":[\"2019-11-01-preview\",\"2016-11-01\",\"2015-10-01-preview\"]},{\"resourceType\":\"accounts/storageAccounts/containers/listSasTokens\",\"locations\":[\"East US 2\",\"North Europe\",\"Central US\",\"West Europe\"],\"apiVersions\":[\"2019-11-01-preview\",\"2016-11-01\",\"2015-10-01-preview\"]},{\"resourceType\":\"locations\",\"locations\":[],\"apiVersions\":[\"2019-11-01-preview\",\"2016-11-01\",\"2015-10-01-preview\"]},{\"resourceType\":\"locations/operationresults\",\"locations\":[],\"apiVersions\":[\"2019-11-01-preview\",\"2016-11-01\",\"2015-10-01-preview\"]},{\"resourceType\":\"locations/checkNameAvailability\",\"locations\":[],\"apiVersions\":[\"2019-11-01-preview\",\"2016-11-01\",\"2015-10-01-preview\"]},{\"resourceType\":\"locations/capability\",\"locations\":[],\"apiVersions\":[\"2019-11-01-preview\",\"2016-11-01\",\"2015-10-01-preview\"]},{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"2019-11-01-preview\",\"2016-11-01\",\"2015-10-01-preview\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/f6d69ee2-34d5-4ca8-a143-7a2fc1aeca55/providers/Microsoft.RecoveryServices\",\"namespace\":\"Microsoft.RecoveryServices\",\"authorizations\":[{\"applicationId\":\"262044b1-e2ce-469f-a196-69ab7ada62d3\",\"roleDefinitionId\":\"21CEC436-F7D0-4ADE-8AD8-FEC5668484CC\"},{\"applicationId\":\"b8340c3b-9267-498f-b21a-15d5547fd85e\",\"roleDefinitionId\":\"8A00C8EA-8F1B-45A7-8F64-F4CC61EEE9B6\"},{\"applicationId\":\"3b2fa68d-a091-48c9-95be-88d572e08fb7\",\"roleDefinitionId\":\"47d68fae-99c7-4c10-b9db-2316116a061e\"},{\"applicationId\":\"9bdab391-7bbe-42e8-8132-e4491dc29cc0\",\"roleDefinitionId\":\"0383f7f5-023d-4379-b2c7-9ef786459969\"}],\"resourceTypes\":[{\"resourceType\":\"vaults\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"Brazil South\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Central US\",\"East US 2\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-03-01\",\"2021-02-10\",\"2021-02-01-preview\",\"2021-02-01\",\"2021-01-01\",\"2020-12-01\",\"2020-10-01\",\"2020-07-01-preview\",\"2020-07-01\",\"2020-02-02-preview\",\"2020-02-02\",\"2019-06-15\",\"2019-05-13-preview\",\"2019-05-13\",\"2018-12-20-preview\",\"2018-12-20\",\"2018-07-10-preview\",\"2018-07-10\",\"2018-01-10\",\"2017-07-01-preview\",\"2017-07-01\",\"2016-12-01\",\"2016-08-10\",\"2016-06-01\",\"2016-05-01\",\"2015-12-15\",\"2015-12-10\",\"2015-11-10\",\"2015-08-15\",\"2015-08-10\",\"2015-06-10\",\"2015-03-15\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"2021-03-01\",\"2021-02-10\",\"2021-02-01-preview\",\"2021-02-01\",\"2021-01-01\",\"2020-12-01\",\"2020-10-01\",\"2020-07-01-preview\",\"2020-07-01\",\"2020-02-02-preview\",\"2020-02-02\",\"2019-06-15\",\"2019-05-13-preview\",\"2019-05-13\",\"2018-07-10-preview\",\"2018-07-10\",\"2018-01-10\",\"2017-09-01\",\"2017-07-01-preview\",\"2017-07-01\",\"2016-12-01\",\"2016-08-10\",\"2016-06-01\",\"2015-12-15\",\"2015-12-10\",\"2015-11-10\",\"2015-08-15\",\"2015-08-10\",\"2015-06-10\",\"2015-03-15\"]},{\"resourceType\":\"locations\",\"locations\":[],\"apiVersions\":[\"2021-03-01\",\"2017-07-01\",\"2016-06-01\"]},{\"resourceType\":\"locations/backupStatus\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"Brazil South\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Central US\",\"East US 2\",\"Central India\",\"South India\",\"West India\",\"West Central US\",\"Canada Central\",\"Canada East\",\"West US 2\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-03-01\",\"2017-07-01\",\"2016-06-01\"]},{\"resourceType\":\"locations/checkNameAvailability\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"Brazil South\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Central US\",\"East US 2\",\"Central India\",\"South India\",\"West India\",\"West Central US\",\"Canada Central\",\"Canada East\",\"West US 2\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2018-01-10\"]},{\"resourceType\":\"locations/allocatedStamp\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"Brazil South\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Central US\",\"East US 2\",\"Central India\",\"South India\",\"West India\",\"West Central US\",\"Canada Central\",\"Canada East\",\"West US 2\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2016-06-01\"]},{\"resourceType\":\"locations/allocateStamp\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"Brazil South\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Central US\",\"East US 2\",\"Central India\",\"South India\",\"West India\",\"West Central US\",\"Canada Central\",\"Canada East\",\"West US 2\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2016-06-01\"]},{\"resourceType\":\"locations/backupValidateFeatures\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"Brazil South\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Central US\",\"East US 2\",\"Central India\",\"South India\",\"West India\",\"West Central US\",\"Canada Central\",\"Canada East\",\"West US 2\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-03-01\",\"2017-07-01\"]},{\"resourceType\":\"locations/backupPreValidateProtection\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"Brazil South\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Central US\",\"East US 2\",\"Central India\",\"South India\",\"West India\",\"West Central US\",\"Canada Central\",\"Canada East\",\"West US 2\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2021-03-01\",\"2017-07-01\"]},{\"resourceType\":\"locations/backupCrrJobs\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"Brazil South\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Central US\",\"East US 2\",\"Central India\",\"South India\",\"West India\",\"West Central US\",\"Canada Central\",\"Canada East\",\"West US 2\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Jio India West\"],\"apiVersions\":[\"2018-12-20-preview\",\"2018-12-20\"]},{\"resourceType\":\"locations/backupCrrJob\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"Brazil South\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Central US |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment