Skip to content

Instantly share code, notes, and snippets.

@backwind1233
Created February 28, 2022 14:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save backwind1233/be0ebac90589f0e25bbe58ee396dd70c to your computer and use it in GitHub Desktop.
Save backwind1233/be0ebac90589f0e25bbe58ee396dd70c to your computer and use it in GitHub Desktop.
2022-02-28T22:51:38.485+0800 [INFO] Terraform version: 1.1.3
2022-02-28T22:51:38.485+0800 [INFO] Go runtime version: go1.17.2
2022-02-28T22:51:38.485+0800 [INFO] CLI args: []string{"terraform", "-chdir=terraform", "apply"}
2022-02-28T22:51:38.485+0800 [TRACE] Stdout is a terminal of width 202
2022-02-28T22:51:38.485+0800 [TRACE] Stderr is a terminal of width 202
2022-02-28T22:51:38.485+0800 [TRACE] Stdin is a terminal
2022-02-28T22:51:38.485+0800 [DEBUG] Attempting to open CLI config file: /home/plato1233/.terraformrc
2022-02-28T22:51:38.485+0800 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2022-02-28T22:51:38.485+0800 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2022-02-28T22:51:38.485+0800 [DEBUG] ignoring non-existing provider search directory /home/plato1233/.terraform.d/plugins
2022-02-28T22:51:38.485+0800 [DEBUG] ignoring non-existing provider search directory /home/plato1233/.local/share/terraform/plugins
2022-02-28T22:51:38.485+0800 [DEBUG] ignoring non-existing provider search directory /usr/local/share/terraform/plugins
2022-02-28T22:51:38.485+0800 [DEBUG] ignoring non-existing provider search directory /usr/share/terraform/plugins
2022-02-28T22:51:38.486+0800 [INFO] CLI command args: []string{"apply"}
2022-02-28T22:51:38.503+0800 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config
2022-02-28T22:51:38.503+0800 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory
2022-02-28T22:51:38.503+0800 [DEBUG] New state was assigned lineage "eb668a15-b394-87c0-7ee1-7ad1027e2cf9"
2022-02-28T22:51:38.503+0800 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend)
2022-02-28T22:51:38.503+0800 [TRACE] Meta.Backend: instantiated backend of type <nil>
2022-02-28T22:51:38.506+0800 [TRACE] providercache.fillMetaCache: scanning directory .terraform/providers
2022-02-28T22:51:38.533+0800 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/aztfmod/azurecaf v1.2.10 for linux_amd64 at .terraform/providers/registry.terraform.io/aztfmod/azureca
f/1.2.10/linux_amd64
2022-02-28T22:51:38.567+0800 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/hashicorp/azurerm v2.98.0 for linux_amd64 at .terraform/providers/registry.terraform.io/hashicorp/azur
erm/2.98.0/linux_amd64
2022-02-28T22:51:38.572+0800 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/aztfmod/azurecaf/1.2.10/linux_amd64 as a candidate package for registry.terraform.i
o/aztfmod/azurecaf 1.2.10
2022-02-28T22:51:38.572+0800 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/hashicorp/azurerm/2.98.0/linux_amd64 as a candidate package for registry.terraform.
io/hashicorp/azurerm 2.98.0
2022-02-28T22:51:38.652+0800 [TRACE] providercache.fillMetaCache: using cached result from previous scan of .terraform/providers
2022-02-28T22:51:39.382+0800 [DEBUG] checking for provisioner in "."
2022-02-28T22:51:39.382+0800 [DEBUG] checking for provisioner in "/usr/bin"
2022-02-28T22:51:39.383+0800 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend
2022-02-28T22:51:39.389+0800 [INFO] backend/local: starting Apply operation
2022-02-28T22:51:39.393+0800 [TRACE] backend/local: requesting state manager for workspace "default"
2022-02-28T22:51:39.393+0800 [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
2022-02-28T22:51:39.393+0800 [TRACE] backend/local: requesting state lock for workspace "default"
2022-02-28T22:51:39.393+0800 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate
2022-02-28T22:51:39.394+0800 [TRACE] statemgr.Filesystem: no previously-stored snapshot exists
2022-02-28T22:51:39.394+0800 [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock
2022-02-28T22:51:39.394+0800 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info
2022-02-28T22:51:39.395+0800 [TRACE] backend/local: reading remote state for workspace "default"
2022-02-28T22:51:39.395+0800 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate
2022-02-28T22:51:39.396+0800 [TRACE] statemgr.Filesystem: snapshot file has nil snapshot, but that's okay
2022-02-28T22:51:39.396+0800 [TRACE] statemgr.Filesystem: read nil snapshot
2022-02-28T22:51:39.396+0800 [TRACE] backend/local: populating backend.LocalRun for current working directory
2022-02-28T22:51:39.408+0800 [TRACE] Config.VerifyDependencySelections: provider registry.terraform.io/hashicorp/azurerm has 2.98.0 to satisfy ">= 2.75.0"
2022-02-28T22:51:39.408+0800 [TRACE] Config.VerifyDependencySelections: provider registry.terraform.io/aztfmod/azurecaf has 1.2.10 to satisfy "1.2.10"
2022-02-28T22:51:39.408+0800 [TRACE] terraform.NewContext: starting
2022-02-28T22:51:39.408+0800 [TRACE] terraform.NewContext: complete
2022-02-28T22:51:39.408+0800 [TRACE] backend/local: requesting interactive input, if necessary
2022-02-28T22:51:39.408+0800 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/aztfmod/azurecaf"
2022-02-28T22:51:39.408+0800 [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/aztfmod/azurecaf" to read its schema
2022-02-28T22:51:39.412+0800 [DEBUG] created provider logger: level=trace
2022-02-28T22:51:39.412+0800 [INFO] provider: configuring client automatic mTLS
2022-02-28T22:51:39.419+0800 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/aztfmod/azurecaf/1.2.10/linux_amd64/terraform-provider-azurecaf_v1.2.10 args=[.terraform/p
roviders/registry.terraform.io/aztfmod/azurecaf/1.2.10/linux_amd64/terraform-provider-azurecaf_v1.2.10]
2022-02-28T22:51:39.427+0800 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/aztfmod/azurecaf/1.2.10/linux_amd64/terraform-provider-azurecaf_v1.2.10 pid=1588
2022-02-28T22:51:39.427+0800 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/aztfmod/azurecaf/1.2.10/linux_amd64/terraform-provider-azurecaf_v1.2.10
2022-02-28T22:51:39.609+0800 [INFO] provider.terraform-provider-azurecaf_v1.2.10: configuring server automatic mTLS: timestamp=2022-02-28T22:51:39.609+0800
2022-02-28T22:51:39.622+0800 [DEBUG] provider: using plugin: version=5
2022-02-28T22:51:39.623+0800 [DEBUG] provider.terraform-provider-azurecaf_v1.2.10: plugin address: address=/tmp/plugin4151840378 network=unix timestamp=2022-02-28T22:51:39.622+0800
2022-02-28T22:51:39.644+0800 [TRACE] GRPCProvider: GetProviderSchema
2022-02-28T22:51:39.644+0800 [TRACE] provider.stdio: waiting for stdio data
2022-02-28T22:51:39.648+0800 [TRACE] GRPCProvider: Close
2022-02-28T22:51:39.649+0800 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2022-02-28T22:51:39.651+0800 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/aztfmod/azurecaf/1.2.10/linux_amd64/terraform-provider-azurecaf_v1.2.10 pid=1588
2022-02-28T22:51:39.651+0800 [DEBUG] provider: plugin exited
2022-02-28T22:51:39.651+0800 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/hashicorp/azurerm"
2022-02-28T22:51:39.651+0800 [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/hashicorp/azurerm" to read its schema
2022-02-28T22:51:39.655+0800 [DEBUG] created provider logger: level=trace
2022-02-28T22:51:39.655+0800 [INFO] provider: configuring client automatic mTLS
2022-02-28T22:51:39.662+0800 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/2.98.0/linux_amd64/terraform-provider-azurerm_v2.98.0_x5 args=[.terrafor
m/providers/registry.terraform.io/hashicorp/azurerm/2.98.0/linux_amd64/terraform-provider-azurerm_v2.98.0_x5]
2022-02-28T22:51:39.670+0800 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/2.98.0/linux_amd64/terraform-provider-azurerm_v2.98.0_x5 pid=1598
2022-02-28T22:51:39.670+0800 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/2.98.0/linux_amd64/terraform-provider-azurerm_v2.98.0_x5
2022-02-28T22:51:40.134+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "AAD B2C"..: timestamp=2022-02-28T22:51:40.134+0800
2022-02-28T22:51:40.134+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "AAD B2C"..: timestamp=2022-02-28T22:51:40.134+0800
2022-02-28T22:51:40.138+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "API Management"..: timestamp=2022-02-28T22:51:40.138+0800
2022-02-28T22:51:40.138+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "API Management"..: timestamp=2022-02-28T22:51:40.138+0800
2022-02-28T22:51:40.140+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "App Configuration"..: timestamp=2022-02-28T22:51:40.140+0800
2022-02-28T22:51:40.140+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "App Configuration"..: timestamp=2022-02-28T22:51:40.140+0800
2022-02-28T22:51:40.145+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "AppService"..: timestamp=2022-02-28T22:51:40.145+0800
2022-02-28T22:51:40.145+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "AppService"..: timestamp=2022-02-28T22:51:40.145+0800
2022-02-28T22:51:40.147+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Batch"..: timestamp=2022-02-28T22:51:40.147+0800
2022-02-28T22:51:40.148+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Batch"..: timestamp=2022-02-28T22:51:40.147+0800
2022-02-28T22:51:40.155+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Bot"..: timestamp=2022-02-28T22:51:40.155+0800
2022-02-28T22:51:40.155+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Bot"..: timestamp=2022-02-28T22:51:40.155+0800
2022-02-28T22:51:40.156+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Consumption"..: timestamp=2022-02-28T22:51:40.156+0800
2022-02-28T22:51:40.156+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Consumption"..: timestamp=2022-02-28T22:51:40.156+0800
2022-02-28T22:51:40.156+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Container Services"..: timestamp=2022-02-28T22:51:40.156+0800
2022-02-28T22:51:40.156+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Container Services"..: timestamp=2022-02-28T22:51:40.156+0800
2022-02-28T22:51:40.160+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Cost Management"..: timestamp=2022-02-28T22:51:40.160+0800
2022-02-28T22:51:40.160+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Cost Management"..: timestamp=2022-02-28T22:51:40.160+0800
2022-02-28T22:51:40.162+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Disks"..: timestamp=2022-02-28T22:51:40.162+0800
2022-02-28T22:51:40.162+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Disks"..: timestamp=2022-02-28T22:51:40.162+0800
2022-02-28T22:51:40.166+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "EventHub"..: timestamp=2022-02-28T22:51:40.166+0800
2022-02-28T22:51:40.166+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "EventHub"..: timestamp=2022-02-28T22:51:40.166+0800
2022-02-28T22:51:40.185+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Load Balancer"..: timestamp=2022-02-28T22:51:40.185+0800
2022-02-28T22:51:40.185+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Load Balancer"..: timestamp=2022-02-28T22:51:40.185+0800
2022-02-28T22:51:40.186+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Load Test"..: timestamp=2022-02-28T22:51:40.186+0800
2022-02-28T22:51:40.187+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Load Test"..: timestamp=2022-02-28T22:51:40.186+0800
2022-02-28T22:51:40.188+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Microsoft SQL Server / Azure SQL"..: timestamp=2022-02-28T22:51:40.188+0800
2022-02-28T22:51:40.194+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Microsoft SQL Server / Azure SQL"..: timestamp=2022-02-28T22:51:40.194+0800
2022-02-28T22:51:40.196+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Policy"..: timestamp=2022-02-28T22:51:40.196+0800
2022-02-28T22:51:40.196+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Policy"..: timestamp=2022-02-28T22:51:40.196+0800
2022-02-28T22:51:40.200+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Resources"..: timestamp=2022-02-28T22:51:40.200+0800
2022-02-28T22:51:40.200+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Resources"..: timestamp=2022-02-28T22:51:40.200+0800
2022-02-28T22:51:40.203+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Sentinel"..: timestamp=2022-02-28T22:51:40.203+0800
2022-02-28T22:51:40.203+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Sentinel"..: timestamp=2022-02-28T22:51:40.203+0800
2022-02-28T22:51:40.205+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Service Fabric Managed Clusters"..: timestamp=2022-02-28T22:51:40.205+0800
2022-02-28T22:51:40.205+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Service Fabric Managed Clusters"..: timestamp=2022-02-28T22:51:40.205+0800
2022-02-28T22:51:40.207+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Stream Analytics"..: timestamp=2022-02-28T22:51:40.207+0800
2022-02-28T22:51:40.207+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Stream Analytics"..: timestamp=2022-02-28T22:51:40.207+0800
2022-02-28T22:51:40.208+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Web"..: timestamp=2022-02-28T22:51:40.208+0800
2022-02-28T22:51:40.211+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Web"..: timestamp=2022-02-28T22:51:40.211+0800
2022-02-28T22:51:40.211+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Advisor"..: timestamp=2022-02-28T22:51:40.211+0800
2022-02-28T22:51:40.212+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Advisor"..: timestamp=2022-02-28T22:51:40.212+0800
2022-02-28T22:51:40.212+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Analysis Services"..: timestamp=2022-02-28T22:51:40.212+0800
2022-02-28T22:51:40.212+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Analysis Services"..: timestamp=2022-02-28T22:51:40.212+0800
2022-02-28T22:51:40.213+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "API Management"..: timestamp=2022-02-28T22:51:40.212+0800
2022-02-28T22:51:40.216+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "API Management"..: timestamp=2022-02-28T22:51:40.216+0800
2022-02-28T22:51:40.223+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "App Configuration"..: timestamp=2022-02-28T22:51:40.222+0800
2022-02-28T22:51:40.223+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "App Configuration"..: timestamp=2022-02-28T22:51:40.222+0800
2022-02-28T22:51:40.226+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Spring Cloud"..: timestamp=2022-02-28T22:51:40.226+0800
2022-02-28T22:51:40.228+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Spring Cloud"..: timestamp=2022-02-28T22:51:40.228+0800
2022-02-28T22:51:40.228+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Application Insights"..: timestamp=2022-02-28T22:51:40.228+0800
2022-02-28T22:51:40.228+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Application Insights"..: timestamp=2022-02-28T22:51:40.228+0800
2022-02-28T22:51:40.229+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Attestation"..: timestamp=2022-02-28T22:51:40.229+0800
2022-02-28T22:51:40.229+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Attestation"..: timestamp=2022-02-28T22:51:40.229+0800
2022-02-28T22:51:40.231+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Authorization"..: timestamp=2022-02-28T22:51:40.231+0800
2022-02-28T22:51:40.231+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Authorization"..: timestamp=2022-02-28T22:51:40.231+0800
2022-02-28T22:51:40.232+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Automation"..: timestamp=2022-02-28T22:51:40.232+0800
2022-02-28T22:51:40.232+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Automation"..: timestamp=2022-02-28T22:51:40.232+0800
2022-02-28T22:51:40.235+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Azure Stack HCI"..: timestamp=2022-02-28T22:51:40.235+0800
2022-02-28T22:51:40.235+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Azure Stack HCI"..: timestamp=2022-02-28T22:51:40.235+0800
2022-02-28T22:51:40.235+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Batch"..: timestamp=2022-02-28T22:51:40.235+0800
2022-02-28T22:51:40.235+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Batch"..: timestamp=2022-02-28T22:51:40.235+0800
2022-02-28T22:51:40.235+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Billing"..: timestamp=2022-02-28T22:51:40.235+0800
2022-02-28T22:51:40.235+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Billing"..: timestamp=2022-02-28T22:51:40.235+0800
2022-02-28T22:51:40.235+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Blueprints"..: timestamp=2022-02-28T22:51:40.235+0800
2022-02-28T22:51:40.236+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Blueprints"..: timestamp=2022-02-28T22:51:40.236+0800
2022-02-28T22:51:40.237+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Bot"..: timestamp=2022-02-28T22:51:40.236+0800
2022-02-28T22:51:40.237+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Bot"..: timestamp=2022-02-28T22:51:40.236+0800
2022-02-28T22:51:40.237+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "CDN"..: timestamp=2022-02-28T22:51:40.237+0800
2022-02-28T22:51:40.237+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "CDN"..: timestamp=2022-02-28T22:51:40.237+0800
2022-02-28T22:51:40.252+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Cognitive Services"..: timestamp=2022-02-28T22:51:40.252+0800
2022-02-28T22:51:40.252+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Cognitive Services"..: timestamp=2022-02-28T22:51:40.252+0800
2022-02-28T22:51:40.253+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Communication"..: timestamp=2022-02-28T22:51:40.253+0800
2022-02-28T22:51:40.253+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Communication"..: timestamp=2022-02-28T22:51:40.253+0800
2022-02-28T22:51:40.254+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Compute"..: timestamp=2022-02-28T22:51:40.254+0800
2022-02-28T22:51:40.262+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Compute"..: timestamp=2022-02-28T22:51:40.262+0800
2022-02-28T22:51:40.264+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Container Services"..: timestamp=2022-02-28T22:51:40.264+0800
2022-02-28T22:51:40.266+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Container Services"..: timestamp=2022-02-28T22:51:40.266+0800
2022-02-28T22:51:40.274+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Consumption"..: timestamp=2022-02-28T22:51:40.274+0800
2022-02-28T22:51:40.275+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Consumption"..: timestamp=2022-02-28T22:51:40.274+0800
2022-02-28T22:51:40.275+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "CosmosDB"..: timestamp=2022-02-28T22:51:40.275+0800
2022-02-28T22:51:40.277+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "CosmosDB"..: timestamp=2022-02-28T22:51:40.277+0800
2022-02-28T22:51:40.282+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Cost Management"..: timestamp=2022-02-28T22:51:40.282+0800
2022-02-28T22:51:40.282+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Cost Management"..: timestamp=2022-02-28T22:51:40.282+0800
2022-02-28T22:51:40.282+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Custom Providers"..: timestamp=2022-02-28T22:51:40.282+0800
2022-02-28T22:51:40.282+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Custom Providers"..: timestamp=2022-02-28T22:51:40.282+0800
2022-02-28T22:51:40.282+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "DataBricks"..: timestamp=2022-02-28T22:51:40.282+0800
2022-02-28T22:51:40.282+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "DataBricks"..: timestamp=2022-02-28T22:51:40.282+0800
2022-02-28T22:51:40.284+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Data Factory"..: timestamp=2022-02-28T22:51:40.284+0800
2022-02-28T22:51:40.286+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Data Factory"..: timestamp=2022-02-28T22:51:40.286+0800
2022-02-28T22:51:40.301+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Data Lake"..: timestamp=2022-02-28T22:51:40.301+0800
2022-02-28T22:51:40.301+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Data Lake"..: timestamp=2022-02-28T22:51:40.301+0800
2022-02-28T22:51:40.304+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Database Migration"..: timestamp=2022-02-28T22:51:40.304+0800
2022-02-28T22:51:40.304+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Database Migration"..: timestamp=2022-02-28T22:51:40.304+0800
2022-02-28T22:51:40.304+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Databox Edge"..: timestamp=2022-02-28T22:51:40.304+0800
2022-02-28T22:51:40.304+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Databox Edge"..: timestamp=2022-02-28T22:51:40.304+0800
2022-02-28T22:51:40.304+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "DataProtection"..: timestamp=2022-02-28T22:51:40.304+0800
2022-02-28T22:51:40.304+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "DataProtection"..: timestamp=2022-02-28T22:51:40.304+0800
2022-02-28T22:51:40.306+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Data Share"..: timestamp=2022-02-28T22:51:40.306+0800
2022-02-28T22:51:40.307+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Data Share"..: timestamp=2022-02-28T22:51:40.307+0800
2022-02-28T22:51:40.314+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Desktop Virtualization"..: timestamp=2022-02-28T22:51:40.314+0800
2022-02-28T22:51:40.314+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Desktop Virtualization"..: timestamp=2022-02-28T22:51:40.314+0800
2022-02-28T22:51:40.316+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "DevSpaces"..: timestamp=2022-02-28T22:51:40.316+0800
2022-02-28T22:51:40.316+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "DevSpaces"..: timestamp=2022-02-28T22:51:40.316+0800
2022-02-28T22:51:40.316+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Dev Test"..: timestamp=2022-02-28T22:51:40.316+0800
2022-02-28T22:51:40.317+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Dev Test"..: timestamp=2022-02-28T22:51:40.317+0800
2022-02-28T22:51:40.318+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Digital Twins"..: timestamp=2022-02-28T22:51:40.318+0800
2022-02-28T22:51:40.318+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Digital Twins"..: timestamp=2022-02-28T22:51:40.318+0800
2022-02-28T22:51:40.318+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "DNS"..: timestamp=2022-02-28T22:51:40.318+0800
2022-02-28T22:51:40.318+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "DNS"..: timestamp=2022-02-28T22:51:40.318+0800
2022-02-28T22:51:40.320+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "DomainServices"..: timestamp=2022-02-28T22:51:40.320+0800
2022-02-28T22:51:40.320+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "DomainServices"..: timestamp=2022-02-28T22:51:40.320+0800
2022-02-28T22:51:40.320+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "EventGrid"..: timestamp=2022-02-28T22:51:40.320+0800
2022-02-28T22:51:40.320+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "EventGrid"..: timestamp=2022-02-28T22:51:40.320+0800
2022-02-28T22:51:40.321+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "EventHub"..: timestamp=2022-02-28T22:51:40.321+0800
2022-02-28T22:51:40.321+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "EventHub"..: timestamp=2022-02-28T22:51:40.321+0800
2022-02-28T22:51:40.323+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Firewall"..: timestamp=2022-02-28T22:51:40.323+0800
2022-02-28T22:51:40.324+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Firewall"..: timestamp=2022-02-28T22:51:40.324+0800
2022-02-28T22:51:40.326+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "FrontDoor"..: timestamp=2022-02-28T22:51:40.326+0800
2022-02-28T22:51:40.326+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "FrontDoor"..: timestamp=2022-02-28T22:51:40.326+0800
2022-02-28T22:51:40.328+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "HPC Cache"..: timestamp=2022-02-28T22:51:40.328+0800
2022-02-28T22:51:40.328+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "HPC Cache"..: timestamp=2022-02-28T22:51:40.328+0800
2022-02-28T22:51:40.328+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Hardware Security Module"..: timestamp=2022-02-28T22:51:40.328+0800
2022-02-28T22:51:40.328+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Hardware Security Module"..: timestamp=2022-02-28T22:51:40.328+0800
2022-02-28T22:51:40.328+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "HDInsight"..: timestamp=2022-02-28T22:51:40.328+0800
2022-02-28T22:51:40.328+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "HDInsight"..: timestamp=2022-02-28T22:51:40.328+0800
2022-02-28T22:51:40.329+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Health Care"..: timestamp=2022-02-28T22:51:40.329+0800
2022-02-28T22:51:40.329+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Health Care"..: timestamp=2022-02-28T22:51:40.329+0800
2022-02-28T22:51:40.333+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "IoT Hub"..: timestamp=2022-02-28T22:51:40.333+0800
2022-02-28T22:51:40.335+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "IoT Hub"..: timestamp=2022-02-28T22:51:40.335+0800
2022-02-28T22:51:40.337+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "IoT Central"..: timestamp=2022-02-28T22:51:40.337+0800
2022-02-28T22:51:40.337+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "IoT Central"..: timestamp=2022-02-28T22:51:40.337+0800
2022-02-28T22:51:40.339+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "KeyVault"..: timestamp=2022-02-28T22:51:40.339+0800
2022-02-28T22:51:40.342+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "KeyVault"..: timestamp=2022-02-28T22:51:40.342+0800
2022-02-28T22:51:40.345+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Kusto"..: timestamp=2022-02-28T22:51:40.345+0800
2022-02-28T22:51:40.345+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Kusto"..: timestamp=2022-02-28T22:51:40.345+0800
2022-02-28T22:51:40.349+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Legacy"..: timestamp=2022-02-28T22:51:40.349+0800
2022-02-28T22:51:40.349+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Legacy"..: timestamp=2022-02-28T22:51:40.349+0800
2022-02-28T22:51:40.351+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Load Balancer"..: timestamp=2022-02-28T22:51:40.350+0800
2022-02-28T22:51:40.351+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Load Balancer"..: timestamp=2022-02-28T22:51:40.351+0800
2022-02-28T22:51:40.353+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Log Analytics"..: timestamp=2022-02-28T22:51:40.353+0800
2022-02-28T22:51:40.354+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Log Analytics"..: timestamp=2022-02-28T22:51:40.353+0800
2022-02-28T22:51:40.356+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Logic"..: timestamp=2022-02-28T22:51:40.356+0800
2022-02-28T22:51:40.359+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Logic"..: timestamp=2022-02-28T22:51:40.359+0800
2022-02-28T22:51:40.365+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Logz"..: timestamp=2022-02-28T22:51:40.365+0800
2022-02-28T22:51:40.365+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Logz"..: timestamp=2022-02-28T22:51:40.365+0800
2022-02-28T22:51:40.365+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Machine Learning"..: timestamp=2022-02-28T22:51:40.365+0800
2022-02-28T22:51:40.365+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Machine Learning"..: timestamp=2022-02-28T22:51:40.365+0800
2022-02-28T22:51:40.365+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Maintenance"..: timestamp=2022-02-28T22:51:40.365+0800
2022-02-28T22:51:40.365+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Maintenance"..: timestamp=2022-02-28T22:51:40.365+0800
2022-02-28T22:51:40.367+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Managed Applications"..: timestamp=2022-02-28T22:51:40.367+0800
2022-02-28T22:51:40.367+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Managed Applications"..: timestamp=2022-02-28T22:51:40.367+0800
2022-02-28T22:51:40.367+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Lighthouse"..: timestamp=2022-02-28T22:51:40.367+0800
2022-02-28T22:51:40.367+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Lighthouse"..: timestamp=2022-02-28T22:51:40.367+0800
2022-02-28T22:51:40.367+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Management Group"..: timestamp=2022-02-28T22:51:40.367+0800
2022-02-28T22:51:40.370+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Management Group"..: timestamp=2022-02-28T22:51:40.370+0800
2022-02-28T22:51:40.370+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Maps"..: timestamp=2022-02-28T22:51:40.370+0800
2022-02-28T22:51:40.370+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Maps"..: timestamp=2022-02-28T22:51:40.370+0800
2022-02-28T22:51:40.370+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "MariaDB"..: timestamp=2022-02-28T22:51:40.370+0800
2022-02-28T22:51:40.370+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "MariaDB"..: timestamp=2022-02-28T22:51:40.370+0800
2022-02-28T22:51:40.374+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Media"..: timestamp=2022-02-28T22:51:40.374+0800
2022-02-28T22:51:40.374+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Media"..: timestamp=2022-02-28T22:51:40.374+0800
2022-02-28T22:51:40.377+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Mixed Reality"..: timestamp=2022-02-28T22:51:40.377+0800
2022-02-28T22:51:40.377+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Mixed Reality"..: timestamp=2022-02-28T22:51:40.377+0800
2022-02-28T22:51:40.377+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Monitor"..: timestamp=2022-02-28T22:51:40.377+0800
2022-02-28T22:51:40.381+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Monitor"..: timestamp=2022-02-28T22:51:40.381+0800
2022-02-28T22:51:40.382+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Managed Service Identities"..: timestamp=2022-02-28T22:51:40.382+0800
2022-02-28T22:51:40.382+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Managed Service Identities"..: timestamp=2022-02-28T22:51:40.382+0800
2022-02-28T22:51:40.382+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Microsoft SQL Server / Azure SQL"..: timestamp=2022-02-28T22:51:40.382+0800
2022-02-28T22:51:40.382+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Microsoft SQL Server / Azure SQL"..: timestamp=2022-02-28T22:51:40.382+0800
2022-02-28T22:51:40.387+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "MySQL"..: timestamp=2022-02-28T22:51:40.387+0800
2022-02-28T22:51:40.387+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "MySQL"..: timestamp=2022-02-28T22:51:40.387+0800
2022-02-28T22:51:40.389+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "NetApp"..: timestamp=2022-02-28T22:51:40.389+0800
2022-02-28T22:51:40.389+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "NetApp"..: timestamp=2022-02-28T22:51:40.389+0800
2022-02-28T22:51:40.390+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Network"..: timestamp=2022-02-28T22:51:40.390+0800
2022-02-28T22:51:40.408+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Network"..: timestamp=2022-02-28T22:51:40.408+0800
2022-02-28T22:51:40.413+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Notification Hub"..: timestamp=2022-02-28T22:51:40.413+0800
2022-02-28T22:51:40.413+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Notification Hub"..: timestamp=2022-02-28T22:51:40.413+0800
2022-02-28T22:51:40.413+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Policy"..: timestamp=2022-02-28T22:51:40.413+0800
2022-02-28T22:51:40.415+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Policy"..: timestamp=2022-02-28T22:51:40.415+0800
2022-02-28T22:51:40.415+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Portal"..: timestamp=2022-02-28T22:51:40.415+0800
2022-02-28T22:51:40.415+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Portal"..: timestamp=2022-02-28T22:51:40.415+0800
2022-02-28T22:51:40.416+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "PostgreSQL"..: timestamp=2022-02-28T22:51:40.416+0800
2022-02-28T22:51:40.416+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "PostgreSQL"..: timestamp=2022-02-28T22:51:40.416+0800
2022-02-28T22:51:40.416+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "PowerBI"..: timestamp=2022-02-28T22:51:40.416+0800
2022-02-28T22:51:40.416+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "PowerBI"..: timestamp=2022-02-28T22:51:40.416+0800
2022-02-28T22:51:40.419+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Private DNS"..: timestamp=2022-02-28T22:51:40.419+0800
2022-02-28T22:51:40.419+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Private DNS"..: timestamp=2022-02-28T22:51:40.419+0800
2022-02-28T22:51:40.419+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Purview"..: timestamp=2022-02-28T22:51:40.419+0800
2022-02-28T22:51:40.419+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Purview"..: timestamp=2022-02-28T22:51:40.419+0800
2022-02-28T22:51:40.421+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Recovery Services"..: timestamp=2022-02-28T22:51:40.421+0800
2022-02-28T22:51:40.423+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Recovery Services"..: timestamp=2022-02-28T22:51:40.423+0800
2022-02-28T22:51:40.425+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Redis"..: timestamp=2022-02-28T22:51:40.425+0800
2022-02-28T22:51:40.425+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Redis"..: timestamp=2022-02-28T22:51:40.425+0800
2022-02-28T22:51:40.425+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Redis Enterprise"..: timestamp=2022-02-28T22:51:40.425+0800
2022-02-28T22:51:40.425+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Redis Enterprise"..: timestamp=2022-02-28T22:51:40.425+0800
2022-02-28T22:51:40.425+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Relay"..: timestamp=2022-02-28T22:51:40.425+0800
2022-02-28T22:51:40.425+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Relay"..: timestamp=2022-02-28T22:51:40.425+0800
2022-02-28T22:51:40.425+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Resources"..: timestamp=2022-02-28T22:51:40.425+0800
2022-02-28T22:51:40.425+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Resources"..: timestamp=2022-02-28T22:51:40.425+0800
2022-02-28T22:51:40.425+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Search"..: timestamp=2022-02-28T22:51:40.425+0800
2022-02-28T22:51:40.425+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Search"..: timestamp=2022-02-28T22:51:40.425+0800
2022-02-28T22:51:40.428+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Security Center"..: timestamp=2022-02-28T22:51:40.427+0800
2022-02-28T22:51:40.428+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Security Center"..: timestamp=2022-02-28T22:51:40.427+0800
2022-02-28T22:51:40.429+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Sentinel"..: timestamp=2022-02-28T22:51:40.429+0800
2022-02-28T22:51:40.430+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Sentinel"..: timestamp=2022-02-28T22:51:40.430+0800
2022-02-28T22:51:40.436+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "ServiceBus"..: timestamp=2022-02-28T22:51:40.436+0800
2022-02-28T22:51:40.441+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "ServiceBus"..: timestamp=2022-02-28T22:51:40.441+0800
2022-02-28T22:51:40.442+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Service Fabric"..: timestamp=2022-02-28T22:51:40.442+0800
2022-02-28T22:51:40.442+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Service Fabric"..: timestamp=2022-02-28T22:51:40.442+0800
2022-02-28T22:51:40.442+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Service Fabric Mesh"..: timestamp=2022-02-28T22:51:40.442+0800
2022-02-28T22:51:40.442+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Service Fabric Mesh"..: timestamp=2022-02-28T22:51:40.442+0800
2022-02-28T22:51:40.443+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "SignalR"..: timestamp=2022-02-28T22:51:40.443+0800
2022-02-28T22:51:40.443+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "SignalR"..: timestamp=2022-02-28T22:51:40.443+0800
2022-02-28T22:51:40.446+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "SQL"..: timestamp=2022-02-28T22:51:40.446+0800
2022-02-28T22:51:40.447+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "SQL"..: timestamp=2022-02-28T22:51:40.447+0800
2022-02-28T22:51:40.447+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Storage"..: timestamp=2022-02-28T22:51:40.447+0800
2022-02-28T22:51:40.452+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Storage"..: timestamp=2022-02-28T22:51:40.452+0800
2022-02-28T22:51:40.453+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Stream Analytics"..: timestamp=2022-02-28T22:51:40.453+0800
2022-02-28T22:51:40.453+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Stream Analytics"..: timestamp=2022-02-28T22:51:40.453+0800
2022-02-28T22:51:40.455+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Subscription"..: timestamp=2022-02-28T22:51:40.455+0800
2022-02-28T22:51:40.455+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Subscription"..: timestamp=2022-02-28T22:51:40.455+0800
2022-02-28T22:51:40.457+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Synapse"..: timestamp=2022-02-28T22:51:40.457+0800
2022-02-28T22:51:40.458+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Synapse"..: timestamp=2022-02-28T22:51:40.458+0800
2022-02-28T22:51:40.458+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Time Series Insights"..: timestamp=2022-02-28T22:51:40.458+0800
2022-02-28T22:51:40.458+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Time Series Insights"..: timestamp=2022-02-28T22:51:40.458+0800
2022-02-28T22:51:40.459+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Traffic Manager"..: timestamp=2022-02-28T22:51:40.459+0800
2022-02-28T22:51:40.459+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Traffic Manager"..: timestamp=2022-02-28T22:51:40.459+0800
2022-02-28T22:51:40.459+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Video Analyzer"..: timestamp=2022-02-28T22:51:40.459+0800
2022-02-28T22:51:40.460+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Video Analyzer"..: timestamp=2022-02-28T22:51:40.459+0800
2022-02-28T22:51:40.460+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "VMware"..: timestamp=2022-02-28T22:51:40.460+0800
2022-02-28T22:51:40.460+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "VMware"..: timestamp=2022-02-28T22:51:40.460+0800
2022-02-28T22:51:40.460+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Web"..: timestamp=2022-02-28T22:51:40.460+0800
2022-02-28T22:51:40.465+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Web"..: timestamp=2022-02-28T22:51:40.465+0800
2022-02-28T22:51:40.466+0800 [INFO] provider.terraform-provider-azurerm_v2.98.0_x5: configuring server automatic mTLS: timestamp=2022-02-28T22:51:40.466+0800
2022-02-28T22:51:40.483+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: plugin address: address=/tmp/plugin1336906351 network=unix timestamp=2022-02-28T22:51:40.483+0800
2022-02-28T22:51:40.483+0800 [DEBUG] provider: using plugin: version=5
2022-02-28T22:51:40.506+0800 [TRACE] GRPCProvider: GetProviderSchema
2022-02-28T22:51:40.506+0800 [TRACE] provider.stdio: waiting for stdio data
2022-02-28T22:51:40.522+0800 [TRACE] provider.terraform-provider-azurerm_v2.98.0_x5: Received request: tf_req_id=abd1990f-e005-8440-c2dd-6b41eb7edb2a tf_rpc=GetSchema @caller=/opt/teamcity-agent/work/5d
79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-azurerm/vendor/github.com/hashicorp/terraform-plugin-go/tfprotov5/tf5server/server.go:329 @module=sdk.proto tf_proto_version=5 tf_pro
vider_addr=provider timestamp=2022-02-28T22:51:40.515+0800
2022-02-28T22:51:40.522+0800 [TRACE] provider.terraform-provider-azurerm_v2.98.0_x5: Calling downstream: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-pr
ovider-azurerm/vendor/github.com/hashicorp/terraform-plugin-go/tfprotov5/tf5server/server.go:336 @module=sdk.proto tf_req_id=abd1990f-e005-8440-c2dd-6b41eb7edb2a tf_proto_version=5 tf_provider_addr=prov
ider tf_rpc=GetSchema timestamp=2022-02-28T22:51:40.522+0800
2022-02-28T22:51:40.538+0800 [TRACE] provider.terraform-provider-azurerm_v2.98.0_x5: Called downstream: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-pro
vider-azurerm/vendor/github.com/hashicorp/terraform-plugin-go/tfprotov5/tf5server/server.go:342 @module=sdk.proto tf_proto_version=5 tf_provider_addr=provider tf_req_id=abd1990f-e005-8440-c2dd-6b41eb7ed
b2a tf_rpc=GetSchema timestamp=2022-02-28T22:51:40.538+0800
2022-02-28T22:51:40.557+0800 [TRACE] provider.terraform-provider-azurerm_v2.98.0_x5: Served request: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provid
er-azurerm/vendor/github.com/hashicorp/terraform-plugin-go/tfprotov5/tf5server/server.go:348 tf_proto_version=5 @module=sdk.proto tf_provider_addr=provider tf_req_id=abd1990f-e005-8440-c2dd-6b41eb7edb2a
tf_rpc=GetSchema timestamp=2022-02-28T22:51:40.556+0800
2022-02-28T22:51:40.601+0800 [TRACE] GRPCProvider: Close
2022-02-28T22:51:40.602+0800 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2022-02-28T22:51:40.607+0800 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/2.98.0/linux_amd64/terraform-provider-azurerm_v2.98.0_x5 pid=1598
2022-02-28T22:51:40.607+0800 [DEBUG] provider: plugin exited
2022-02-28T22:51:40.607+0800 [TRACE] Context.Input: Prompting for provider arguments
2022-02-28T22:51:40.607+0800 [TRACE] Context.Input: Provider provider.azurerm declared at main.tf:14,1-19
2022-02-28T22:51:40.607+0800 [TRACE] Context.Input: Provider provider.azurecaf implied by resource block at main.tf:19,1-42
2022-02-28T22:51:40.607+0800 [TRACE] Context.Input: Input for provider.azurerm: map[string]cty.Value{}
2022-02-28T22:51:40.607+0800 [TRACE] Context.Input: Input for provider.azurecaf: map[string]cty.Value{}
2022-02-28T22:51:40.607+0800 [TRACE] backend/local: running validation operation
2022-02-28T22:51:40.607+0800 [DEBUG] Building and walking validate graph
2022-02-28T22:51:40.607+0800 [TRACE] Executing graph transform *terraform.ConfigTransformer
2022-02-28T22:51:40.607+0800 [TRACE] ConfigTransformer: Starting for path:
2022-02-28T22:51:40.607+0800 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
azurecaf_name.kv - *terraform.NodeValidatableResource
azurecaf_name.resource_group - *terraform.NodeValidatableResource
azurerm_key_vault.kv_account - *terraform.NodeValidatableResource
azurerm_key_vault_secret.kv - *terraform.NodeValidatableResource
azurerm_resource_group.main - *terraform.NodeValidatableResource
data.azurerm_client_config.current - *terraform.NodeValidatableResource
------
2022-02-28T22:51:40.607+0800 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2022-02-28T22:51:40.607+0800 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
azurecaf_name.kv - *terraform.NodeValidatableResource
azurecaf_name.resource_group - *terraform.NodeValidatableResource
azurerm_key_vault.kv_account - *terraform.NodeValidatableResource
azurerm_key_vault_secret.kv - *terraform.NodeValidatableResource
azurerm_resource_group.main - *terraform.NodeValidatableResource
data.azurerm_client_config.current - *terraform.NodeValidatableResource
var.application_name - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.sample_tag_value - *terraform.NodeRootVariable
------
2022-02-28T22:51:40.607+0800 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2022-02-28T22:51:40.607+0800 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2022-02-28T22:51:40.607+0800 [TRACE] Executing graph transform *terraform.LocalTransformer
2022-02-28T22:51:40.607+0800 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2022-02-28T22:51:40.607+0800 [TRACE] Executing graph transform *terraform.OutputTransformer
2022-02-28T22:51:40.607+0800 [TRACE] OutputTransformer: adding KEYVAULT_URI as *terraform.NodeApplyableOutput
2022-02-28T22:51:40.607+0800 [TRACE] OutputTransformer: adding RESOURCE_GROUP_NAME as *terraform.NodeApplyableOutput
2022-02-28T22:51:40.607+0800 [TRACE] Completed graph transform *terraform.OutputTransformer with new graph:
azurecaf_name.kv - *terraform.NodeValidatableResource
azurecaf_name.resource_group - *terraform.NodeValidatableResource
azurerm_key_vault.kv_account - *terraform.NodeValidatableResource
azurerm_key_vault_secret.kv - *terraform.NodeValidatableResource
azurerm_resource_group.main - *terraform.NodeValidatableResource
data.azurerm_client_config.current - *terraform.NodeValidatableResource
output.KEYVAULT_URI - *terraform.NodeApplyableOutput
output.RESOURCE_GROUP_NAME - *terraform.NodeApplyableOutput
var.application_name - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.sample_tag_value - *terraform.NodeRootVariable
------
2022-02-28T22:51:40.607+0800 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2022-02-28T22:51:40.607+0800 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2022-02-28T22:51:40.607+0800 [TRACE] Executing graph transform *terraform.StateTransformer
2022-02-28T22:51:40.607+0800 [TRACE] StateTransformer: creating nodes for deposed instance objects only
2022-02-28T22:51:40.607+0800 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2022-02-28T22:51:40.607+0800 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-02-28T22:51:40.607+0800 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-02-28T22:51:40.608+0800 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2022-02-28T22:51:40.608+0800 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2022-02-28T22:51:40.608+0800 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2022-02-28T22:51:40.608+0800 [TRACE] AttachResourceConfigTransformer: attaching to "azurecaf_name.resource_group" (*terraform.NodeValidatableResource) config from main.tf:19,1-42
2022-02-28T22:51:40.608+0800 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurecaf_name.resource_group
2022-02-28T22:51:40.608+0800 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_resource_group.main" (*terraform.NodeValidatableResource) config from main.tf:26,1-41
2022-02-28T22:51:40.608+0800 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurerm_resource_group.main
2022-02-28T22:51:40.608+0800 [TRACE] AttachResourceConfigTransformer: attaching to "data.azurerm_client_config.current" (*terraform.NodeValidatableResource) config from hcl.Range{Filename:"main.tf", Sta
rt:hcl.Pos{Line:37, Column:1, Byte:747}, End:hcl.Pos{Line:37, Column:39, Byte:785}}
2022-02-28T22:51:40.608+0800 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to data.azurerm_client_config.current
2022-02-28T22:51:40.608+0800 [TRACE] AttachResourceConfigTransformer: attaching to "azurecaf_name.kv" (*terraform.NodeValidatableResource) config from main.tf:41,1-30
2022-02-28T22:51:40.608+0800 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurecaf_name.kv
2022-02-28T22:51:40.608+0800 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_key_vault.kv_account" (*terraform.NodeValidatableResource) config from main.tf:48,1-42
2022-02-28T22:51:40.608+0800 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurerm_key_vault.kv_account
2022-02-28T22:51:40.608+0800 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_key_vault_secret.kv" (*terraform.NodeValidatableResource) config from main.tf:78,1-41
2022-02-28T22:51:40.608+0800 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurerm_key_vault_secret.kv
2022-02-28T22:51:40.608+0800 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2022-02-28T22:51:40.608+0800 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2022-02-28T22:51:40.608+0800 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2022-02-28T22:51:40.608+0800 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/hashicorp/azurerm\"]" provider configuration from main.tf:14,1-19
2022-02-28T22:51:40.608+0800 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
azurecaf_name.kv - *terraform.NodeValidatableResource
azurecaf_name.resource_group - *terraform.NodeValidatableResource
azurerm_key_vault.kv_account - *terraform.NodeValidatableResource
azurerm_key_vault_secret.kv - *terraform.NodeValidatableResource
azurerm_resource_group.main - *terraform.NodeValidatableResource
data.azurerm_client_config.current - *terraform.NodeValidatableResource
output.KEYVAULT_URI - *terraform.NodeApplyableOutput
output.RESOURCE_GROUP_NAME - *terraform.NodeApplyableOutput
provider["registry.terraform.io/aztfmod/azurecaf"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
var.application_name - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.sample_tag_value - *terraform.NodeRootVariable
------
2022-02-28T22:51:40.608+0800 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2022-02-28T22:51:40.608+0800 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2022-02-28T22:51:40.608+0800 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2022-02-28T22:51:40.608+0800 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/aztfmod/azurecaf"] serving azurecaf_name.kv
2022-02-28T22:51:40.608+0800 [DEBUG] ProviderTransformer: "azurecaf_name.kv" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/aztfmod/azurecaf"]
2022-02-28T22:51:40.608+0800 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving azurerm_key_vault.kv_account
2022-02-28T22:51:40.608+0800 [DEBUG] ProviderTransformer: "azurerm_key_vault.kv_account" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/azurerm"]
2022-02-28T22:51:40.608+0800 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving azurerm_key_vault_secret.kv
2022-02-28T22:51:40.608+0800 [DEBUG] ProviderTransformer: "azurerm_key_vault_secret.kv" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/azurerm"]
2022-02-28T22:51:40.608+0800 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving data.azurerm_client_config.current
2022-02-28T22:51:40.608+0800 [DEBUG] ProviderTransformer: "data.azurerm_client_config.current" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/azurerm"]
2022-02-28T22:51:40.608+0800 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/aztfmod/azurecaf"] serving azurecaf_name.resource_group
2022-02-28T22:51:40.608+0800 [DEBUG] ProviderTransformer: "azurecaf_name.resource_group" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/aztfmod/azurecaf"]
2022-02-28T22:51:40.608+0800 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving azurerm_resource_group.main
2022-02-28T22:51:40.608+0800 [DEBUG] ProviderTransformer: "azurerm_resource_group.main" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/azurerm"]
2022-02-28T22:51:40.608+0800 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
azurecaf_name.kv - *terraform.NodeValidatableResource
provider["registry.terraform.io/aztfmod/azurecaf"] - *terraform.NodeApplyableProvider
azurecaf_name.resource_group - *terraform.NodeValidatableResource
provider["registry.terraform.io/aztfmod/azurecaf"] - *terraform.NodeApplyableProvider
azurerm_key_vault.kv_account - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_key_vault_secret.kv - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_resource_group.main - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
data.azurerm_client_config.current - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
output.KEYVAULT_URI - *terraform.NodeApplyableOutput
output.RESOURCE_GROUP_NAME - *terraform.NodeApplyableOutput
provider["registry.terraform.io/aztfmod/azurecaf"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
var.application_name - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.sample_tag_value - *terraform.NodeRootVariable
------
2022-02-28T22:51:40.608+0800 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2022-02-28T22:51:40.608+0800 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2022-02-28T22:51:40.609+0800 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
azurecaf_name.kv - *terraform.NodeValidatableResource
provider["registry.terraform.io/aztfmod/azurecaf"] - *terraform.NodeApplyableProvider
azurecaf_name.resource_group - *terraform.NodeValidatableResource
provider["registry.terraform.io/aztfmod/azurecaf"] - *terraform.NodeApplyableProvider
azurerm_key_vault.kv_account - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_key_vault_secret.kv - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_resource_group.main - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
data.azurerm_client_config.current - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
output.KEYVAULT_URI - *terraform.NodeApplyableOutput
output.RESOURCE_GROUP_NAME - *terraform.NodeApplyableOutput
provider["registry.terraform.io/aztfmod/azurecaf"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
var.application_name - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.sample_tag_value - *terraform.NodeRootVariable
------
2022-02-28T22:51:40.609+0800 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2022-02-28T22:51:40.609+0800 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2022-02-28T22:51:40.609+0800 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2022-02-28T22:51:40.609+0800 [TRACE] AttachSchemaTransformer: attaching resource schema to azurecaf_name.resource_group
2022-02-28T22:51:40.609+0800 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_resource_group.main
2022-02-28T22:51:40.609+0800 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_key_vault_secret.kv
2022-02-28T22:51:40.609+0800 [TRACE] AttachSchemaTransformer: attaching resource schema to data.azurerm_client_config.current
2022-02-28T22:51:40.609+0800 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/aztfmod/azurecaf"]
2022-02-28T22:51:40.609+0800 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/azurerm"]
2022-02-28T22:51:40.609+0800 [TRACE] AttachSchemaTransformer: attaching resource schema to azurecaf_name.kv
2022-02-28T22:51:40.609+0800 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_key_vault.kv_account
2022-02-28T22:51:40.609+0800 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2022-02-28T22:51:40.609+0800 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2022-02-28T22:51:40.609+0800 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2022-02-28T22:51:40.609+0800 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-02-28T22:51:40.609+0800 [DEBUG] ReferenceTransformer: "azurerm_resource_group.main" references: [azurecaf_name.resource_group var.application_name var.sample_tag_value var.location]
2022-02-28T22:51:40.609+0800 [DEBUG] ReferenceTransformer: "var.application_name" references: []
2022-02-28T22:51:40.609+0800 [DEBUG] ReferenceTransformer: "var.sample_tag_value" references: []
2022-02-28T22:51:40.609+0800 [DEBUG] ReferenceTransformer: "output.KEYVAULT_URI" references: [azurerm_key_vault.kv_account]
2022-02-28T22:51:40.609+0800 [DEBUG] ReferenceTransformer: "azurecaf_name.resource_group" references: [var.application_name]
2022-02-28T22:51:40.609+0800 [DEBUG] ReferenceTransformer: "azurerm_key_vault.kv_account" references: [azurecaf_name.kv azurerm_resource_group.main azurerm_resource_group.main var.sample_tag_value data.
azurerm_client_config.current data.azurerm_client_config.current data.azurerm_client_config.current]
2022-02-28T22:51:40.609+0800 [DEBUG] ReferenceTransformer: "azurerm_key_vault_secret.kv" references: [azurerm_key_vault.kv_account]
2022-02-28T22:51:40.609+0800 [DEBUG] ReferenceTransformer: "data.azurerm_client_config.current" references: []
2022-02-28T22:51:40.609+0800 [DEBUG] ReferenceTransformer: "var.location" references: []
2022-02-28T22:51:40.609+0800 [DEBUG] ReferenceTransformer: "output.RESOURCE_GROUP_NAME" references: [azurerm_resource_group.main]
2022-02-28T22:51:40.609+0800 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/aztfmod/azurecaf\"]" references: []
2022-02-28T22:51:40.610+0800 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/azurerm\"]" references: []
2022-02-28T22:51:40.610+0800 [DEBUG] ReferenceTransformer: "azurecaf_name.kv" references: [var.application_name]
2022-02-28T22:51:40.610+0800 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
azurecaf_name.kv - *terraform.NodeValidatableResource
provider["registry.terraform.io/aztfmod/azurecaf"] - *terraform.NodeApplyableProvider
var.application_name - *terraform.NodeRootVariable
azurecaf_name.resource_group - *terraform.NodeValidatableResource
provider["registry.terraform.io/aztfmod/azurecaf"] - *terraform.NodeApplyableProvider
var.application_name - *terraform.NodeRootVariable
azurerm_key_vault.kv_account - *terraform.NodeValidatableResource
azurecaf_name.kv - *terraform.NodeValidatableResource
azurerm_resource_group.main - *terraform.NodeValidatableResource
data.azurerm_client_config.current - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
var.sample_tag_value - *terraform.NodeRootVariable
azurerm_key_vault_secret.kv - *terraform.NodeValidatableResource
azurerm_key_vault.kv_account - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_resource_group.main - *terraform.NodeValidatableResource
azurecaf_name.resource_group - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
var.application_name - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.sample_tag_value - *terraform.NodeRootVariable
data.azurerm_client_config.current - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
output.KEYVAULT_URI - *terraform.NodeApplyableOutput
azurerm_key_vault.kv_account - *terraform.NodeValidatableResource
output.RESOURCE_GROUP_NAME - *terraform.NodeApplyableOutput
azurerm_resource_group.main - *terraform.NodeValidatableResource
provider["registry.terraform.io/aztfmod/azurecaf"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
var.application_name - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.sample_tag_value - *terraform.NodeRootVariable
------
2022-02-28T22:51:40.610+0800 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2022-02-28T22:51:40.610+0800 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2022-02-28T22:51:40.610+0800 [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer
2022-02-28T22:51:40.610+0800 [TRACE] attachDataDependenciesTransformer: data.azurerm_client_config.current depends on []
2022-02-28T22:51:40.610+0800 [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes)
2022-02-28T22:51:40.610+0800 [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-02-28T22:51:40.610+0800 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-02-28T22:51:40.610+0800 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2022-02-28T22:51:40.610+0800 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2022-02-28T22:51:40.610+0800 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2022-02-28T22:51:40.610+0800 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
azurecaf_name.kv - *terraform.NodeValidatableResource
provider["registry.terraform.io/aztfmod/azurecaf"] - *terraform.NodeApplyableProvider
var.application_name - *terraform.NodeRootVariable
azurecaf_name.resource_group - *terraform.NodeValidatableResource
provider["registry.terraform.io/aztfmod/azurecaf"] - *terraform.NodeApplyableProvider
var.application_name - *terraform.NodeRootVariable
azurerm_key_vault.kv_account - *terraform.NodeValidatableResource
azurecaf_name.kv - *terraform.NodeValidatableResource
azurerm_resource_group.main - *terraform.NodeValidatableResource
data.azurerm_client_config.current - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
var.sample_tag_value - *terraform.NodeRootVariable
azurerm_key_vault_secret.kv - *terraform.NodeValidatableResource
azurerm_key_vault.kv_account - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_resource_group.main - *terraform.NodeValidatableResource
azurecaf_name.resource_group - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
var.application_name - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.sample_tag_value - *terraform.NodeRootVariable
data.azurerm_client_config.current - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
output.KEYVAULT_URI - *terraform.NodeApplyableOutput
azurerm_key_vault.kv_account - *terraform.NodeValidatableResource
output.RESOURCE_GROUP_NAME - *terraform.NodeApplyableOutput
azurerm_resource_group.main - *terraform.NodeValidatableResource
provider["registry.terraform.io/aztfmod/azurecaf"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/aztfmod/azurecaf"] (close) - *terraform.graphNodeCloseProvider
azurecaf_name.kv - *terraform.NodeValidatableResource
azurecaf_name.resource_group - *terraform.NodeValidatableResource
provider["registry.terraform.io/aztfmod/azurecaf"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azurerm"] (close) - *terraform.graphNodeCloseProvider
azurerm_key_vault.kv_account - *terraform.NodeValidatableResource
azurerm_key_vault_secret.kv - *terraform.NodeValidatableResource
azurerm_resource_group.main - *terraform.NodeValidatableResource
data.azurerm_client_config.current - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
var.application_name - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.sample_tag_value - *terraform.NodeRootVariable
------
2022-02-28T22:51:40.610+0800 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2022-02-28T22:51:40.610+0800 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
azurecaf_name.kv - *terraform.NodeValidatableResource
provider["registry.terraform.io/aztfmod/azurecaf"] - *terraform.NodeApplyableProvider
var.application_name - *terraform.NodeRootVariable
azurecaf_name.resource_group - *terraform.NodeValidatableResource
provider["registry.terraform.io/aztfmod/azurecaf"] - *terraform.NodeApplyableProvider
var.application_name - *terraform.NodeRootVariable
azurerm_key_vault.kv_account - *terraform.NodeValidatableResource
azurecaf_name.kv - *terraform.NodeValidatableResource
azurerm_resource_group.main - *terraform.NodeValidatableResource
data.azurerm_client_config.current - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
var.sample_tag_value - *terraform.NodeRootVariable
azurerm_key_vault_secret.kv - *terraform.NodeValidatableResource
azurerm_key_vault.kv_account - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_resource_group.main - *terraform.NodeValidatableResource
azurecaf_name.resource_group - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
var.application_name - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.sample_tag_value - *terraform.NodeRootVariable
data.azurerm_client_config.current - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
output.KEYVAULT_URI - *terraform.NodeApplyableOutput
azurerm_key_vault.kv_account - *terraform.NodeValidatableResource
output.RESOURCE_GROUP_NAME - *terraform.NodeApplyableOutput
azurerm_resource_group.main - *terraform.NodeValidatableResource
provider["registry.terraform.io/aztfmod/azurecaf"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/aztfmod/azurecaf"] (close) - *terraform.graphNodeCloseProvider
azurecaf_name.kv - *terraform.NodeValidatableResource
azurecaf_name.resource_group - *terraform.NodeValidatableResource
provider["registry.terraform.io/aztfmod/azurecaf"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azurerm"] (close) - *terraform.graphNodeCloseProvider
azurerm_key_vault.kv_account - *terraform.NodeValidatableResource
azurerm_key_vault_secret.kv - *terraform.NodeValidatableResource
azurerm_resource_group.main - *terraform.NodeValidatableResource
data.azurerm_client_config.current - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
output.KEYVAULT_URI - *terraform.NodeApplyableOutput
output.RESOURCE_GROUP_NAME - *terraform.NodeApplyableOutput
provider["registry.terraform.io/aztfmod/azurecaf"] (close) - *terraform.graphNodeCloseProvider
provider["registry.terraform.io/hashicorp/azurerm"] (close) - *terraform.graphNodeCloseProvider
var.application_name - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.sample_tag_value - *terraform.NodeRootVariable
------
2022-02-28T22:51:40.610+0800 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2022-02-28T22:51:40.610+0800 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
azurecaf_name.kv - *terraform.NodeValidatableResource
provider["registry.terraform.io/aztfmod/azurecaf"] - *terraform.NodeApplyableProvider
var.application_name - *terraform.NodeRootVariable
azurecaf_name.resource_group - *terraform.NodeValidatableResource
provider["registry.terraform.io/aztfmod/azurecaf"] - *terraform.NodeApplyableProvider
var.application_name - *terraform.NodeRootVariable
azurerm_key_vault.kv_account - *terraform.NodeValidatableResource
azurecaf_name.kv - *terraform.NodeValidatableResource
azurerm_resource_group.main - *terraform.NodeValidatableResource
data.azurerm_client_config.current - *terraform.NodeValidatableResource
azurerm_key_vault_secret.kv - *terraform.NodeValidatableResource
azurerm_key_vault.kv_account - *terraform.NodeValidatableResource
azurerm_resource_group.main - *terraform.NodeValidatableResource
azurecaf_name.resource_group - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
var.sample_tag_value - *terraform.NodeRootVariable
data.azurerm_client_config.current - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
output.KEYVAULT_URI - *terraform.NodeApplyableOutput
azurerm_key_vault.kv_account - *terraform.NodeValidatableResource
output.RESOURCE_GROUP_NAME - *terraform.NodeApplyableOutput
azurerm_resource_group.main - *terraform.NodeValidatableResource
provider["registry.terraform.io/aztfmod/azurecaf"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/aztfmod/azurecaf"] (close) - *terraform.graphNodeCloseProvider
azurecaf_name.kv - *terraform.NodeValidatableResource
azurecaf_name.resource_group - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azurerm"] (close) - *terraform.graphNodeCloseProvider
azurerm_key_vault_secret.kv - *terraform.NodeValidatableResource
root - *terraform.nodeCloseModule
output.KEYVAULT_URI - *terraform.NodeApplyableOutput
output.RESOURCE_GROUP_NAME - *terraform.NodeApplyableOutput
provider["registry.terraform.io/aztfmod/azurecaf"] (close) - *terraform.graphNodeCloseProvider
provider["registry.terraform.io/hashicorp/azurerm"] (close) - *terraform.graphNodeCloseProvider
var.application_name - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.sample_tag_value - *terraform.NodeRootVariable
------
2022-02-28T22:51:40.610+0800 [DEBUG] Starting graph walk: walkValidate
2022-02-28T22:51:40.610+0800 [TRACE] vertex "var.location": starting visit (*terraform.NodeRootVariable)
2022-02-28T22:51:40.611+0800 [TRACE] vertex "var.sample_tag_value": starting visit (*terraform.NodeRootVariable)
2022-02-28T22:51:40.611+0800 [TRACE] vertex "var.sample_tag_value": visit complete
2022-02-28T22:51:40.611+0800 [TRACE] vertex "var.location": visit complete
2022-02-28T22:51:40.611+0800 [TRACE] vertex "provider[\"registry.terraform.io/aztfmod/azurecaf\"]": starting visit (*terraform.NodeApplyableProvider)
2022-02-28T22:51:40.611+0800 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/azurerm\"]": starting visit (*terraform.NodeApplyableProvider)
2022-02-28T22:51:40.611+0800 [TRACE] vertex "var.application_name": starting visit (*terraform.NodeRootVariable)
2022-02-28T22:51:40.611+0800 [TRACE] vertex "var.application_name": visit complete
2022-02-28T22:51:40.616+0800 [DEBUG] created provider logger: level=trace
2022-02-28T22:51:40.616+0800 [INFO] provider: configuring client automatic mTLS
2022-02-28T22:51:40.623+0800 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/aztfmod/azurecaf/1.2.10/linux_amd64/terraform-provider-azurecaf_v1.2.10 args=[.terraform/p
roviders/registry.terraform.io/aztfmod/azurecaf/1.2.10/linux_amd64/terraform-provider-azurecaf_v1.2.10]
2022-02-28T22:51:40.628+0800 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/aztfmod/azurecaf/1.2.10/linux_amd64/terraform-provider-azurecaf_v1.2.10 pid=1612
2022-02-28T22:51:40.628+0800 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/aztfmod/azurecaf/1.2.10/linux_amd64/terraform-provider-azurecaf_v1.2.10
2022-02-28T22:51:40.822+0800 [INFO] provider.terraform-provider-azurecaf_v1.2.10: configuring server automatic mTLS: timestamp=2022-02-28T22:51:40.822+0800
2022-02-28T22:51:40.837+0800 [DEBUG] provider.terraform-provider-azurecaf_v1.2.10: plugin address: address=/tmp/plugin78258607 network=unix timestamp=2022-02-28T22:51:40.837+0800
2022-02-28T22:51:40.837+0800 [DEBUG] provider: using plugin: version=5
2022-02-28T22:51:40.862+0800 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/aztfmod/azurecaf\"]" provider for provider["registry.terraform.io/aztfmod/azurecaf"]
2022-02-28T22:51:40.862+0800 [TRACE] NodeApplyableProvider: validating configuration for provider["registry.terraform.io/aztfmod/azurecaf"]
2022-02-28T22:51:40.862+0800 [TRACE] buildProviderConfig for provider["registry.terraform.io/aztfmod/azurecaf"]: no configuration at all
2022-02-28T22:51:40.862+0800 [TRACE] vertex "provider[\"registry.terraform.io/aztfmod/azurecaf\"]": visit complete
2022-02-28T22:51:40.862+0800 [TRACE] vertex "azurecaf_name.resource_group": starting visit (*terraform.NodeValidatableResource)
2022-02-28T22:51:40.862+0800 [TRACE] provider.stdio: waiting for stdio data
2022-02-28T22:51:40.862+0800 [TRACE] vertex "azurecaf_name.kv": starting visit (*terraform.NodeValidatableResource)
2022-02-28T22:51:40.866+0800 [DEBUG] created provider logger: level=trace
2022-02-28T22:51:40.866+0800 [INFO] provider: configuring client automatic mTLS
2022-02-28T22:51:40.874+0800 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/2.98.0/linux_amd64/terraform-provider-azurerm_v2.98.0_x5 args=[.terrafor
m/providers/registry.terraform.io/hashicorp/azurerm/2.98.0/linux_amd64/terraform-provider-azurerm_v2.98.0_x5]
2022-02-28T22:51:40.880+0800 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/2.98.0/linux_amd64/terraform-provider-azurerm_v2.98.0_x5 pid=1620
2022-02-28T22:51:40.881+0800 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/2.98.0/linux_amd64/terraform-provider-azurerm_v2.98.0_x5
2022-02-28T22:51:41.429+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "AAD B2C"..: timestamp=2022-02-28T22:51:41.428+0800
2022-02-28T22:51:41.429+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "AAD B2C"..: timestamp=2022-02-28T22:51:41.429+0800
2022-02-28T22:51:41.433+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "API Management"..: timestamp=2022-02-28T22:51:41.433+0800
2022-02-28T22:51:41.433+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "API Management"..: timestamp=2022-02-28T22:51:41.433+0800
2022-02-28T22:51:41.436+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "App Configuration"..: timestamp=2022-02-28T22:51:41.436+0800
2022-02-28T22:51:41.436+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "App Configuration"..: timestamp=2022-02-28T22:51:41.436+0800
2022-02-28T22:51:41.444+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "AppService"..: timestamp=2022-02-28T22:51:41.444+0800
2022-02-28T22:51:41.445+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "AppService"..: timestamp=2022-02-28T22:51:41.444+0800
2022-02-28T22:51:41.447+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Batch"..: timestamp=2022-02-28T22:51:41.447+0800
2022-02-28T22:51:41.447+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Batch"..: timestamp=2022-02-28T22:51:41.447+0800
2022-02-28T22:51:41.455+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Bot"..: timestamp=2022-02-28T22:51:41.454+0800
2022-02-28T22:51:41.455+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Bot"..: timestamp=2022-02-28T22:51:41.454+0800
2022-02-28T22:51:41.457+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Consumption"..: timestamp=2022-02-28T22:51:41.457+0800
2022-02-28T22:51:41.457+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Consumption"..: timestamp=2022-02-28T22:51:41.457+0800
2022-02-28T22:51:41.458+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Container Services"..: timestamp=2022-02-28T22:51:41.458+0800
2022-02-28T22:51:41.458+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Container Services"..: timestamp=2022-02-28T22:51:41.458+0800
2022-02-28T22:51:41.463+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Cost Management"..: timestamp=2022-02-28T22:51:41.463+0800
2022-02-28T22:51:41.463+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Cost Management"..: timestamp=2022-02-28T22:51:41.463+0800
2022-02-28T22:51:41.464+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Disks"..: timestamp=2022-02-28T22:51:41.464+0800
2022-02-28T22:51:41.465+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Disks"..: timestamp=2022-02-28T22:51:41.464+0800
2022-02-28T22:51:41.469+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "EventHub"..: timestamp=2022-02-28T22:51:41.469+0800
2022-02-28T22:51:41.469+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "EventHub"..: timestamp=2022-02-28T22:51:41.469+0800
2022-02-28T22:51:41.489+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Load Balancer"..: timestamp=2022-02-28T22:51:41.489+0800
2022-02-28T22:51:41.489+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Load Balancer"..: timestamp=2022-02-28T22:51:41.489+0800
2022-02-28T22:51:41.497+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Load Test"..: timestamp=2022-02-28T22:51:41.497+0800
2022-02-28T22:51:41.497+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Load Test"..: timestamp=2022-02-28T22:51:41.497+0800
2022-02-28T22:51:41.500+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Microsoft SQL Server / Azure SQL"..: timestamp=2022-02-28T22:51:41.500+0800
2022-02-28T22:51:41.502+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Microsoft SQL Server / Azure SQL"..: timestamp=2022-02-28T22:51:41.502+0800
2022-02-28T22:51:41.504+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Policy"..: timestamp=2022-02-28T22:51:41.504+0800
2022-02-28T22:51:41.504+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Policy"..: timestamp=2022-02-28T22:51:41.504+0800
2022-02-28T22:51:41.509+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Resources"..: timestamp=2022-02-28T22:51:41.509+0800
2022-02-28T22:51:41.509+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Resources"..: timestamp=2022-02-28T22:51:41.509+0800
2022-02-28T22:51:41.516+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Sentinel"..: timestamp=2022-02-28T22:51:41.516+0800
2022-02-28T22:51:41.516+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Sentinel"..: timestamp=2022-02-28T22:51:41.516+0800
2022-02-28T22:51:41.518+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Service Fabric Managed Clusters"..: timestamp=2022-02-28T22:51:41.518+0800
2022-02-28T22:51:41.518+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Service Fabric Managed Clusters"..: timestamp=2022-02-28T22:51:41.518+0800
2022-02-28T22:51:41.521+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Stream Analytics"..: timestamp=2022-02-28T22:51:41.521+0800
2022-02-28T22:51:41.521+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Stream Analytics"..: timestamp=2022-02-28T22:51:41.521+0800
2022-02-28T22:51:41.523+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Web"..: timestamp=2022-02-28T22:51:41.523+0800
2022-02-28T22:51:41.525+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Web"..: timestamp=2022-02-28T22:51:41.525+0800
2022-02-28T22:51:41.525+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Advisor"..: timestamp=2022-02-28T22:51:41.525+0800
2022-02-28T22:51:41.527+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Advisor"..: timestamp=2022-02-28T22:51:41.527+0800
2022-02-28T22:51:41.528+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Analysis Services"..: timestamp=2022-02-28T22:51:41.528+0800
2022-02-28T22:51:41.528+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Analysis Services"..: timestamp=2022-02-28T22:51:41.528+0800
2022-02-28T22:51:41.528+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "API Management"..: timestamp=2022-02-28T22:51:41.528+0800
2022-02-28T22:51:41.533+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "API Management"..: timestamp=2022-02-28T22:51:41.533+0800
2022-02-28T22:51:41.541+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "App Configuration"..: timestamp=2022-02-28T22:51:41.541+0800
2022-02-28T22:51:41.541+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "App Configuration"..: timestamp=2022-02-28T22:51:41.541+0800
2022-02-28T22:51:41.544+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Spring Cloud"..: timestamp=2022-02-28T22:51:41.544+0800
2022-02-28T22:51:41.546+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Spring Cloud"..: timestamp=2022-02-28T22:51:41.546+0800
2022-02-28T22:51:41.546+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Application Insights"..: timestamp=2022-02-28T22:51:41.546+0800
2022-02-28T22:51:41.546+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Application Insights"..: timestamp=2022-02-28T22:51:41.546+0800
2022-02-28T22:51:41.546+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Attestation"..: timestamp=2022-02-28T22:51:41.546+0800
2022-02-28T22:51:41.546+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Attestation"..: timestamp=2022-02-28T22:51:41.546+0800
2022-02-28T22:51:41.547+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Authorization"..: timestamp=2022-02-28T22:51:41.547+0800
2022-02-28T22:51:41.547+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Authorization"..: timestamp=2022-02-28T22:51:41.547+0800
2022-02-28T22:51:41.548+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Automation"..: timestamp=2022-02-28T22:51:41.548+0800
2022-02-28T22:51:41.548+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Automation"..: timestamp=2022-02-28T22:51:41.548+0800
2022-02-28T22:51:41.551+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Azure Stack HCI"..: timestamp=2022-02-28T22:51:41.550+0800
2022-02-28T22:51:41.551+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Azure Stack HCI"..: timestamp=2022-02-28T22:51:41.551+0800
2022-02-28T22:51:41.551+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Batch"..: timestamp=2022-02-28T22:51:41.551+0800
2022-02-28T22:51:41.551+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Batch"..: timestamp=2022-02-28T22:51:41.551+0800
2022-02-28T22:51:41.551+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Billing"..: timestamp=2022-02-28T22:51:41.551+0800
2022-02-28T22:51:41.551+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Billing"..: timestamp=2022-02-28T22:51:41.551+0800
2022-02-28T22:51:41.551+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Blueprints"..: timestamp=2022-02-28T22:51:41.551+0800
2022-02-28T22:51:41.552+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Blueprints"..: timestamp=2022-02-28T22:51:41.552+0800
2022-02-28T22:51:41.552+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Bot"..: timestamp=2022-02-28T22:51:41.552+0800
2022-02-28T22:51:41.552+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Bot"..: timestamp=2022-02-28T22:51:41.552+0800
2022-02-28T22:51:41.552+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "CDN"..: timestamp=2022-02-28T22:51:41.552+0800
2022-02-28T22:51:41.552+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "CDN"..: timestamp=2022-02-28T22:51:41.552+0800
2022-02-28T22:51:41.562+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Cognitive Services"..: timestamp=2022-02-28T22:51:41.562+0800
2022-02-28T22:51:41.562+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Cognitive Services"..: timestamp=2022-02-28T22:51:41.562+0800
2022-02-28T22:51:41.564+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Communication"..: timestamp=2022-02-28T22:51:41.564+0800
2022-02-28T22:51:41.564+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Communication"..: timestamp=2022-02-28T22:51:41.564+0800
2022-02-28T22:51:41.566+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Compute"..: timestamp=2022-02-28T22:51:41.566+0800
2022-02-28T22:51:41.576+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Compute"..: timestamp=2022-02-28T22:51:41.576+0800
2022-02-28T22:51:41.577+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Container Services"..: timestamp=2022-02-28T22:51:41.577+0800
2022-02-28T22:51:41.579+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Container Services"..: timestamp=2022-02-28T22:51:41.579+0800
2022-02-28T22:51:41.587+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Consumption"..: timestamp=2022-02-28T22:51:41.587+0800
2022-02-28T22:51:41.587+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Consumption"..: timestamp=2022-02-28T22:51:41.587+0800
2022-02-28T22:51:41.587+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "CosmosDB"..: timestamp=2022-02-28T22:51:41.587+0800
2022-02-28T22:51:41.589+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "CosmosDB"..: timestamp=2022-02-28T22:51:41.589+0800
2022-02-28T22:51:41.593+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Cost Management"..: timestamp=2022-02-28T22:51:41.593+0800
2022-02-28T22:51:41.593+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Cost Management"..: timestamp=2022-02-28T22:51:41.593+0800
2022-02-28T22:51:41.593+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Custom Providers"..: timestamp=2022-02-28T22:51:41.593+0800
2022-02-28T22:51:41.593+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Custom Providers"..: timestamp=2022-02-28T22:51:41.593+0800
2022-02-28T22:51:41.593+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "DataBricks"..: timestamp=2022-02-28T22:51:41.593+0800
2022-02-28T22:51:41.593+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "DataBricks"..: timestamp=2022-02-28T22:51:41.593+0800
2022-02-28T22:51:41.595+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Data Factory"..: timestamp=2022-02-28T22:51:41.595+0800
2022-02-28T22:51:41.596+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Data Factory"..: timestamp=2022-02-28T22:51:41.596+0800
2022-02-28T22:51:41.611+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Data Lake"..: timestamp=2022-02-28T22:51:41.611+0800
2022-02-28T22:51:41.611+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Data Lake"..: timestamp=2022-02-28T22:51:41.611+0800
2022-02-28T22:51:41.613+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Database Migration"..: timestamp=2022-02-28T22:51:41.613+0800
2022-02-28T22:51:41.613+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Database Migration"..: timestamp=2022-02-28T22:51:41.613+0800
2022-02-28T22:51:41.613+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Databox Edge"..: timestamp=2022-02-28T22:51:41.613+0800
2022-02-28T22:51:41.613+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Databox Edge"..: timestamp=2022-02-28T22:51:41.613+0800
2022-02-28T22:51:41.613+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "DataProtection"..: timestamp=2022-02-28T22:51:41.613+0800
2022-02-28T22:51:41.614+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "DataProtection"..: timestamp=2022-02-28T22:51:41.613+0800
2022-02-28T22:51:41.617+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Data Share"..: timestamp=2022-02-28T22:51:41.616+0800
2022-02-28T22:51:41.617+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Data Share"..: timestamp=2022-02-28T22:51:41.617+0800
2022-02-28T22:51:41.620+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Desktop Virtualization"..: timestamp=2022-02-28T22:51:41.620+0800
2022-02-28T22:51:41.620+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Desktop Virtualization"..: timestamp=2022-02-28T22:51:41.620+0800
2022-02-28T22:51:41.624+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "DevSpaces"..: timestamp=2022-02-28T22:51:41.624+0800
2022-02-28T22:51:41.624+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "DevSpaces"..: timestamp=2022-02-28T22:51:41.624+0800
2022-02-28T22:51:41.624+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Dev Test"..: timestamp=2022-02-28T22:51:41.624+0800
2022-02-28T22:51:41.626+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Dev Test"..: timestamp=2022-02-28T22:51:41.626+0800
2022-02-28T22:51:41.626+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Digital Twins"..: timestamp=2022-02-28T22:51:41.626+0800
2022-02-28T22:51:41.626+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Digital Twins"..: timestamp=2022-02-28T22:51:41.626+0800
2022-02-28T22:51:41.626+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "DNS"..: timestamp=2022-02-28T22:51:41.626+0800
2022-02-28T22:51:41.626+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "DNS"..: timestamp=2022-02-28T22:51:41.626+0800
2022-02-28T22:51:41.628+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "DomainServices"..: timestamp=2022-02-28T22:51:41.628+0800
2022-02-28T22:51:41.628+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "DomainServices"..: timestamp=2022-02-28T22:51:41.628+0800
2022-02-28T22:51:41.628+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "EventGrid"..: timestamp=2022-02-28T22:51:41.628+0800
2022-02-28T22:51:41.628+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "EventGrid"..: timestamp=2022-02-28T22:51:41.628+0800
2022-02-28T22:51:41.628+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "EventHub"..: timestamp=2022-02-28T22:51:41.628+0800
2022-02-28T22:51:41.631+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "EventHub"..: timestamp=2022-02-28T22:51:41.631+0800
2022-02-28T22:51:41.633+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Firewall"..: timestamp=2022-02-28T22:51:41.633+0800
2022-02-28T22:51:41.634+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Firewall"..: timestamp=2022-02-28T22:51:41.634+0800
2022-02-28T22:51:41.635+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "FrontDoor"..: timestamp=2022-02-28T22:51:41.635+0800
2022-02-28T22:51:41.635+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "FrontDoor"..: timestamp=2022-02-28T22:51:41.635+0800
2022-02-28T22:51:41.638+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "HPC Cache"..: timestamp=2022-02-28T22:51:41.638+0800
2022-02-28T22:51:41.638+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "HPC Cache"..: timestamp=2022-02-28T22:51:41.638+0800
2022-02-28T22:51:41.638+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Hardware Security Module"..: timestamp=2022-02-28T22:51:41.638+0800
2022-02-28T22:51:41.638+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Hardware Security Module"..: timestamp=2022-02-28T22:51:41.638+0800
2022-02-28T22:51:41.638+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "HDInsight"..: timestamp=2022-02-28T22:51:41.638+0800
2022-02-28T22:51:41.638+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "HDInsight"..: timestamp=2022-02-28T22:51:41.638+0800
2022-02-28T22:51:41.639+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Health Care"..: timestamp=2022-02-28T22:51:41.639+0800
2022-02-28T22:51:41.639+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Health Care"..: timestamp=2022-02-28T22:51:41.639+0800
2022-02-28T22:51:41.641+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "IoT Hub"..: timestamp=2022-02-28T22:51:41.641+0800
2022-02-28T22:51:41.644+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "IoT Hub"..: timestamp=2022-02-28T22:51:41.644+0800
2022-02-28T22:51:41.646+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "IoT Central"..: timestamp=2022-02-28T22:51:41.646+0800
2022-02-28T22:51:41.646+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "IoT Central"..: timestamp=2022-02-28T22:51:41.646+0800
2022-02-28T22:51:41.649+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "KeyVault"..: timestamp=2022-02-28T22:51:41.649+0800
2022-02-28T22:51:41.652+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "KeyVault"..: timestamp=2022-02-28T22:51:41.652+0800
2022-02-28T22:51:41.654+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Kusto"..: timestamp=2022-02-28T22:51:41.654+0800
2022-02-28T22:51:41.654+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Kusto"..: timestamp=2022-02-28T22:51:41.654+0800
2022-02-28T22:51:41.655+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Legacy"..: timestamp=2022-02-28T22:51:41.655+0800
2022-02-28T22:51:41.655+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Legacy"..: timestamp=2022-02-28T22:51:41.655+0800
2022-02-28T22:51:41.656+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Load Balancer"..: timestamp=2022-02-28T22:51:41.656+0800
2022-02-28T22:51:41.656+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Load Balancer"..: timestamp=2022-02-28T22:51:41.656+0800
2022-02-28T22:51:41.657+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Log Analytics"..: timestamp=2022-02-28T22:51:41.657+0800
2022-02-28T22:51:41.657+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Log Analytics"..: timestamp=2022-02-28T22:51:41.657+0800
2022-02-28T22:51:41.659+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Logic"..: timestamp=2022-02-28T22:51:41.659+0800
2022-02-28T22:51:41.663+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Logic"..: timestamp=2022-02-28T22:51:41.663+0800
2022-02-28T22:51:41.669+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Logz"..: timestamp=2022-02-28T22:51:41.669+0800
2022-02-28T22:51:41.669+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Logz"..: timestamp=2022-02-28T22:51:41.669+0800
2022-02-28T22:51:41.669+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Machine Learning"..: timestamp=2022-02-28T22:51:41.669+0800
2022-02-28T22:51:41.669+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Machine Learning"..: timestamp=2022-02-28T22:51:41.669+0800
2022-02-28T22:51:41.669+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Maintenance"..: timestamp=2022-02-28T22:51:41.669+0800
2022-02-28T22:51:41.669+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Maintenance"..: timestamp=2022-02-28T22:51:41.669+0800
2022-02-28T22:51:41.671+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Managed Applications"..: timestamp=2022-02-28T22:51:41.671+0800
2022-02-28T22:51:41.671+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Managed Applications"..: timestamp=2022-02-28T22:51:41.671+0800
2022-02-28T22:51:41.671+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Lighthouse"..: timestamp=2022-02-28T22:51:41.671+0800
2022-02-28T22:51:41.671+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Lighthouse"..: timestamp=2022-02-28T22:51:41.671+0800
2022-02-28T22:51:41.671+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Management Group"..: timestamp=2022-02-28T22:51:41.671+0800
2022-02-28T22:51:41.674+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Management Group"..: timestamp=2022-02-28T22:51:41.674+0800
2022-02-28T22:51:41.674+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Maps"..: timestamp=2022-02-28T22:51:41.674+0800
2022-02-28T22:51:41.674+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Maps"..: timestamp=2022-02-28T22:51:41.674+0800
2022-02-28T22:51:41.674+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "MariaDB"..: timestamp=2022-02-28T22:51:41.674+0800
2022-02-28T22:51:41.674+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "MariaDB"..: timestamp=2022-02-28T22:51:41.674+0800
2022-02-28T22:51:41.676+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Media"..: timestamp=2022-02-28T22:51:41.676+0800
2022-02-28T22:51:41.676+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Media"..: timestamp=2022-02-28T22:51:41.676+0800
2022-02-28T22:51:41.678+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Mixed Reality"..: timestamp=2022-02-28T22:51:41.678+0800
2022-02-28T22:51:41.679+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Mixed Reality"..: timestamp=2022-02-28T22:51:41.678+0800
2022-02-28T22:51:41.679+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Monitor"..: timestamp=2022-02-28T22:51:41.678+0800
2022-02-28T22:51:41.692+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Monitor"..: timestamp=2022-02-28T22:51:41.691+0800
2022-02-28T22:51:41.693+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Managed Service Identities"..: timestamp=2022-02-28T22:51:41.693+0800
2022-02-28T22:51:41.693+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Managed Service Identities"..: timestamp=2022-02-28T22:51:41.693+0800
2022-02-28T22:51:41.693+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Microsoft SQL Server / Azure SQL"..: timestamp=2022-02-28T22:51:41.693+0800
2022-02-28T22:51:41.693+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Microsoft SQL Server / Azure SQL"..: timestamp=2022-02-28T22:51:41.693+0800
2022-02-28T22:51:41.698+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "MySQL"..: timestamp=2022-02-28T22:51:41.698+0800
2022-02-28T22:51:41.698+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "MySQL"..: timestamp=2022-02-28T22:51:41.698+0800
2022-02-28T22:51:41.700+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "NetApp"..: timestamp=2022-02-28T22:51:41.700+0800
2022-02-28T22:51:41.700+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "NetApp"..: timestamp=2022-02-28T22:51:41.700+0800
2022-02-28T22:51:41.701+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Network"..: timestamp=2022-02-28T22:51:41.700+0800
2022-02-28T22:51:41.726+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Network"..: timestamp=2022-02-28T22:51:41.726+0800
2022-02-28T22:51:41.729+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Notification Hub"..: timestamp=2022-02-28T22:51:41.729+0800
2022-02-28T22:51:41.729+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Notification Hub"..: timestamp=2022-02-28T22:51:41.729+0800
2022-02-28T22:51:41.729+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Policy"..: timestamp=2022-02-28T22:51:41.729+0800
2022-02-28T22:51:41.731+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Policy"..: timestamp=2022-02-28T22:51:41.731+0800
2022-02-28T22:51:41.731+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Portal"..: timestamp=2022-02-28T22:51:41.731+0800
2022-02-28T22:51:41.731+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Portal"..: timestamp=2022-02-28T22:51:41.731+0800
2022-02-28T22:51:41.732+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "PostgreSQL"..: timestamp=2022-02-28T22:51:41.732+0800
2022-02-28T22:51:41.732+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "PostgreSQL"..: timestamp=2022-02-28T22:51:41.732+0800
2022-02-28T22:51:41.733+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "PowerBI"..: timestamp=2022-02-28T22:51:41.732+0800
2022-02-28T22:51:41.733+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "PowerBI"..: timestamp=2022-02-28T22:51:41.733+0800
2022-02-28T22:51:41.734+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Private DNS"..: timestamp=2022-02-28T22:51:41.734+0800
2022-02-28T22:51:41.734+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Private DNS"..: timestamp=2022-02-28T22:51:41.734+0800
2022-02-28T22:51:41.734+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Purview"..: timestamp=2022-02-28T22:51:41.734+0800
2022-02-28T22:51:41.734+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Purview"..: timestamp=2022-02-28T22:51:41.734+0800
2022-02-28T22:51:41.737+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Recovery Services"..: timestamp=2022-02-28T22:51:41.736+0800
2022-02-28T22:51:41.739+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Recovery Services"..: timestamp=2022-02-28T22:51:41.739+0800
2022-02-28T22:51:41.741+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Redis"..: timestamp=2022-02-28T22:51:41.740+0800
2022-02-28T22:51:41.741+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Redis"..: timestamp=2022-02-28T22:51:41.741+0800
2022-02-28T22:51:41.741+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Redis Enterprise"..: timestamp=2022-02-28T22:51:41.741+0800
2022-02-28T22:51:41.741+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Redis Enterprise"..: timestamp=2022-02-28T22:51:41.741+0800
2022-02-28T22:51:41.741+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Relay"..: timestamp=2022-02-28T22:51:41.741+0800
2022-02-28T22:51:41.741+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Relay"..: timestamp=2022-02-28T22:51:41.741+0800
2022-02-28T22:51:41.741+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Resources"..: timestamp=2022-02-28T22:51:41.741+0800
2022-02-28T22:51:41.741+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Resources"..: timestamp=2022-02-28T22:51:41.741+0800
2022-02-28T22:51:41.741+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Search"..: timestamp=2022-02-28T22:51:41.741+0800
2022-02-28T22:51:41.741+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Search"..: timestamp=2022-02-28T22:51:41.741+0800
2022-02-28T22:51:41.745+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Security Center"..: timestamp=2022-02-28T22:51:41.745+0800
2022-02-28T22:51:41.745+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Security Center"..: timestamp=2022-02-28T22:51:41.745+0800
2022-02-28T22:51:41.746+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Sentinel"..: timestamp=2022-02-28T22:51:41.746+0800
2022-02-28T22:51:41.747+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Sentinel"..: timestamp=2022-02-28T22:51:41.747+0800
2022-02-28T22:51:41.749+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "ServiceBus"..: timestamp=2022-02-28T22:51:41.749+0800
2022-02-28T22:51:41.749+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "ServiceBus"..: timestamp=2022-02-28T22:51:41.749+0800
2022-02-28T22:51:41.753+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Service Fabric"..: timestamp=2022-02-28T22:51:41.753+0800
2022-02-28T22:51:41.753+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Service Fabric"..: timestamp=2022-02-28T22:51:41.753+0800
2022-02-28T22:51:41.753+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Service Fabric Mesh"..: timestamp=2022-02-28T22:51:41.753+0800
2022-02-28T22:51:41.753+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Service Fabric Mesh"..: timestamp=2022-02-28T22:51:41.753+0800
2022-02-28T22:51:41.755+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "SignalR"..: timestamp=2022-02-28T22:51:41.755+0800
2022-02-28T22:51:41.755+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "SignalR"..: timestamp=2022-02-28T22:51:41.755+0800
2022-02-28T22:51:41.758+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "SQL"..: timestamp=2022-02-28T22:51:41.758+0800
2022-02-28T22:51:41.759+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "SQL"..: timestamp=2022-02-28T22:51:41.759+0800
2022-02-28T22:51:41.759+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Storage"..: timestamp=2022-02-28T22:51:41.759+0800
2022-02-28T22:51:41.764+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Storage"..: timestamp=2022-02-28T22:51:41.764+0800
2022-02-28T22:51:41.766+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Stream Analytics"..: timestamp=2022-02-28T22:51:41.766+0800
2022-02-28T22:51:41.766+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Stream Analytics"..: timestamp=2022-02-28T22:51:41.766+0800
2022-02-28T22:51:41.767+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Subscription"..: timestamp=2022-02-28T22:51:41.767+0800
2022-02-28T22:51:41.767+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Subscription"..: timestamp=2022-02-28T22:51:41.767+0800
2022-02-28T22:51:41.770+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Synapse"..: timestamp=2022-02-28T22:51:41.770+0800
2022-02-28T22:51:41.771+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Synapse"..: timestamp=2022-02-28T22:51:41.771+0800
2022-02-28T22:51:41.772+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Time Series Insights"..: timestamp=2022-02-28T22:51:41.771+0800
2022-02-28T22:51:41.772+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Time Series Insights"..: timestamp=2022-02-28T22:51:41.771+0800
2022-02-28T22:51:41.775+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Traffic Manager"..: timestamp=2022-02-28T22:51:41.775+0800
2022-02-28T22:51:41.775+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Traffic Manager"..: timestamp=2022-02-28T22:51:41.775+0800
2022-02-28T22:51:41.775+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Video Analyzer"..: timestamp=2022-02-28T22:51:41.775+0800
2022-02-28T22:51:41.775+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Video Analyzer"..: timestamp=2022-02-28T22:51:41.775+0800
2022-02-28T22:51:41.775+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "VMware"..: timestamp=2022-02-28T22:51:41.775+0800
2022-02-28T22:51:41.775+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "VMware"..: timestamp=2022-02-28T22:51:41.775+0800
2022-02-28T22:51:41.775+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Web"..: timestamp=2022-02-28T22:51:41.775+0800
2022-02-28T22:51:41.781+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Web"..: timestamp=2022-02-28T22:51:41.781+0800
2022-02-28T22:51:41.781+0800 [INFO] provider.terraform-provider-azurerm_v2.98.0_x5: configuring server automatic mTLS: timestamp=2022-02-28T22:51:41.781+0800
2022-02-28T22:51:41.795+0800 [DEBUG] provider: using plugin: version=5
2022-02-28T22:51:41.795+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: plugin address: address=/tmp/plugin324034084 network=unix timestamp=2022-02-28T22:51:41.795+0800
2022-02-28T22:51:41.818+0800 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/azurerm\"]" provider for provider["registry.terraform.io/hashicorp/azurerm"]
2022-02-28T22:51:41.818+0800 [TRACE] NodeApplyableProvider: validating configuration for provider["registry.terraform.io/hashicorp/azurerm"]
2022-02-28T22:51:41.818+0800 [TRACE] provider.stdio: waiting for stdio data
2022-02-28T22:51:41.818+0800 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/azurerm"]: using explicit config only
2022-02-28T22:51:41.818+0800 [TRACE] GRPCProvider: GetProviderSchema
2022-02-28T22:51:41.818+0800 [TRACE] GRPCProvider: ValidateResourceConfig
2022-02-28T22:51:41.818+0800 [TRACE] GRPCProvider: GetProviderSchema
2022-02-28T22:51:41.818+0800 [TRACE] GRPCProvider: ValidateResourceConfig
2022-02-28T22:51:41.824+0800 [TRACE] vertex "azurecaf_name.kv": visit complete
2022-02-28T22:51:41.824+0800 [TRACE] vertex "azurecaf_name.resource_group": visit complete
2022-02-28T22:51:41.825+0800 [TRACE] vertex "provider[\"registry.terraform.io/aztfmod/azurecaf\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2022-02-28T22:51:41.825+0800 [TRACE] GRPCProvider: Close
2022-02-28T22:51:41.825+0800 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2022-02-28T22:51:41.827+0800 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/aztfmod/azurecaf/1.2.10/linux_amd64/terraform-provider-azurecaf_v1.2.10 pid=1612
2022-02-28T22:51:41.827+0800 [DEBUG] provider: plugin exited
2022-02-28T22:51:41.827+0800 [TRACE] vertex "provider[\"registry.terraform.io/aztfmod/azurecaf\"] (close)": visit complete
2022-02-28T22:51:41.834+0800 [TRACE] provider.terraform-provider-azurerm_v2.98.0_x5: Received request: @module=sdk.proto tf_req_id=71c7fd36-a7fe-3317-9ec6-a9b910525260 @caller=/opt/teamcity-agent/work/5
d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-azurerm/vendor/github.com/hashicorp/terraform-plugin-go/tfprotov5/tf5server/server.go:329 tf_proto_version=5 tf_provider_addr=provid
er tf_rpc=GetSchema timestamp=2022-02-28T22:51:41.830+0800
2022-02-28T22:51:41.834+0800 [TRACE] provider.terraform-provider-azurerm_v2.98.0_x5: Calling downstream: tf_proto_version=5 tf_provider_addr=provider tf_req_id=71c7fd36-a7fe-3317-9ec6-a9b910525260 @modu
le=sdk.proto tf_rpc=GetSchema @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-azurerm/vendor/github.com/hashicorp/terraform-plugin-go/tfprotov5/tf
5server/server.go:336 timestamp=2022-02-28T22:51:41.834+0800
2022-02-28T22:51:41.847+0800 [TRACE] provider.terraform-provider-azurerm_v2.98.0_x5: Called downstream: tf_rpc=GetSchema @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-provid
ers/terraform-provider-azurerm/vendor/github.com/hashicorp/terraform-plugin-go/tfprotov5/tf5server/server.go:342 @module=sdk.proto tf_proto_version=5 tf_provider_addr=provider tf_req_id=71c7fd36-a7fe-33
17-9ec6-a9b910525260 timestamp=2022-02-28T22:51:41.847+0800
2022-02-28T22:51:41.863+0800 [TRACE] provider.terraform-provider-azurerm_v2.98.0_x5: Served request: @module=sdk.proto tf_proto_version=5 @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com
/terraform-providers/terraform-provider-azurerm/vendor/github.com/hashicorp/terraform-plugin-go/tfprotov5/tf5server/server.go:348 tf_provider_addr=provider tf_req_id=71c7fd36-a7fe-3317-9ec6-a9b910525260
tf_rpc=GetSchema timestamp=2022-02-28T22:51:41.862+0800
2022-02-28T22:51:41.904+0800 [TRACE] GRPCProvider: ValidateProviderConfig
2022-02-28T22:51:41.904+0800 [TRACE] provider.terraform-provider-azurerm_v2.98.0_x5: Received request: tf_provider_addr=provider tf_req_id=fbfc9421-8f1d-8aee-ec28-c19f1fa1c0f2 tf_rpc=PrepareProviderConf
ig @module=sdk.proto @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-azurerm/vendor/github.com/hashicorp/terraform-plugin-go/tfprotov5/tf5server/s
erver.go:354 tf_proto_version=5 timestamp=2022-02-28T22:51:41.904+0800
2022-02-28T22:51:41.904+0800 [TRACE] provider.terraform-provider-azurerm_v2.98.0_x5: Calling downstream: @module=sdk.proto @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-prov
iders/terraform-provider-azurerm/vendor/github.com/hashicorp/terraform-plugin-go/tfprotov5/tf5server/server.go:361 tf_proto_version=5 tf_provider_addr=provider tf_req_id=fbfc9421-8f1d-8aee-ec28-c19f1fa1
c0f2 tf_rpc=PrepareProviderConfig timestamp=2022-02-28T22:51:41.904+0800
2022-02-28T22:51:41.951+0800 [TRACE] provider.terraform-provider-azurerm_v2.98.0_x5: Called downstream: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-pro
vider-azurerm/vendor/github.com/hashicorp/terraform-plugin-go/tfprotov5/tf5server/server.go:367 tf_proto_version=5 tf_rpc=PrepareProviderConfig @module=sdk.proto tf_provider_addr=provider tf_req_id=fbfc
9421-8f1d-8aee-ec28-c19f1fa1c0f2 timestamp=2022-02-28T22:51:41.951+0800
2022-02-28T22:51:41.951+0800 [TRACE] provider.terraform-provider-azurerm_v2.98.0_x5: Served request: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provid
er-azurerm/vendor/github.com/hashicorp/terraform-plugin-go/tfprotov5/tf5server/server.go:373 tf_proto_version=5 tf_rpc=PrepareProviderConfig @module=sdk.proto tf_provider_addr=provider tf_req_id=fbfc942
1-8f1d-8aee-ec28-c19f1fa1c0f2 timestamp=2022-02-28T22:51:41.951+0800
2022-02-28T22:51:41.951+0800 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/azurerm\"]": visit complete
2022-02-28T22:51:41.951+0800 [TRACE] vertex "data.azurerm_client_config.current": starting visit (*terraform.NodeValidatableResource)
2022-02-28T22:51:41.951+0800 [TRACE] GRPCProvider: ValidateDataResourceConfig
2022-02-28T22:51:41.952+0800 [TRACE] vertex "azurerm_resource_group.main": starting visit (*terraform.NodeValidatableResource)
2022-02-28T22:51:41.952+0800 [TRACE] GRPCProvider: ValidateResourceConfig
2022-02-28T22:51:41.952+0800 [TRACE] provider.terraform-provider-azurerm_v2.98.0_x5: Received request: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-prov
ider-azurerm/vendor/github.com/hashicorp/terraform-plugin-go/tfprotov5/tf5server/server.go:445 @module=sdk.proto tf_proto_version=5 tf_provider_addr=provider tf_rpc=ValidateDataSourceConfig tf_data_sour
ce_type=azurerm_client_config tf_req_id=282d3a58-f08f-dde7-27af-d3389b478402 timestamp=2022-02-28T22:51:41.952+0800
2022-02-28T22:51:41.952+0800 [TRACE] provider.terraform-provider-azurerm_v2.98.0_x5: Calling downstream: @module=sdk.proto tf_data_source_type=azurerm_client_config tf_req_id=282d3a58-f08f-dde7-27af-d33
89b478402 tf_rpc=ValidateDataSourceConfig tf_proto_version=5 tf_provider_addr=provider @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-azurerm/ven
dor/github.com/hashicorp/terraform-plugin-go/tfprotov5/tf5server/server.go:452 timestamp=2022-02-28T22:51:41.952+0800
2022-02-28T22:51:41.952+0800 [TRACE] provider.terraform-provider-azurerm_v2.98.0_x5: Received request: tf_proto_version=5 tf_provider_addr=provider tf_resource_type=azurerm_resource_group @caller=/opt/t
eamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-azurerm/vendor/github.com/hashicorp/terraform-plugin-go/tfprotov5/tf5server/server.go:495 @module=sdk.proto tf_r
eq_id=ba7c8df0-d01f-b180-77cd-b4b61bc5e5f8 tf_rpc=ValidateResourceTypeConfig timestamp=2022-02-28T22:51:41.952+0800
2022-02-28T22:51:41.952+0800 [TRACE] provider.terraform-provider-azurerm_v2.98.0_x5: Calling downstream: @module=sdk.proto tf_provider_addr=provider tf_req_id=ba7c8df0-d01f-b180-77cd-b4b61bc5e5f8 tf_rpc
=ValidateResourceTypeConfig @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-azurerm/vendor/github.com/hashicorp/terraform-plugin-go/tfprotov5/tf5s
erver/server.go:502 tf_resource_type=azurerm_resource_group tf_proto_version=5 timestamp=2022-02-28T22:51:41.952+0800
2022-02-28T22:51:41.952+0800 [TRACE] provider.terraform-provider-azurerm_v2.98.0_x5: Called downstream: @module=sdk.proto tf_provider_addr=provider tf_rpc=ValidateResourceTypeConfig tf_proto_version=5 t
f_req_id=ba7c8df0-d01f-b180-77cd-b4b61bc5e5f8 tf_resource_type=azurerm_resource_group @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-azurerm/vend
or/github.com/hashicorp/terraform-plugin-go/tfprotov5/tf5server/server.go:508 timestamp=2022-02-28T22:51:41.952+0800
2022-02-28T22:51:41.952+0800 [TRACE] provider.terraform-provider-azurerm_v2.98.0_x5: Served request: tf_rpc=ValidateResourceTypeConfig tf_provider_addr=provider tf_req_id=ba7c8df0-d01f-b180-77cd-b4b61bc
5e5f8 tf_proto_version=5 tf_resource_type=azurerm_resource_group @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-azurerm/vendor/github.com/hashico
rp/terraform-plugin-go/tfprotov5/tf5server/server.go:514 @module=sdk.proto timestamp=2022-02-28T22:51:41.952+0800
2022-02-28T22:51:41.953+0800 [TRACE] vertex "azurerm_resource_group.main": visit complete
2022-02-28T22:51:41.953+0800 [TRACE] vertex "output.RESOURCE_GROUP_NAME": starting visit (*terraform.NodeApplyableOutput)
2022-02-28T22:51:41.953+0800 [TRACE] setValue: Saving Create change for output.RESOURCE_GROUP_NAME in changeset
2022-02-28T22:51:41.953+0800 [TRACE] setValue: Removing output.RESOURCE_GROUP_NAME from state (it is now null)
2022-02-28T22:51:41.953+0800 [TRACE] vertex "output.RESOURCE_GROUP_NAME": visit complete
2022-02-28T22:51:41.958+0800 [TRACE] provider.terraform-provider-azurerm_v2.98.0_x5: Called downstream: tf_provider_addr=provider @module=sdk.proto tf_data_source_type=azurerm_client_config tf_proto_ver
sion=5 tf_req_id=282d3a58-f08f-dde7-27af-d3389b478402 tf_rpc=ValidateDataSourceConfig @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-azurerm/vend
or/github.com/hashicorp/terraform-plugin-go/tfprotov5/tf5server/server.go:458 timestamp=2022-02-28T22:51:41.958+0800
2022-02-28T22:51:41.958+0800 [TRACE] provider.terraform-provider-azurerm_v2.98.0_x5: Served request: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provid
er-azurerm/vendor/github.com/hashicorp/terraform-plugin-go/tfprotov5/tf5server/server.go:464 @module=sdk.proto tf_data_source_type=azurerm_client_config tf_proto_version=5 tf_provider_addr=provider tf_r
eq_id=282d3a58-f08f-dde7-27af-d3389b478402 tf_rpc=ValidateDataSourceConfig timestamp=2022-02-28T22:51:41.958+0800
2022-02-28T22:51:41.958+0800 [TRACE] vertex "data.azurerm_client_config.current": visit complete
2022-02-28T22:51:41.958+0800 [TRACE] vertex "azurerm_key_vault.kv_account": starting visit (*terraform.NodeValidatableResource)
2022-02-28T22:51:41.959+0800 [TRACE] GRPCProvider: ValidateResourceConfig
2022-02-28T22:51:41.959+0800 [TRACE] provider.terraform-provider-azurerm_v2.98.0_x5: Received request: tf_req_id=09ec6675-04e4-f138-00a7-a21cba11880d tf_rpc=ValidateResourceTypeConfig tf_proto_version=5
@module=sdk.proto tf_provider_addr=provider tf_resource_type=azurerm_key_vault @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-azurerm/vendor/git
hub.com/hashicorp/terraform-plugin-go/tfprotov5/tf5server/server.go:495 timestamp=2022-02-28T22:51:41.959+0800
2022-02-28T22:51:41.959+0800 [TRACE] provider.terraform-provider-azurerm_v2.98.0_x5: Calling downstream: tf_proto_version=5 tf_resource_type=azurerm_key_vault @caller=/opt/teamcity-agent/work/5d79fe75d4
460a2f/src/github.com/terraform-providers/terraform-provider-azurerm/vendor/github.com/hashicorp/terraform-plugin-go/tfprotov5/tf5server/server.go:502 @module=sdk.proto tf_provider_addr=provider tf_req_
id=09ec6675-04e4-f138-00a7-a21cba11880d tf_rpc=ValidateResourceTypeConfig timestamp=2022-02-28T22:51:41.959+0800
2022-02-28T22:51:41.959+0800 [TRACE] provider.terraform-provider-azurerm_v2.98.0_x5: Called downstream: tf_req_id=09ec6675-04e4-f138-00a7-a21cba11880d tf_resource_type=azurerm_key_vault tf_rpc=ValidateR
esourceTypeConfig @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-azurerm/vendor/github.com/hashicorp/terraform-plugin-go/tfprotov5/tf5server/serv
er.go:508 @module=sdk.proto tf_proto_version=5 tf_provider_addr=provider timestamp=2022-02-28T22:51:41.959+0800
2022-02-28T22:51:41.959+0800 [TRACE] provider.terraform-provider-azurerm_v2.98.0_x5: Served request: tf_provider_addr=provider tf_req_id=09ec6675-04e4-f138-00a7-a21cba11880d tf_rpc=ValidateResourceTypeC
onfig @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-azurerm/vendor/github.com/hashicorp/terraform-plugin-go/tfprotov5/tf5server/server.go:514 @m
odule=sdk.proto tf_proto_version=5 tf_resource_type=azurerm_key_vault timestamp=2022-02-28T22:51:41.959+0800
2022-02-28T22:51:41.959+0800 [TRACE] vertex "azurerm_key_vault.kv_account": visit complete
2022-02-28T22:51:41.959+0800 [TRACE] vertex "output.KEYVAULT_URI": starting visit (*terraform.NodeApplyableOutput)
2022-02-28T22:51:41.959+0800 [TRACE] vertex "azurerm_key_vault_secret.kv": starting visit (*terraform.NodeValidatableResource)
2022-02-28T22:51:41.959+0800 [TRACE] setValue: Saving Create change for output.KEYVAULT_URI in changeset
2022-02-28T22:51:41.959+0800 [TRACE] setValue: Removing output.KEYVAULT_URI from state (it is now null)
2022-02-28T22:51:41.959+0800 [TRACE] vertex "output.KEYVAULT_URI": visit complete
2022-02-28T22:51:41.959+0800 [TRACE] GRPCProvider: ValidateResourceConfig
2022-02-28T22:51:41.961+0800 [TRACE] provider.terraform-provider-azurerm_v2.98.0_x5: Received request: tf_req_id=efbf51ba-adf8-1188-824b-8333ef7fb4f5 @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/sr
c/github.com/terraform-providers/terraform-provider-azurerm/vendor/github.com/hashicorp/terraform-plugin-go/tfprotov5/tf5server/server.go:495 @module=sdk.proto tf_proto_version=5 tf_provider_addr=provid
er tf_resource_type=azurerm_key_vault_secret tf_rpc=ValidateResourceTypeConfig timestamp=2022-02-28T22:51:41.961+0800
2022-02-28T22:51:41.961+0800 [TRACE] provider.terraform-provider-azurerm_v2.98.0_x5: Calling downstream: @module=sdk.proto tf_rpc=ValidateResourceTypeConfig @caller=/opt/teamcity-agent/work/5d79fe75d446
0a2f/src/github.com/terraform-providers/terraform-provider-azurerm/vendor/github.com/hashicorp/terraform-plugin-go/tfprotov5/tf5server/server.go:502 tf_proto_version=5 tf_provider_addr=provider tf_req_i
d=efbf51ba-adf8-1188-824b-8333ef7fb4f5 tf_resource_type=azurerm_key_vault_secret timestamp=2022-02-28T22:51:41.961+0800
2022-02-28T22:51:41.962+0800 [TRACE] provider.terraform-provider-azurerm_v2.98.0_x5: Called downstream: tf_proto_version=5 tf_rpc=ValidateResourceTypeConfig @module=sdk.proto tf_provider_addr=provider t
f_req_id=efbf51ba-adf8-1188-824b-8333ef7fb4f5 tf_resource_type=azurerm_key_vault_secret @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-azurerm/ve
ndor/github.com/hashicorp/terraform-plugin-go/tfprotov5/tf5server/server.go:508 timestamp=2022-02-28T22:51:41.961+0800
2022-02-28T22:51:41.962+0800 [TRACE] provider.terraform-provider-azurerm_v2.98.0_x5: Served request: tf_rpc=ValidateResourceTypeConfig @module=sdk.proto tf_proto_version=5 tf_provider_addr=provider tf_r
eq_id=efbf51ba-adf8-1188-824b-8333ef7fb4f5 tf_resource_type=azurerm_key_vault_secret @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-azurerm/vendo
r/github.com/hashicorp/terraform-plugin-go/tfprotov5/tf5server/server.go:514 timestamp=2022-02-28T22:51:41.962+0800
2022-02-28T22:51:41.962+0800 [TRACE] vertex "azurerm_key_vault_secret.kv": visit complete
2022-02-28T22:51:41.962+0800 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/azurerm\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2022-02-28T22:51:41.962+0800 [TRACE] GRPCProvider: Close
2022-02-28T22:51:41.962+0800 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2022-02-28T22:51:41.967+0800 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/2.98.0/linux_amd64/terraform-provider-azurerm_v2.98.0_x5 pid=1620
2022-02-28T22:51:41.967+0800 [DEBUG] provider: plugin exited
2022-02-28T22:51:41.967+0800 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/azurerm\"] (close)": visit complete
2022-02-28T22:51:41.967+0800 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2022-02-28T22:51:41.967+0800 [TRACE] vertex "root": visit complete
2022-02-28T22:51:41.967+0800 [INFO] backend/local: apply calling Plan
2022-02-28T22:51:41.967+0800 [DEBUG] Building and walking plan graph for NormalMode
2022-02-28T22:51:41.967+0800 [TRACE] Executing graph transform *terraform.ConfigTransformer
2022-02-28T22:51:41.967+0800 [TRACE] ConfigTransformer: Starting for path:
2022-02-28T22:51:41.967+0800 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
azurecaf_name.kv (expand) - *terraform.nodeExpandPlannableResource
azurecaf_name.resource_group (expand) - *terraform.nodeExpandPlannableResource
azurerm_key_vault.kv_account (expand) - *terraform.nodeExpandPlannableResource
azurerm_key_vault_secret.kv (expand) - *terraform.nodeExpandPlannableResource
azurerm_resource_group.main (expand) - *terraform.nodeExpandPlannableResource
data.azurerm_client_config.current (expand) - *terraform.nodeExpandPlannableResource
------
2022-02-28T22:51:41.967+0800 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2022-02-28T22:51:41.967+0800 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
azurecaf_name.kv (expand) - *terraform.nodeExpandPlannableResource
azurecaf_name.resource_group (expand) - *terraform.nodeExpandPlannableResource
azurerm_key_vault.kv_account (expand) - *terraform.nodeExpandPlannableResource
azurerm_key_vault_secret.kv (expand) - *terraform.nodeExpandPlannableResource
azurerm_resource_group.main (expand) - *terraform.nodeExpandPlannableResource
data.azurerm_client_config.current (expand) - *terraform.nodeExpandPlannableResource
var.application_name - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.sample_tag_value - *terraform.NodeRootVariable
------
2022-02-28T22:51:41.967+0800 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2022-02-28T22:51:41.967+0800 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2022-02-28T22:51:41.967+0800 [TRACE] Executing graph transform *terraform.LocalTransformer
2022-02-28T22:51:41.967+0800 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2022-02-28T22:51:41.967+0800 [TRACE] Executing graph transform *terraform.OutputTransformer
2022-02-28T22:51:41.967+0800 [TRACE] OutputTransformer: adding KEYVAULT_URI as *terraform.NodeApplyableOutput
2022-02-28T22:51:41.967+0800 [TRACE] OutputTransformer: adding RESOURCE_GROUP_NAME as *terraform.NodeApplyableOutput
2022-02-28T22:51:41.967+0800 [TRACE] Completed graph transform *terraform.OutputTransformer with new graph:
azurecaf_name.kv (expand) - *terraform.nodeExpandPlannableResource
azurecaf_name.resource_group (expand) - *terraform.nodeExpandPlannableResource
azurerm_key_vault.kv_account (expand) - *terraform.nodeExpandPlannableResource
azurerm_key_vault_secret.kv (expand) - *terraform.nodeExpandPlannableResource
azurerm_resource_group.main (expand) - *terraform.nodeExpandPlannableResource
data.azurerm_client_config.current (expand) - *terraform.nodeExpandPlannableResource
output.KEYVAULT_URI - *terraform.NodeApplyableOutput
output.RESOURCE_GROUP_NAME - *terraform.NodeApplyableOutput
var.application_name - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.sample_tag_value - *terraform.NodeRootVariable
------
2022-02-28T22:51:41.967+0800 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2022-02-28T22:51:41.967+0800 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2022-02-28T22:51:41.967+0800 [TRACE] Executing graph transform *terraform.StateTransformer
2022-02-28T22:51:41.967+0800 [TRACE] StateTransformer: creating nodes for deposed instance objects only
2022-02-28T22:51:41.967+0800 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2022-02-28T22:51:41.967+0800 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-02-28T22:51:41.967+0800 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-02-28T22:51:41.967+0800 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2022-02-28T22:51:41.968+0800 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2022-02-28T22:51:41.968+0800 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2022-02-28T22:51:41.968+0800 [TRACE] AttachResourceConfigTransformer: attaching to "azurecaf_name.kv (expand)" (*terraform.nodeExpandPlannableResource) config from main.tf:41,1-30
2022-02-28T22:51:41.968+0800 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurecaf_name.kv (expand)
2022-02-28T22:51:41.968+0800 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_key_vault_secret.kv (expand)" (*terraform.nodeExpandPlannableResource) config from main.tf:78,1-41
2022-02-28T22:51:41.968+0800 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurerm_key_vault_secret.kv (expand)
2022-02-28T22:51:41.968+0800 [TRACE] AttachResourceConfigTransformer: attaching to "data.azurerm_client_config.current (expand)" (*terraform.nodeExpandPlannableResource) config from hcl.Range{Filename:"
main.tf", Start:hcl.Pos{Line:37, Column:1, Byte:747}, End:hcl.Pos{Line:37, Column:39, Byte:785}}
2022-02-28T22:51:41.968+0800 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to data.azurerm_client_config.current (expand)
2022-02-28T22:51:41.968+0800 [TRACE] AttachResourceConfigTransformer: attaching to "azurecaf_name.resource_group (expand)" (*terraform.nodeExpandPlannableResource) config from main.tf:19,1-42
2022-02-28T22:51:41.968+0800 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurecaf_name.resource_group (expand)
2022-02-28T22:51:41.968+0800 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_resource_group.main (expand)" (*terraform.nodeExpandPlannableResource) config from main.tf:26,1-41
2022-02-28T22:51:41.968+0800 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurerm_resource_group.main (expand)
2022-02-28T22:51:41.968+0800 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_key_vault.kv_account (expand)" (*terraform.nodeExpandPlannableResource) config from main.tf:48,1-42
2022-02-28T22:51:41.968+0800 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurerm_key_vault.kv_account (expand)
2022-02-28T22:51:41.968+0800 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2022-02-28T22:51:41.968+0800 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2022-02-28T22:51:41.968+0800 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2022-02-28T22:51:41.968+0800 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/hashicorp/azurerm\"]" provider configuration from main.tf:14,1-19
2022-02-28T22:51:41.968+0800 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
azurecaf_name.kv (expand) - *terraform.nodeExpandPlannableResource
azurecaf_name.resource_group (expand) - *terraform.nodeExpandPlannableResource
azurerm_key_vault.kv_account (expand) - *terraform.nodeExpandPlannableResource
azurerm_key_vault_secret.kv (expand) - *terraform.nodeExpandPlannableResource
azurerm_resource_group.main (expand) - *terraform.nodeExpandPlannableResource
data.azurerm_client_config.current (expand) - *terraform.nodeExpandPlannableResource
output.KEYVAULT_URI - *terraform.NodeApplyableOutput
output.RESOURCE_GROUP_NAME - *terraform.NodeApplyableOutput
provider["registry.terraform.io/aztfmod/azurecaf"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
var.application_name - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.sample_tag_value - *terraform.NodeRootVariable
------
2022-02-28T22:51:41.968+0800 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2022-02-28T22:51:41.968+0800 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2022-02-28T22:51:41.968+0800 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2022-02-28T22:51:41.968+0800 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving azurerm_key_vault_secret.kv (expand)
2022-02-28T22:51:41.968+0800 [DEBUG] ProviderTransformer: "azurerm_key_vault_secret.kv (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/azurerm"]
2022-02-28T22:51:41.968+0800 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving data.azurerm_client_config.current (expand)
2022-02-28T22:51:41.968+0800 [DEBUG] ProviderTransformer: "data.azurerm_client_config.current (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/azurerm"]
2022-02-28T22:51:41.968+0800 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/aztfmod/azurecaf"] serving azurecaf_name.kv (expand)
2022-02-28T22:51:41.968+0800 [DEBUG] ProviderTransformer: "azurecaf_name.kv (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/aztfmod/azurecaf"]
2022-02-28T22:51:41.968+0800 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving azurerm_resource_group.main (expand)
2022-02-28T22:51:41.968+0800 [DEBUG] ProviderTransformer: "azurerm_resource_group.main (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/azurerm"]
2022-02-28T22:51:41.968+0800 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving azurerm_key_vault.kv_account (expand)
2022-02-28T22:51:41.968+0800 [DEBUG] ProviderTransformer: "azurerm_key_vault.kv_account (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/azurerm"]
2022-02-28T22:51:41.968+0800 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/aztfmod/azurecaf"] serving azurecaf_name.resource_group (expand)
2022-02-28T22:51:41.968+0800 [DEBUG] ProviderTransformer: "azurecaf_name.resource_group (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/aztfmod/azurecaf"]
2022-02-28T22:51:41.968+0800 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
azurecaf_name.kv (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/aztfmod/azurecaf"] - *terraform.NodeApplyableProvider
azurecaf_name.resource_group (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/aztfmod/azurecaf"] - *terraform.NodeApplyableProvider
azurerm_key_vault.kv_account (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_key_vault_secret.kv (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_resource_group.main (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
data.azurerm_client_config.current (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
output.KEYVAULT_URI - *terraform.NodeApplyableOutput
output.RESOURCE_GROUP_NAME - *terraform.NodeApplyableOutput
provider["registry.terraform.io/aztfmod/azurecaf"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
var.application_name - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.sample_tag_value - *terraform.NodeRootVariable
------
2022-02-28T22:51:41.968+0800 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2022-02-28T22:51:41.968+0800 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2022-02-28T22:51:41.968+0800 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
azurecaf_name.kv (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/aztfmod/azurecaf"] - *terraform.NodeApplyableProvider
azurecaf_name.resource_group (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/aztfmod/azurecaf"] - *terraform.NodeApplyableProvider
azurerm_key_vault.kv_account (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_key_vault_secret.kv (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_resource_group.main (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
data.azurerm_client_config.current (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
output.KEYVAULT_URI - *terraform.NodeApplyableOutput
output.RESOURCE_GROUP_NAME - *terraform.NodeApplyableOutput
provider["registry.terraform.io/aztfmod/azurecaf"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
var.application_name - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.sample_tag_value - *terraform.NodeRootVariable
------
2022-02-28T22:51:41.968+0800 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2022-02-28T22:51:41.968+0800 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2022-02-28T22:51:41.968+0800 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2022-02-28T22:51:41.968+0800 [TRACE] AttachSchemaTransformer: attaching resource schema to azurecaf_name.resource_group (expand)
2022-02-28T22:51:41.968+0800 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_resource_group.main (expand)
2022-02-28T22:51:41.969+0800 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_key_vault.kv_account (expand)
2022-02-28T22:51:41.969+0800 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/aztfmod/azurecaf"]
2022-02-28T22:51:41.969+0800 [TRACE] AttachSchemaTransformer: attaching resource schema to azurecaf_name.kv (expand)
2022-02-28T22:51:41.969+0800 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_key_vault_secret.kv (expand)
2022-02-28T22:51:41.969+0800 [TRACE] AttachSchemaTransformer: attaching resource schema to data.azurerm_client_config.current (expand)
2022-02-28T22:51:41.969+0800 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/azurerm"]
2022-02-28T22:51:41.969+0800 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2022-02-28T22:51:41.969+0800 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2022-02-28T22:51:41.969+0800 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2022-02-28T22:51:41.969+0800 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-02-28T22:51:41.969+0800 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/aztfmod/azurecaf\"]" references: []
2022-02-28T22:51:41.969+0800 [DEBUG] ReferenceTransformer: "azurecaf_name.kv (expand)" references: [var.application_name]
2022-02-28T22:51:41.969+0800 [DEBUG] ReferenceTransformer: "azurerm_key_vault_secret.kv (expand)" references: [azurerm_key_vault.kv_account (expand)]
2022-02-28T22:51:41.969+0800 [DEBUG] ReferenceTransformer: "data.azurerm_client_config.current (expand)" references: []
2022-02-28T22:51:41.969+0800 [DEBUG] ReferenceTransformer: "var.application_name" references: []
2022-02-28T22:51:41.969+0800 [DEBUG] ReferenceTransformer: "var.location" references: []
2022-02-28T22:51:41.969+0800 [DEBUG] ReferenceTransformer: "var.sample_tag_value" references: []
2022-02-28T22:51:41.969+0800 [DEBUG] ReferenceTransformer: "output.RESOURCE_GROUP_NAME" references: [azurerm_resource_group.main (expand)]
2022-02-28T22:51:41.969+0800 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/azurerm\"]" references: []
2022-02-28T22:51:41.969+0800 [DEBUG] ReferenceTransformer: "azurecaf_name.resource_group (expand)" references: [var.application_name]
2022-02-28T22:51:41.969+0800 [DEBUG] ReferenceTransformer: "azurerm_resource_group.main (expand)" references: [var.application_name var.sample_tag_value var.location azurecaf_name.resource_group (expand
)]
2022-02-28T22:51:41.969+0800 [DEBUG] ReferenceTransformer: "azurerm_key_vault.kv_account (expand)" references: [azurerm_resource_group.main (expand) azurerm_resource_group.main (expand) data.azurerm_cli
ent_config.current (expand) azurecaf_name.kv (expand) var.sample_tag_value data.azurerm_client_config.current (expand) data.azurerm_client_config.current (expand)]
2022-02-28T22:51:41.969+0800 [DEBUG] ReferenceTransformer: "output.KEYVAULT_URI" references: [azurerm_key_vault.kv_account (expand)]
2022-02-28T22:51:41.969+0800 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
azurecaf_name.kv (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/aztfmod/azurecaf"] - *terraform.NodeApplyableProvider
var.application_name - *terraform.NodeRootVariable
azurecaf_name.resource_group (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/aztfmod/azurecaf"] - *terraform.NodeApplyableProvider
var.application_name - *terraform.NodeRootVariable
azurerm_key_vault.kv_account (expand) - *terraform.nodeExpandPlannableResource
azurecaf_name.kv (expand) - *terraform.nodeExpandPlannableResource
azurerm_resource_group.main (expand) - *terraform.nodeExpandPlannableResource
data.azurerm_client_config.current (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
var.sample_tag_value - *terraform.NodeRootVariable
azurerm_key_vault_secret.kv (expand) - *terraform.nodeExpandPlannableResource
azurerm_key_vault.kv_account (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_resource_group.main (expand) - *terraform.nodeExpandPlannableResource
azurecaf_name.resource_group (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
var.application_name - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.sample_tag_value - *terraform.NodeRootVariable
data.azurerm_client_config.current (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
output.KEYVAULT_URI - *terraform.NodeApplyableOutput
azurerm_key_vault.kv_account (expand) - *terraform.nodeExpandPlannableResource
output.RESOURCE_GROUP_NAME - *terraform.NodeApplyableOutput
azurerm_resource_group.main (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/aztfmod/azurecaf"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
var.application_name - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.sample_tag_value - *terraform.NodeRootVariable
------
2022-02-28T22:51:41.969+0800 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2022-02-28T22:51:41.969+0800 [TRACE] AttachDependenciesTransformer: data.azurerm_client_config.current depends on []
2022-02-28T22:51:41.969+0800 [TRACE] AttachDependenciesTransformer: azurecaf_name.kv depends on []
2022-02-28T22:51:41.969+0800 [TRACE] AttachDependenciesTransformer: azurerm_key_vault_secret.kv depends on [azurecaf_name.kv azurecaf_name.resource_group azurerm_key_vault.kv_account azurerm_resource_gr
oup.main data.azurerm_client_config.current]
2022-02-28T22:51:41.969+0800 [TRACE] AttachDependenciesTransformer: azurerm_key_vault.kv_account depends on [azurecaf_name.kv azurecaf_name.resource_group azurerm_resource_group.main data.azurerm_client
_config.current]
2022-02-28T22:51:41.969+0800 [TRACE] AttachDependenciesTransformer: azurecaf_name.resource_group depends on []
2022-02-28T22:51:41.969+0800 [TRACE] AttachDependenciesTransformer: azurerm_resource_group.main depends on [azurecaf_name.resource_group]
2022-02-28T22:51:41.969+0800 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2022-02-28T22:51:41.969+0800 [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer
2022-02-28T22:51:41.969+0800 [TRACE] attachDataDependenciesTransformer: data.azurerm_client_config.current depends on []
2022-02-28T22:51:41.969+0800 [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes)
2022-02-28T22:51:41.969+0800 [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-02-28T22:51:41.970+0800 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-02-28T22:51:41.970+0800 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2022-02-28T22:51:41.970+0800 [TRACE] ForcedCBDTransformer: "azurerm_key_vault.kv_account (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2022-02-28T22:51:41.970+0800 [TRACE] ForcedCBDTransformer: "azurecaf_name.resource_group (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2022-02-28T22:51:41.970+0800 [TRACE] ForcedCBDTransformer: "azurerm_resource_group.main (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2022-02-28T22:51:41.970+0800 [TRACE] ForcedCBDTransformer: "data.azurerm_client_config.current (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2022-02-28T22:51:41.970+0800 [TRACE] ForcedCBDTransformer: "azurecaf_name.kv (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2022-02-28T22:51:41.970+0800 [TRACE] ForcedCBDTransformer: "azurerm_key_vault_secret.kv (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2022-02-28T22:51:41.970+0800 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2022-02-28T22:51:41.970+0800 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2022-02-28T22:51:41.970+0800 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
azurecaf_name.kv (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/aztfmod/azurecaf"] - *terraform.NodeApplyableProvider
var.application_name - *terraform.NodeRootVariable
azurecaf_name.resource_group (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/aztfmod/azurecaf"] - *terraform.NodeApplyableProvider
var.application_name - *terraform.NodeRootVariable
azurerm_key_vault.kv_account (expand) - *terraform.nodeExpandPlannableResource
azurecaf_name.kv (expand) - *terraform.nodeExpandPlannableResource
azurerm_resource_group.main (expand) - *terraform.nodeExpandPlannableResource
data.azurerm_client_config.current (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
var.sample_tag_value - *terraform.NodeRootVariable
azurerm_key_vault_secret.kv (expand) - *terraform.nodeExpandPlannableResource
azurerm_key_vault.kv_account (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_resource_group.main (expand) - *terraform.nodeExpandPlannableResource
azurecaf_name.resource_group (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
var.application_name - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.sample_tag_value - *terraform.NodeRootVariable
data.azurerm_client_config.current (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
output.KEYVAULT_URI - *terraform.NodeApplyableOutput
azurerm_key_vault.kv_account (expand) - *terraform.nodeExpandPlannableResource
output.RESOURCE_GROUP_NAME - *terraform.NodeApplyableOutput
azurerm_resource_group.main (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/aztfmod/azurecaf"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/aztfmod/azurecaf"] (close) - *terraform.graphNodeCloseProvider
azurecaf_name.kv (expand) - *terraform.nodeExpandPlannableResource
azurecaf_name.resource_group (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/aztfmod/azurecaf"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azurerm"] (close) - *terraform.graphNodeCloseProvider
azurerm_key_vault.kv_account (expand) - *terraform.nodeExpandPlannableResource
azurerm_key_vault_secret.kv (expand) - *terraform.nodeExpandPlannableResource
azurerm_resource_group.main (expand) - *terraform.nodeExpandPlannableResource
data.azurerm_client_config.current (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
var.application_name - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.sample_tag_value - *terraform.NodeRootVariable
------
2022-02-28T22:51:41.970+0800 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2022-02-28T22:51:41.970+0800 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
azurecaf_name.kv (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/aztfmod/azurecaf"] - *terraform.NodeApplyableProvider
var.application_name - *terraform.NodeRootVariable
azurecaf_name.resource_group (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/aztfmod/azurecaf"] - *terraform.NodeApplyableProvider
var.application_name - *terraform.NodeRootVariable
azurerm_key_vault.kv_account (expand) - *terraform.nodeExpandPlannableResource
azurecaf_name.kv (expand) - *terraform.nodeExpandPlannableResource
azurerm_resource_group.main (expand) - *terraform.nodeExpandPlannableResource
data.azurerm_client_config.current (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
var.sample_tag_value - *terraform.NodeRootVariable
azurerm_key_vault_secret.kv (expand) - *terraform.nodeExpandPlannableResource
azurerm_key_vault.kv_account (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_resource_group.main (expand) - *terraform.nodeExpandPlannableResource
azurecaf_name.resource_group (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
var.application_name - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.sample_tag_value - *terraform.NodeRootVariable
data.azurerm_client_config.current (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
output.KEYVAULT_URI - *terraform.NodeApplyableOutput
azurerm_key_vault.kv_account (expand) - *terraform.nodeExpandPlannableResource
output.RESOURCE_GROUP_NAME - *terraform.NodeApplyableOutput
azurerm_resource_group.main (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/aztfmod/azurecaf"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/aztfmod/azurecaf"] (close) - *terraform.graphNodeCloseProvider
azurecaf_name.kv (expand) - *terraform.nodeExpandPlannableResource
azurecaf_name.resource_group (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/aztfmod/azurecaf"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azurerm"] (close) - *terraform.graphNodeCloseProvider
azurerm_key_vault.kv_account (expand) - *terraform.nodeExpandPlannableResource
azurerm_key_vault_secret.kv (expand) - *terraform.nodeExpandPlannableResource
azurerm_resource_group.main (expand) - *terraform.nodeExpandPlannableResource
data.azurerm_client_config.current (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
output.KEYVAULT_URI - *terraform.NodeApplyableOutput
output.RESOURCE_GROUP_NAME - *terraform.NodeApplyableOutput
provider["registry.terraform.io/aztfmod/azurecaf"] (close) - *terraform.graphNodeCloseProvider
provider["registry.terraform.io/hashicorp/azurerm"] (close) - *terraform.graphNodeCloseProvider
var.application_name - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.sample_tag_value - *terraform.NodeRootVariable
------
2022-02-28T22:51:41.970+0800 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2022-02-28T22:51:41.970+0800 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
azurecaf_name.kv (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/aztfmod/azurecaf"] - *terraform.NodeApplyableProvider
var.application_name - *terraform.NodeRootVariable
azurecaf_name.resource_group (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/aztfmod/azurecaf"] - *terraform.NodeApplyableProvider
var.application_name - *terraform.NodeRootVariable
azurerm_key_vault.kv_account (expand) - *terraform.nodeExpandPlannableResource
azurecaf_name.kv (expand) - *terraform.nodeExpandPlannableResource
azurerm_resource_group.main (expand) - *terraform.nodeExpandPlannableResource
data.azurerm_client_config.current (expand) - *terraform.nodeExpandPlannableResource
azurerm_key_vault_secret.kv (expand) - *terraform.nodeExpandPlannableResource
azurerm_key_vault.kv_account (expand) - *terraform.nodeExpandPlannableResource
azurerm_resource_group.main (expand) - *terraform.nodeExpandPlannableResource
azurecaf_name.resource_group (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
var.sample_tag_value - *terraform.NodeRootVariable
data.azurerm_client_config.current (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
output.KEYVAULT_URI - *terraform.NodeApplyableOutput
azurerm_key_vault.kv_account (expand) - *terraform.nodeExpandPlannableResource
output.RESOURCE_GROUP_NAME - *terraform.NodeApplyableOutput
azurerm_resource_group.main (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/aztfmod/azurecaf"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/aztfmod/azurecaf"] (close) - *terraform.graphNodeCloseProvider
azurecaf_name.kv (expand) - *terraform.nodeExpandPlannableResource
azurecaf_name.resource_group (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azurerm"] (close) - *terraform.graphNodeCloseProvider
azurerm_key_vault_secret.kv (expand) - *terraform.nodeExpandPlannableResource
root - *terraform.nodeCloseModule
output.KEYVAULT_URI - *terraform.NodeApplyableOutput
output.RESOURCE_GROUP_NAME - *terraform.NodeApplyableOutput
provider["registry.terraform.io/aztfmod/azurecaf"] (close) - *terraform.graphNodeCloseProvider
provider["registry.terraform.io/hashicorp/azurerm"] (close) - *terraform.graphNodeCloseProvider
var.application_name - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.sample_tag_value - *terraform.NodeRootVariable
------
2022-02-28T22:51:41.970+0800 [DEBUG] Starting graph walk: walkPlan
2022-02-28T22:51:41.970+0800 [TRACE] vertex "var.sample_tag_value": starting visit (*terraform.NodeRootVariable)
2022-02-28T22:51:41.970+0800 [TRACE] vertex "var.sample_tag_value": visit complete
2022-02-28T22:51:41.970+0800 [TRACE] vertex "var.location": starting visit (*terraform.NodeRootVariable)
2022-02-28T22:51:41.970+0800 [TRACE] vertex "var.location": visit complete
2022-02-28T22:51:41.970+0800 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/azurerm\"]": starting visit (*terraform.NodeApplyableProvider)
2022-02-28T22:51:41.971+0800 [TRACE] vertex "var.application_name": starting visit (*terraform.NodeRootVariable)
2022-02-28T22:51:41.971+0800 [TRACE] vertex "var.application_name": visit complete
2022-02-28T22:51:41.971+0800 [TRACE] vertex "provider[\"registry.terraform.io/aztfmod/azurecaf\"]": starting visit (*terraform.NodeApplyableProvider)
2022-02-28T22:51:41.975+0800 [DEBUG] created provider logger: level=trace
2022-02-28T22:51:41.975+0800 [INFO] provider: configuring client automatic mTLS
2022-02-28T22:51:41.982+0800 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/2.98.0/linux_amd64/terraform-provider-azurerm_v2.98.0_x5 args=[.terrafor
m/providers/registry.terraform.io/hashicorp/azurerm/2.98.0/linux_amd64/terraform-provider-azurerm_v2.98.0_x5]
2022-02-28T22:51:41.989+0800 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/2.98.0/linux_amd64/terraform-provider-azurerm_v2.98.0_x5 pid=1634
2022-02-28T22:51:41.989+0800 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/2.98.0/linux_amd64/terraform-provider-azurerm_v2.98.0_x5
2022-02-28T22:51:42.512+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "AAD B2C"..: timestamp=2022-02-28T22:51:42.512+0800
2022-02-28T22:51:42.512+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "AAD B2C"..: timestamp=2022-02-28T22:51:42.512+0800
2022-02-28T22:51:42.516+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "API Management"..: timestamp=2022-02-28T22:51:42.516+0800
2022-02-28T22:51:42.516+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "API Management"..: timestamp=2022-02-28T22:51:42.516+0800
2022-02-28T22:51:42.519+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "App Configuration"..: timestamp=2022-02-28T22:51:42.519+0800
2022-02-28T22:51:42.519+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "App Configuration"..: timestamp=2022-02-28T22:51:42.519+0800
2022-02-28T22:51:42.522+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "AppService"..: timestamp=2022-02-28T22:51:42.522+0800
2022-02-28T22:51:42.522+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "AppService"..: timestamp=2022-02-28T22:51:42.522+0800
2022-02-28T22:51:42.524+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Batch"..: timestamp=2022-02-28T22:51:42.524+0800
2022-02-28T22:51:42.524+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Batch"..: timestamp=2022-02-28T22:51:42.524+0800
2022-02-28T22:51:42.528+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Bot"..: timestamp=2022-02-28T22:51:42.528+0800
2022-02-28T22:51:42.528+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Bot"..: timestamp=2022-02-28T22:51:42.528+0800
2022-02-28T22:51:42.530+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Consumption"..: timestamp=2022-02-28T22:51:42.530+0800
2022-02-28T22:51:42.530+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Consumption"..: timestamp=2022-02-28T22:51:42.530+0800
2022-02-28T22:51:42.530+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Container Services"..: timestamp=2022-02-28T22:51:42.530+0800
2022-02-28T22:51:42.530+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Container Services"..: timestamp=2022-02-28T22:51:42.530+0800
2022-02-28T22:51:42.538+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Cost Management"..: timestamp=2022-02-28T22:51:42.538+0800
2022-02-28T22:51:42.538+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Cost Management"..: timestamp=2022-02-28T22:51:42.538+0800
2022-02-28T22:51:42.539+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Disks"..: timestamp=2022-02-28T22:51:42.539+0800
2022-02-28T22:51:42.539+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Disks"..: timestamp=2022-02-28T22:51:42.539+0800
2022-02-28T22:51:42.545+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "EventHub"..: timestamp=2022-02-28T22:51:42.545+0800
2022-02-28T22:51:42.545+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "EventHub"..: timestamp=2022-02-28T22:51:42.545+0800
2022-02-28T22:51:42.568+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Load Balancer"..: timestamp=2022-02-28T22:51:42.568+0800
2022-02-28T22:51:42.568+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Load Balancer"..: timestamp=2022-02-28T22:51:42.568+0800
2022-02-28T22:51:42.571+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Load Test"..: timestamp=2022-02-28T22:51:42.571+0800
2022-02-28T22:51:42.571+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Load Test"..: timestamp=2022-02-28T22:51:42.571+0800
2022-02-28T22:51:42.574+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Microsoft SQL Server / Azure SQL"..: timestamp=2022-02-28T22:51:42.574+0800
2022-02-28T22:51:42.576+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Microsoft SQL Server / Azure SQL"..: timestamp=2022-02-28T22:51:42.576+0800
2022-02-28T22:51:42.578+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Policy"..: timestamp=2022-02-28T22:51:42.578+0800
2022-02-28T22:51:42.578+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Policy"..: timestamp=2022-02-28T22:51:42.578+0800
2022-02-28T22:51:42.582+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Resources"..: timestamp=2022-02-28T22:51:42.582+0800
2022-02-28T22:51:42.582+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Resources"..: timestamp=2022-02-28T22:51:42.582+0800
2022-02-28T22:51:42.592+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Sentinel"..: timestamp=2022-02-28T22:51:42.592+0800
2022-02-28T22:51:42.592+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Sentinel"..: timestamp=2022-02-28T22:51:42.592+0800
2022-02-28T22:51:42.595+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Service Fabric Managed Clusters"..: timestamp=2022-02-28T22:51:42.595+0800
2022-02-28T22:51:42.595+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Service Fabric Managed Clusters"..: timestamp=2022-02-28T22:51:42.595+0800
2022-02-28T22:51:42.597+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Stream Analytics"..: timestamp=2022-02-28T22:51:42.597+0800
2022-02-28T22:51:42.597+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Stream Analytics"..: timestamp=2022-02-28T22:51:42.597+0800
2022-02-28T22:51:42.604+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Web"..: timestamp=2022-02-28T22:51:42.603+0800
2022-02-28T22:51:42.606+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Web"..: timestamp=2022-02-28T22:51:42.606+0800
2022-02-28T22:51:42.606+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Advisor"..: timestamp=2022-02-28T22:51:42.606+0800
2022-02-28T22:51:42.607+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Advisor"..: timestamp=2022-02-28T22:51:42.607+0800
2022-02-28T22:51:42.608+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Analysis Services"..: timestamp=2022-02-28T22:51:42.608+0800
2022-02-28T22:51:42.608+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Analysis Services"..: timestamp=2022-02-28T22:51:42.608+0800
2022-02-28T22:51:42.608+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "API Management"..: timestamp=2022-02-28T22:51:42.608+0800
2022-02-28T22:51:42.610+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "API Management"..: timestamp=2022-02-28T22:51:42.610+0800
2022-02-28T22:51:42.614+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "App Configuration"..: timestamp=2022-02-28T22:51:42.614+0800
2022-02-28T22:51:42.614+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "App Configuration"..: timestamp=2022-02-28T22:51:42.614+0800
2022-02-28T22:51:42.618+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Spring Cloud"..: timestamp=2022-02-28T22:51:42.618+0800
2022-02-28T22:51:42.621+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Spring Cloud"..: timestamp=2022-02-28T22:51:42.621+0800
2022-02-28T22:51:42.621+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Application Insights"..: timestamp=2022-02-28T22:51:42.621+0800
2022-02-28T22:51:42.621+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Application Insights"..: timestamp=2022-02-28T22:51:42.621+0800
2022-02-28T22:51:42.622+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Attestation"..: timestamp=2022-02-28T22:51:42.621+0800
2022-02-28T22:51:42.622+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Attestation"..: timestamp=2022-02-28T22:51:42.621+0800
2022-02-28T22:51:42.623+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Authorization"..: timestamp=2022-02-28T22:51:42.623+0800
2022-02-28T22:51:42.623+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Authorization"..: timestamp=2022-02-28T22:51:42.623+0800
2022-02-28T22:51:42.624+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Automation"..: timestamp=2022-02-28T22:51:42.624+0800
2022-02-28T22:51:42.624+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Automation"..: timestamp=2022-02-28T22:51:42.624+0800
2022-02-28T22:51:42.627+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Azure Stack HCI"..: timestamp=2022-02-28T22:51:42.626+0800
2022-02-28T22:51:42.627+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Azure Stack HCI"..: timestamp=2022-02-28T22:51:42.626+0800
2022-02-28T22:51:42.627+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Batch"..: timestamp=2022-02-28T22:51:42.626+0800
2022-02-28T22:51:42.627+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Batch"..: timestamp=2022-02-28T22:51:42.627+0800
2022-02-28T22:51:42.627+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Billing"..: timestamp=2022-02-28T22:51:42.627+0800
2022-02-28T22:51:42.627+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Billing"..: timestamp=2022-02-28T22:51:42.627+0800
2022-02-28T22:51:42.627+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Blueprints"..: timestamp=2022-02-28T22:51:42.627+0800
2022-02-28T22:51:42.628+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Blueprints"..: timestamp=2022-02-28T22:51:42.628+0800
2022-02-28T22:51:42.628+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Bot"..: timestamp=2022-02-28T22:51:42.628+0800
2022-02-28T22:51:42.628+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Bot"..: timestamp=2022-02-28T22:51:42.628+0800
2022-02-28T22:51:42.628+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "CDN"..: timestamp=2022-02-28T22:51:42.628+0800
2022-02-28T22:51:42.633+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "CDN"..: timestamp=2022-02-28T22:51:42.633+0800
2022-02-28T22:51:42.639+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Cognitive Services"..: timestamp=2022-02-28T22:51:42.639+0800
2022-02-28T22:51:42.639+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Cognitive Services"..: timestamp=2022-02-28T22:51:42.639+0800
2022-02-28T22:51:42.640+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Communication"..: timestamp=2022-02-28T22:51:42.640+0800
2022-02-28T22:51:42.640+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Communication"..: timestamp=2022-02-28T22:51:42.640+0800
2022-02-28T22:51:42.641+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Compute"..: timestamp=2022-02-28T22:51:42.641+0800
2022-02-28T22:51:42.647+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Compute"..: timestamp=2022-02-28T22:51:42.647+0800
2022-02-28T22:51:42.648+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Container Services"..: timestamp=2022-02-28T22:51:42.648+0800
2022-02-28T22:51:42.650+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Container Services"..: timestamp=2022-02-28T22:51:42.650+0800
2022-02-28T22:51:42.662+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Consumption"..: timestamp=2022-02-28T22:51:42.662+0800
2022-02-28T22:51:42.662+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Consumption"..: timestamp=2022-02-28T22:51:42.662+0800
2022-02-28T22:51:42.662+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "CosmosDB"..: timestamp=2022-02-28T22:51:42.662+0800
2022-02-28T22:51:42.664+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "CosmosDB"..: timestamp=2022-02-28T22:51:42.664+0800
2022-02-28T22:51:42.669+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Cost Management"..: timestamp=2022-02-28T22:51:42.669+0800
2022-02-28T22:51:42.669+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Cost Management"..: timestamp=2022-02-28T22:51:42.669+0800
2022-02-28T22:51:42.669+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Custom Providers"..: timestamp=2022-02-28T22:51:42.669+0800
2022-02-28T22:51:42.669+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Custom Providers"..: timestamp=2022-02-28T22:51:42.669+0800
2022-02-28T22:51:42.669+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "DataBricks"..: timestamp=2022-02-28T22:51:42.669+0800
2022-02-28T22:51:42.669+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "DataBricks"..: timestamp=2022-02-28T22:51:42.669+0800
2022-02-28T22:51:42.672+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Data Factory"..: timestamp=2022-02-28T22:51:42.671+0800
2022-02-28T22:51:42.673+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Data Factory"..: timestamp=2022-02-28T22:51:42.673+0800
2022-02-28T22:51:42.687+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Data Lake"..: timestamp=2022-02-28T22:51:42.687+0800
2022-02-28T22:51:42.687+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Data Lake"..: timestamp=2022-02-28T22:51:42.687+0800
2022-02-28T22:51:42.689+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Database Migration"..: timestamp=2022-02-28T22:51:42.689+0800
2022-02-28T22:51:42.689+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Database Migration"..: timestamp=2022-02-28T22:51:42.689+0800
2022-02-28T22:51:42.689+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Databox Edge"..: timestamp=2022-02-28T22:51:42.689+0800
2022-02-28T22:51:42.689+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Databox Edge"..: timestamp=2022-02-28T22:51:42.689+0800
2022-02-28T22:51:42.689+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "DataProtection"..: timestamp=2022-02-28T22:51:42.689+0800
2022-02-28T22:51:42.689+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "DataProtection"..: timestamp=2022-02-28T22:51:42.689+0800
2022-02-28T22:51:42.691+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Data Share"..: timestamp=2022-02-28T22:51:42.691+0800
2022-02-28T22:51:42.692+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Data Share"..: timestamp=2022-02-28T22:51:42.692+0800
2022-02-28T22:51:42.695+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Desktop Virtualization"..: timestamp=2022-02-28T22:51:42.695+0800
2022-02-28T22:51:42.695+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Desktop Virtualization"..: timestamp=2022-02-28T22:51:42.695+0800
2022-02-28T22:51:42.697+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "DevSpaces"..: timestamp=2022-02-28T22:51:42.697+0800
2022-02-28T22:51:42.697+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "DevSpaces"..: timestamp=2022-02-28T22:51:42.697+0800
2022-02-28T22:51:42.697+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Dev Test"..: timestamp=2022-02-28T22:51:42.697+0800
2022-02-28T22:51:42.699+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Dev Test"..: timestamp=2022-02-28T22:51:42.699+0800
2022-02-28T22:51:42.700+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Digital Twins"..: timestamp=2022-02-28T22:51:42.700+0800
2022-02-28T22:51:42.700+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Digital Twins"..: timestamp=2022-02-28T22:51:42.700+0800
2022-02-28T22:51:42.700+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "DNS"..: timestamp=2022-02-28T22:51:42.700+0800
2022-02-28T22:51:42.700+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "DNS"..: timestamp=2022-02-28T22:51:42.700+0800
2022-02-28T22:51:42.704+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "DomainServices"..: timestamp=2022-02-28T22:51:42.703+0800
2022-02-28T22:51:42.704+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "DomainServices"..: timestamp=2022-02-28T22:51:42.704+0800
2022-02-28T22:51:42.704+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "EventGrid"..: timestamp=2022-02-28T22:51:42.704+0800
2022-02-28T22:51:42.704+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "EventGrid"..: timestamp=2022-02-28T22:51:42.704+0800
2022-02-28T22:51:42.704+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "EventHub"..: timestamp=2022-02-28T22:51:42.704+0800
2022-02-28T22:51:42.705+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "EventHub"..: timestamp=2022-02-28T22:51:42.705+0800
2022-02-28T22:51:42.708+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Firewall"..: timestamp=2022-02-28T22:51:42.708+0800
2022-02-28T22:51:42.709+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Firewall"..: timestamp=2022-02-28T22:51:42.709+0800
2022-02-28T22:51:42.712+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "FrontDoor"..: timestamp=2022-02-28T22:51:42.712+0800
2022-02-28T22:51:42.712+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "FrontDoor"..: timestamp=2022-02-28T22:51:42.712+0800
2022-02-28T22:51:42.718+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "HPC Cache"..: timestamp=2022-02-28T22:51:42.718+0800
2022-02-28T22:51:42.718+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "HPC Cache"..: timestamp=2022-02-28T22:51:42.718+0800
2022-02-28T22:51:42.718+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Hardware Security Module"..: timestamp=2022-02-28T22:51:42.718+0800
2022-02-28T22:51:42.718+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Hardware Security Module"..: timestamp=2022-02-28T22:51:42.718+0800
2022-02-28T22:51:42.718+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "HDInsight"..: timestamp=2022-02-28T22:51:42.718+0800
2022-02-28T22:51:42.718+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "HDInsight"..: timestamp=2022-02-28T22:51:42.718+0800
2022-02-28T22:51:42.720+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Health Care"..: timestamp=2022-02-28T22:51:42.720+0800
2022-02-28T22:51:42.720+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Health Care"..: timestamp=2022-02-28T22:51:42.720+0800
2022-02-28T22:51:42.722+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "IoT Hub"..: timestamp=2022-02-28T22:51:42.722+0800
2022-02-28T22:51:42.724+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "IoT Hub"..: timestamp=2022-02-28T22:51:42.724+0800
2022-02-28T22:51:42.726+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "IoT Central"..: timestamp=2022-02-28T22:51:42.726+0800
2022-02-28T22:51:42.726+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "IoT Central"..: timestamp=2022-02-28T22:51:42.726+0800
2022-02-28T22:51:42.728+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "KeyVault"..: timestamp=2022-02-28T22:51:42.728+0800
2022-02-28T22:51:42.732+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "KeyVault"..: timestamp=2022-02-28T22:51:42.732+0800
2022-02-28T22:51:42.735+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Kusto"..: timestamp=2022-02-28T22:51:42.735+0800
2022-02-28T22:51:42.735+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Kusto"..: timestamp=2022-02-28T22:51:42.735+0800
2022-02-28T22:51:42.735+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Legacy"..: timestamp=2022-02-28T22:51:42.735+0800
2022-02-28T22:51:42.735+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Legacy"..: timestamp=2022-02-28T22:51:42.735+0800
2022-02-28T22:51:42.743+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Load Balancer"..: timestamp=2022-02-28T22:51:42.742+0800
2022-02-28T22:51:42.743+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Load Balancer"..: timestamp=2022-02-28T22:51:42.743+0800
2022-02-28T22:51:42.745+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Log Analytics"..: timestamp=2022-02-28T22:51:42.745+0800
2022-02-28T22:51:42.745+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Log Analytics"..: timestamp=2022-02-28T22:51:42.745+0800
2022-02-28T22:51:42.756+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Logic"..: timestamp=2022-02-28T22:51:42.756+0800
2022-02-28T22:51:42.758+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Logic"..: timestamp=2022-02-28T22:51:42.758+0800
2022-02-28T22:51:42.763+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Logz"..: timestamp=2022-02-28T22:51:42.763+0800
2022-02-28T22:51:42.763+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Logz"..: timestamp=2022-02-28T22:51:42.763+0800
2022-02-28T22:51:42.763+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Machine Learning"..: timestamp=2022-02-28T22:51:42.763+0800
2022-02-28T22:51:42.763+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Machine Learning"..: timestamp=2022-02-28T22:51:42.763+0800
2022-02-28T22:51:42.763+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Maintenance"..: timestamp=2022-02-28T22:51:42.763+0800
2022-02-28T22:51:42.763+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Maintenance"..: timestamp=2022-02-28T22:51:42.763+0800
2022-02-28T22:51:42.764+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Managed Applications"..: timestamp=2022-02-28T22:51:42.764+0800
2022-02-28T22:51:42.764+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Managed Applications"..: timestamp=2022-02-28T22:51:42.764+0800
2022-02-28T22:51:42.764+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Lighthouse"..: timestamp=2022-02-28T22:51:42.764+0800
2022-02-28T22:51:42.764+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Lighthouse"..: timestamp=2022-02-28T22:51:42.764+0800
2022-02-28T22:51:42.764+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Management Group"..: timestamp=2022-02-28T22:51:42.764+0800
2022-02-28T22:51:42.766+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Management Group"..: timestamp=2022-02-28T22:51:42.766+0800
2022-02-28T22:51:42.766+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Maps"..: timestamp=2022-02-28T22:51:42.766+0800
2022-02-28T22:51:42.766+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Maps"..: timestamp=2022-02-28T22:51:42.766+0800
2022-02-28T22:51:42.766+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "MariaDB"..: timestamp=2022-02-28T22:51:42.766+0800
2022-02-28T22:51:42.766+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "MariaDB"..: timestamp=2022-02-28T22:51:42.766+0800
2022-02-28T22:51:42.768+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Media"..: timestamp=2022-02-28T22:51:42.768+0800
2022-02-28T22:51:42.768+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Media"..: timestamp=2022-02-28T22:51:42.768+0800
2022-02-28T22:51:42.770+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Mixed Reality"..: timestamp=2022-02-28T22:51:42.770+0800
2022-02-28T22:51:42.770+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Mixed Reality"..: timestamp=2022-02-28T22:51:42.770+0800
2022-02-28T22:51:42.770+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Monitor"..: timestamp=2022-02-28T22:51:42.770+0800
2022-02-28T22:51:42.773+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Monitor"..: timestamp=2022-02-28T22:51:42.773+0800
2022-02-28T22:51:42.775+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Managed Service Identities"..: timestamp=2022-02-28T22:51:42.775+0800
2022-02-28T22:51:42.775+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Managed Service Identities"..: timestamp=2022-02-28T22:51:42.775+0800
2022-02-28T22:51:42.775+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Microsoft SQL Server / Azure SQL"..: timestamp=2022-02-28T22:51:42.775+0800
2022-02-28T22:51:42.775+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Microsoft SQL Server / Azure SQL"..: timestamp=2022-02-28T22:51:42.775+0800
2022-02-28T22:51:42.781+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "MySQL"..: timestamp=2022-02-28T22:51:42.781+0800
2022-02-28T22:51:42.781+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "MySQL"..: timestamp=2022-02-28T22:51:42.781+0800
2022-02-28T22:51:42.783+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "NetApp"..: timestamp=2022-02-28T22:51:42.782+0800
2022-02-28T22:51:42.783+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "NetApp"..: timestamp=2022-02-28T22:51:42.782+0800
2022-02-28T22:51:42.783+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Network"..: timestamp=2022-02-28T22:51:42.783+0800
2022-02-28T22:51:42.798+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Network"..: timestamp=2022-02-28T22:51:42.798+0800
2022-02-28T22:51:42.800+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Notification Hub"..: timestamp=2022-02-28T22:51:42.800+0800
2022-02-28T22:51:42.800+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Notification Hub"..: timestamp=2022-02-28T22:51:42.800+0800
2022-02-28T22:51:42.800+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Policy"..: timestamp=2022-02-28T22:51:42.800+0800
2022-02-28T22:51:42.802+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Policy"..: timestamp=2022-02-28T22:51:42.802+0800
2022-02-28T22:51:42.802+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Portal"..: timestamp=2022-02-28T22:51:42.802+0800
2022-02-28T22:51:42.802+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Portal"..: timestamp=2022-02-28T22:51:42.802+0800
2022-02-28T22:51:42.803+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "PostgreSQL"..: timestamp=2022-02-28T22:51:42.803+0800
2022-02-28T22:51:42.803+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "PostgreSQL"..: timestamp=2022-02-28T22:51:42.803+0800
2022-02-28T22:51:42.803+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "PowerBI"..: timestamp=2022-02-28T22:51:42.803+0800
2022-02-28T22:51:42.803+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "PowerBI"..: timestamp=2022-02-28T22:51:42.803+0800
2022-02-28T22:51:42.804+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Private DNS"..: timestamp=2022-02-28T22:51:42.804+0800
2022-02-28T22:51:42.804+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Private DNS"..: timestamp=2022-02-28T22:51:42.804+0800
2022-02-28T22:51:42.804+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Purview"..: timestamp=2022-02-28T22:51:42.804+0800
2022-02-28T22:51:42.804+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Purview"..: timestamp=2022-02-28T22:51:42.804+0800
2022-02-28T22:51:42.806+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Recovery Services"..: timestamp=2022-02-28T22:51:42.806+0800
2022-02-28T22:51:42.807+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Recovery Services"..: timestamp=2022-02-28T22:51:42.807+0800
2022-02-28T22:51:42.810+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Redis"..: timestamp=2022-02-28T22:51:42.810+0800
2022-02-28T22:51:42.810+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Redis"..: timestamp=2022-02-28T22:51:42.810+0800
2022-02-28T22:51:42.810+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Redis Enterprise"..: timestamp=2022-02-28T22:51:42.810+0800
2022-02-28T22:51:42.810+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Redis Enterprise"..: timestamp=2022-02-28T22:51:42.810+0800
2022-02-28T22:51:42.810+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Relay"..: timestamp=2022-02-28T22:51:42.810+0800
2022-02-28T22:51:42.810+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Relay"..: timestamp=2022-02-28T22:51:42.810+0800
2022-02-28T22:51:42.810+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Resources"..: timestamp=2022-02-28T22:51:42.810+0800
2022-02-28T22:51:42.810+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Resources"..: timestamp=2022-02-28T22:51:42.810+0800
2022-02-28T22:51:42.810+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Search"..: timestamp=2022-02-28T22:51:42.810+0800
2022-02-28T22:51:42.810+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Search"..: timestamp=2022-02-28T22:51:42.810+0800
2022-02-28T22:51:42.812+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Security Center"..: timestamp=2022-02-28T22:51:42.812+0800
2022-02-28T22:51:42.812+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Security Center"..: timestamp=2022-02-28T22:51:42.812+0800
2022-02-28T22:51:42.813+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Sentinel"..: timestamp=2022-02-28T22:51:42.813+0800
2022-02-28T22:51:42.814+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Sentinel"..: timestamp=2022-02-28T22:51:42.813+0800
2022-02-28T22:51:42.815+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "ServiceBus"..: timestamp=2022-02-28T22:51:42.815+0800
2022-02-28T22:51:42.821+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "ServiceBus"..: timestamp=2022-02-28T22:51:42.820+0800
2022-02-28T22:51:42.822+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Service Fabric"..: timestamp=2022-02-28T22:51:42.822+0800
2022-02-28T22:51:42.822+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Service Fabric"..: timestamp=2022-02-28T22:51:42.822+0800
2022-02-28T22:51:42.822+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Service Fabric Mesh"..: timestamp=2022-02-28T22:51:42.822+0800
2022-02-28T22:51:42.822+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Service Fabric Mesh"..: timestamp=2022-02-28T22:51:42.822+0800
2022-02-28T22:51:42.824+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "SignalR"..: timestamp=2022-02-28T22:51:42.824+0800
2022-02-28T22:51:42.824+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "SignalR"..: timestamp=2022-02-28T22:51:42.824+0800
2022-02-28T22:51:42.826+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "SQL"..: timestamp=2022-02-28T22:51:42.826+0800
2022-02-28T22:51:42.827+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "SQL"..: timestamp=2022-02-28T22:51:42.827+0800
2022-02-28T22:51:42.827+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Storage"..: timestamp=2022-02-28T22:51:42.827+0800
2022-02-28T22:51:42.832+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Storage"..: timestamp=2022-02-28T22:51:42.832+0800
2022-02-28T22:51:42.833+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Stream Analytics"..: timestamp=2022-02-28T22:51:42.833+0800
2022-02-28T22:51:42.833+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Stream Analytics"..: timestamp=2022-02-28T22:51:42.833+0800
2022-02-28T22:51:42.835+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Subscription"..: timestamp=2022-02-28T22:51:42.835+0800
2022-02-28T22:51:42.835+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Subscription"..: timestamp=2022-02-28T22:51:42.835+0800
2022-02-28T22:51:42.837+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Synapse"..: timestamp=2022-02-28T22:51:42.837+0800
2022-02-28T22:51:42.838+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Synapse"..: timestamp=2022-02-28T22:51:42.838+0800
2022-02-28T22:51:42.838+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Time Series Insights"..: timestamp=2022-02-28T22:51:42.838+0800
2022-02-28T22:51:42.838+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Time Series Insights"..: timestamp=2022-02-28T22:51:42.838+0800
2022-02-28T22:51:42.840+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Traffic Manager"..: timestamp=2022-02-28T22:51:42.840+0800
2022-02-28T22:51:42.840+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Traffic Manager"..: timestamp=2022-02-28T22:51:42.840+0800
2022-02-28T22:51:42.840+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Video Analyzer"..: timestamp=2022-02-28T22:51:42.840+0800
2022-02-28T22:51:42.840+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Video Analyzer"..: timestamp=2022-02-28T22:51:42.840+0800
2022-02-28T22:51:42.840+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "VMware"..: timestamp=2022-02-28T22:51:42.840+0800
2022-02-28T22:51:42.840+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "VMware"..: timestamp=2022-02-28T22:51:42.840+0800
2022-02-28T22:51:42.840+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Data Sources for "Web"..: timestamp=2022-02-28T22:51:42.840+0800
2022-02-28T22:51:42.846+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Registering Resources for "Web"..: timestamp=2022-02-28T22:51:42.846+0800
2022-02-28T22:51:42.847+0800 [INFO] provider.terraform-provider-azurerm_v2.98.0_x5: configuring server automatic mTLS: timestamp=2022-02-28T22:51:42.847+0800
2022-02-28T22:51:42.864+0800 [DEBUG] provider: using plugin: version=5
2022-02-28T22:51:42.864+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: plugin address: address=/tmp/plugin43739315 network=unix timestamp=2022-02-28T22:51:42.864+0800
2022-02-28T22:51:42.885+0800 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/azurerm\"]" provider for provider["registry.terraform.io/hashicorp/azurerm"]
2022-02-28T22:51:42.885+0800 [TRACE] provider.stdio: waiting for stdio data
2022-02-28T22:51:42.885+0800 [TRACE] NodeApplyableProvider: configuring provider["registry.terraform.io/hashicorp/azurerm"]
2022-02-28T22:51:42.890+0800 [DEBUG] created provider logger: level=trace
2022-02-28T22:51:42.891+0800 [INFO] provider: configuring client automatic mTLS
2022-02-28T22:51:42.898+0800 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/aztfmod/azurecaf/1.2.10/linux_amd64/terraform-provider-azurecaf_v1.2.10 args=[.terraform/p
roviders/registry.terraform.io/aztfmod/azurecaf/1.2.10/linux_amd64/terraform-provider-azurecaf_v1.2.10]
2022-02-28T22:51:42.904+0800 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/aztfmod/azurecaf/1.2.10/linux_amd64/terraform-provider-azurecaf_v1.2.10 pid=1644
2022-02-28T22:51:42.904+0800 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/aztfmod/azurecaf/1.2.10/linux_amd64/terraform-provider-azurecaf_v1.2.10
2022-02-28T22:51:43.059+0800 [INFO] provider.terraform-provider-azurecaf_v1.2.10: configuring server automatic mTLS: timestamp=2022-02-28T22:51:43.059+0800
2022-02-28T22:51:43.071+0800 [DEBUG] provider: using plugin: version=5
2022-02-28T22:51:43.071+0800 [DEBUG] provider.terraform-provider-azurecaf_v1.2.10: plugin address: address=/tmp/plugin1009629322 network=unix timestamp=2022-02-28T22:51:43.071+0800
2022-02-28T22:51:43.093+0800 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/aztfmod/azurecaf\"]" provider for provider["registry.terraform.io/aztfmod/azurecaf"]
2022-02-28T22:51:43.093+0800 [TRACE] NodeApplyableProvider: configuring provider["registry.terraform.io/aztfmod/azurecaf"]
2022-02-28T22:51:43.093+0800 [TRACE] provider.stdio: waiting for stdio data
2022-02-28T22:51:43.093+0800 [TRACE] buildProviderConfig for provider["registry.terraform.io/aztfmod/azurecaf"]: no configuration at all
2022-02-28T22:51:43.093+0800 [TRACE] GRPCProvider: GetProviderSchema
2022-02-28T22:51:43.093+0800 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/azurerm"]: using explicit config only
2022-02-28T22:51:43.093+0800 [TRACE] GRPCProvider: GetProviderSchema
2022-02-28T22:51:43.098+0800 [TRACE] GRPCProvider: ValidateProviderConfig
2022-02-28T22:51:43.099+0800 [TRACE] GRPCProvider: ConfigureProvider
2022-02-28T22:51:43.100+0800 [TRACE] vertex "provider[\"registry.terraform.io/aztfmod/azurecaf\"]": visit complete
2022-02-28T22:51:43.100+0800 [TRACE] vertex "azurecaf_name.resource_group (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2022-02-28T22:51:43.100+0800 [TRACE] vertex "azurecaf_name.resource_group (expand)": expanding dynamic subgraph
2022-02-28T22:51:43.100+0800 [TRACE] vertex "azurecaf_name.resource_group (expand)": entering dynamic subgraph
2022-02-28T22:51:43.100+0800 [TRACE] vertex "azurecaf_name.resource_group": starting visit (*terraform.NodePlannableResource)
2022-02-28T22:51:43.100+0800 [TRACE] vertex "azurecaf_name.kv (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2022-02-28T22:51:43.100+0800 [TRACE] vertex "azurecaf_name.kv (expand)": expanding dynamic subgraph
2022-02-28T22:51:43.100+0800 [TRACE] vertex "azurecaf_name.kv (expand)": entering dynamic subgraph
2022-02-28T22:51:43.100+0800 [TRACE] vertex "azurecaf_name.kv": starting visit (*terraform.NodePlannableResource)
2022-02-28T22:51:43.100+0800 [TRACE] vertex "azurecaf_name.kv": expanding dynamic subgraph
2022-02-28T22:51:43.100+0800 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2022-02-28T22:51:43.100+0800 [TRACE] vertex "azurecaf_name.resource_group": expanding dynamic subgraph
2022-02-28T22:51:43.100+0800 [TRACE] ResourceCountTransformer: adding azurecaf_name.kv as *terraform.NodePlannableResourceInstance
2022-02-28T22:51:43.100+0800 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
azurecaf_name.kv - *terraform.NodePlannableResourceInstance
------
2022-02-28T22:51:43.100+0800 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2022-02-28T22:51:43.100+0800 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2022-02-28T22:51:43.100+0800 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-02-28T22:51:43.100+0800 [DEBUG] Resource instance state not found for node "azurecaf_name.kv", instance azurecaf_name.kv
2022-02-28T22:51:43.100+0800 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-02-28T22:51:43.100+0800 [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-02-28T22:51:43.100+0800 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-02-28T22:51:43.100+0800 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-02-28T22:51:43.101+0800 [INFO] ReferenceTransformer: reference not found: "var.application_name"
2022-02-28T22:51:43.101+0800 [DEBUG] ReferenceTransformer: "azurecaf_name.kv" references: []
2022-02-28T22:51:43.101+0800 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2022-02-28T22:51:43.101+0800 [TRACE] Executing graph transform *terraform.RootTransformer
2022-02-28T22:51:43.101+0800 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2022-02-28T22:51:43.101+0800 [TRACE] vertex "azurecaf_name.kv": entering dynamic subgraph
2022-02-28T22:51:43.101+0800 [TRACE] vertex "azurecaf_name.kv": starting visit (*terraform.NodePlannableResourceInstance)
2022-02-28T22:51:43.101+0800 [TRACE] readResourceInstanceState: reading state for azurecaf_name.kv
2022-02-28T22:51:43.101+0800 [TRACE] readResourceInstanceState: no state present for azurecaf_name.kv
2022-02-28T22:51:43.101+0800 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for azurecaf_name.kv
2022-02-28T22:51:43.101+0800 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for azurecaf_name.kv
2022-02-28T22:51:43.101+0800 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for azurecaf_name.kv
2022-02-28T22:51:43.101+0800 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for azurecaf_name.kv
2022-02-28T22:51:43.101+0800 [TRACE] NodeAbstractResourceInstance.refresh for azurecaf_name.kv
2022-02-28T22:51:43.101+0800 [DEBUG] refresh: azurecaf_name.kv: no state, so not refreshing
2022-02-28T22:51:43.101+0800 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for azurecaf_name.kv
2022-02-28T22:51:43.101+0800 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for azurecaf_name.kv
2022-02-28T22:51:43.101+0800 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2022-02-28T22:51:43.101+0800 [TRACE] ResourceCountTransformer: adding azurecaf_name.resource_group as *terraform.NodePlannableResourceInstance
2022-02-28T22:51:43.101+0800 [TRACE] Re-validating config for "azurecaf_name.kv"
2022-02-28T22:51:43.101+0800 [TRACE] GRPCProvider: ValidateResourceConfig
2022-02-28T22:51:43.101+0800 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
azurecaf_name.resource_group - *terraform.NodePlannableResourceInstance
------
2022-02-28T22:51:43.101+0800 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2022-02-28T22:51:43.101+0800 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2022-02-28T22:51:43.101+0800 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-02-28T22:51:43.101+0800 [DEBUG] Resource instance state not found for node "azurecaf_name.resource_group", instance azurecaf_name.resource_group
2022-02-28T22:51:43.101+0800 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-02-28T22:51:43.101+0800 [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-02-28T22:51:43.101+0800 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-02-28T22:51:43.101+0800 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-02-28T22:51:43.101+0800 [INFO] ReferenceTransformer: reference not found: "var.application_name"
2022-02-28T22:51:43.101+0800 [DEBUG] ReferenceTransformer: "azurecaf_name.resource_group" references: []
2022-02-28T22:51:43.101+0800 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2022-02-28T22:51:43.101+0800 [TRACE] Executing graph transform *terraform.RootTransformer
2022-02-28T22:51:43.101+0800 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2022-02-28T22:51:43.101+0800 [TRACE] vertex "azurecaf_name.resource_group": entering dynamic subgraph
2022-02-28T22:51:43.101+0800 [TRACE] vertex "azurecaf_name.resource_group": starting visit (*terraform.NodePlannableResourceInstance)
2022-02-28T22:51:43.101+0800 [TRACE] readResourceInstanceState: reading state for azurecaf_name.resource_group
2022-02-28T22:51:43.101+0800 [TRACE] readResourceInstanceState: no state present for azurecaf_name.resource_group
2022-02-28T22:51:43.101+0800 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for azurecaf_name.resource_group
2022-02-28T22:51:43.101+0800 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for azurecaf_name.resource_group
2022-02-28T22:51:43.102+0800 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for azurecaf_name.resource_group
2022-02-28T22:51:43.102+0800 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for azurecaf_name.resource_group
2022-02-28T22:51:43.102+0800 [TRACE] NodeAbstractResourceInstance.refresh for azurecaf_name.resource_group
2022-02-28T22:51:43.102+0800 [DEBUG] refresh: azurecaf_name.resource_group: no state, so not refreshing
2022-02-28T22:51:43.102+0800 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for azurecaf_name.resource_group
2022-02-28T22:51:43.102+0800 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for azurecaf_name.resource_group
2022-02-28T22:51:43.102+0800 [TRACE] GRPCProvider: PlanResourceChange
2022-02-28T22:51:43.102+0800 [TRACE] Re-validating config for "azurecaf_name.resource_group"
2022-02-28T22:51:43.102+0800 [TRACE] GRPCProvider: ValidateResourceConfig
2022-02-28T22:51:43.102+0800 [TRACE] GRPCProvider: PlanResourceChange
2022-02-28T22:51:43.107+0800 [TRACE] provider.terraform-provider-azurerm_v2.98.0_x5: Received request: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-prov
ider-azurerm/vendor/github.com/hashicorp/terraform-plugin-go/tfprotov5/tf5server/server.go:329 @module=sdk.proto tf_proto_version=5 tf_provider_addr=provider tf_req_id=a4c30fee-1d8d-cdab-7b44-075e4f54ca
ec tf_rpc=GetSchema timestamp=2022-02-28T22:51:43.100+0800
2022-02-28T22:51:43.107+0800 [TRACE] provider.terraform-provider-azurerm_v2.98.0_x5: Calling downstream: tf_provider_addr=provider tf_req_id=a4c30fee-1d8d-cdab-7b44-075e4f54caec tf_rpc=GetSchema @caller
=/opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-azurerm/vendor/github.com/hashicorp/terraform-plugin-go/tfprotov5/tf5server/server.go:336 @module=sdk.pro
to tf_proto_version=5 timestamp=2022-02-28T22:51:43.107+0800
2022-02-28T22:51:43.107+0800 [WARN] Provider "registry.terraform.io/aztfmod/azurecaf" produced an invalid plan for azurecaf_name.kv, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .separator: planned value cty.StringVal("-") for a non-computed attribute
- .use_slug: planned value cty.True for a non-computed attribute
- .passthrough: planned value cty.False for a non-computed attribute
2022-02-28T22:51:43.107+0800 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for azurecaf_name.kv
2022-02-28T22:51:43.107+0800 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for azurecaf_name.kv
2022-02-28T22:51:43.107+0800 [TRACE] writeChange: recorded Create change for azurecaf_name.kv
2022-02-28T22:51:43.107+0800 [TRACE] vertex "azurecaf_name.kv": visit complete
2022-02-28T22:51:43.107+0800 [TRACE] vertex "azurecaf_name.kv": dynamic subgraph completed successfully
2022-02-28T22:51:43.107+0800 [TRACE] vertex "azurecaf_name.kv": visit complete
2022-02-28T22:51:43.107+0800 [TRACE] vertex "azurecaf_name.kv (expand)": dynamic subgraph completed successfully
2022-02-28T22:51:43.107+0800 [TRACE] vertex "azurecaf_name.kv (expand)": visit complete
2022-02-28T22:51:43.107+0800 [WARN] Provider "registry.terraform.io/aztfmod/azurecaf" produced an invalid plan for azurecaf_name.resource_group, but we are tolerating it because it is using the legacy
plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .separator: planned value cty.StringVal("-") for a non-computed attribute
- .use_slug: planned value cty.True for a non-computed attribute
- .passthrough: planned value cty.False for a non-computed attribute
2022-02-28T22:51:43.107+0800 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for azurecaf_name.resource_group
2022-02-28T22:51:43.108+0800 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for azurecaf_name.resource_group
2022-02-28T22:51:43.108+0800 [TRACE] writeChange: recorded Create change for azurecaf_name.resource_group
2022-02-28T22:51:43.108+0800 [TRACE] vertex "azurecaf_name.resource_group": visit complete
2022-02-28T22:51:43.108+0800 [TRACE] vertex "azurecaf_name.resource_group": dynamic subgraph completed successfully
2022-02-28T22:51:43.108+0800 [TRACE] vertex "azurecaf_name.resource_group": visit complete
2022-02-28T22:51:43.108+0800 [TRACE] vertex "azurecaf_name.resource_group (expand)": dynamic subgraph completed successfully
2022-02-28T22:51:43.108+0800 [TRACE] vertex "azurecaf_name.resource_group (expand)": visit complete
2022-02-28T22:51:43.108+0800 [TRACE] vertex "provider[\"registry.terraform.io/aztfmod/azurecaf\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2022-02-28T22:51:43.108+0800 [TRACE] GRPCProvider: Close
2022-02-28T22:51:43.108+0800 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2022-02-28T22:51:43.110+0800 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/aztfmod/azurecaf/1.2.10/linux_amd64/terraform-provider-azurecaf_v1.2.10 pid=1644
2022-02-28T22:51:43.110+0800 [DEBUG] provider: plugin exited
2022-02-28T22:51:43.110+0800 [TRACE] vertex "provider[\"registry.terraform.io/aztfmod/azurecaf\"] (close)": visit complete
2022-02-28T22:51:43.122+0800 [TRACE] provider.terraform-provider-azurerm_v2.98.0_x5: Called downstream: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-pro
vider-azurerm/vendor/github.com/hashicorp/terraform-plugin-go/tfprotov5/tf5server/server.go:342 tf_proto_version=5 tf_provider_addr=provider tf_rpc=GetSchema @module=sdk.proto tf_req_id=a4c30fee-1d8d-cd
ab-7b44-075e4f54caec timestamp=2022-02-28T22:51:43.122+0800
2022-02-28T22:51:43.141+0800 [TRACE] provider.terraform-provider-azurerm_v2.98.0_x5: Served request: tf_proto_version=5 tf_provider_addr=provider @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/src/gi
thub.com/terraform-providers/terraform-provider-azurerm/vendor/github.com/hashicorp/terraform-plugin-go/tfprotov5/tf5server/server.go:348 @module=sdk.proto tf_req_id=a4c30fee-1d8d-cdab-7b44-075e4f54caec
tf_rpc=GetSchema timestamp=2022-02-28T22:51:43.141+0800
2022-02-28T22:51:43.179+0800 [TRACE] GRPCProvider: ValidateProviderConfig
2022-02-28T22:51:43.180+0800 [TRACE] provider.terraform-provider-azurerm_v2.98.0_x5: Received request: @module=sdk.proto tf_provider_addr=provider tf_req_id=ea5baba9-e770-fa3b-98e4-4d2b247f27b9 @caller=
/opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-azurerm/vendor/github.com/hashicorp/terraform-plugin-go/tfprotov5/tf5server/server.go:354 tf_proto_version
=5 tf_rpc=PrepareProviderConfig timestamp=2022-02-28T22:51:43.180+0800
2022-02-28T22:51:43.180+0800 [TRACE] provider.terraform-provider-azurerm_v2.98.0_x5: Calling downstream: tf_req_id=ea5baba9-e770-fa3b-98e4-4d2b247f27b9 @module=sdk.proto tf_provider_addr=provider tf_rpc
=PrepareProviderConfig @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-azurerm/vendor/github.com/hashicorp/terraform-plugin-go/tfprotov5/tf5server
/server.go:361 tf_proto_version=5 timestamp=2022-02-28T22:51:43.180+0800
2022-02-28T22:51:43.234+0800 [TRACE] provider.terraform-provider-azurerm_v2.98.0_x5: Called downstream: @module=sdk.proto tf_proto_version=5 tf_provider_addr=provider tf_rpc=PrepareProviderConfig tf_req
_id=ea5baba9-e770-fa3b-98e4-4d2b247f27b9 @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-azurerm/vendor/github.com/hashicorp/terraform-plugin-go/t
fprotov5/tf5server/server.go:367 timestamp=2022-02-28T22:51:43.234+0800
2022-02-28T22:51:43.234+0800 [TRACE] provider.terraform-provider-azurerm_v2.98.0_x5: Served request: @module=sdk.proto tf_proto_version=5 tf_provider_addr=provider tf_req_id=ea5baba9-e770-fa3b-98e4-4d2b
247f27b9 tf_rpc=PrepareProviderConfig @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-azurerm/vendor/github.com/hashicorp/terraform-plugin-go/tfpr
otov5/tf5server/server.go:373 timestamp=2022-02-28T22:51:43.234+0800
2022-02-28T22:51:43.234+0800 [WARN] ValidateProviderConfig from "provider[\"registry.terraform.io/hashicorp/azurerm\"]" changed the config value, but that value is unused
2022-02-28T22:51:43.234+0800 [TRACE] GRPCProvider: ConfigureProvider
2022-02-28T22:51:43.235+0800 [TRACE] provider.terraform-provider-azurerm_v2.98.0_x5: Received request: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-prov
ider-azurerm/vendor/github.com/hashicorp/terraform-plugin-go/tfprotov5/tf5server/server.go:379 tf_proto_version=5 tf_provider_addr=provider tf_rpc=Configure @module=sdk.proto tf_req_id=e6474b09-ef5b-335
c-c996-21121256a3d6 timestamp=2022-02-28T22:51:43.235+0800
2022-02-28T22:51:43.235+0800 [TRACE] provider.terraform-provider-azurerm_v2.98.0_x5: Calling downstream: @module=sdk.proto tf_req_id=e6474b09-ef5b-335c-c996-21121256a3d6 tf_rpc=Configure @caller=/opt/te
amcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-azurerm/vendor/github.com/hashicorp/terraform-plugin-go/tfprotov5/tf5server/server.go:386 tf_proto_version=5 tf_p
rovider_addr=provider timestamp=2022-02-28T22:51:43.235+0800
2022-02-28T22:51:43.236+0800 [INFO] provider.terraform-provider-azurerm_v2.98.0_x5: Testing if Service Principal / Client Certificate is applicable for Authentication..: timestamp=2022-02-28T22:51:43.2
36+0800
2022-02-28T22:51:43.236+0800 [INFO] provider.terraform-provider-azurerm_v2.98.0_x5: Testing if Multi Tenant Service Principal / Client Secret is applicable for Authentication..: timestamp=2022-02-28T22
:51:43.236+0800
2022-02-28T22:51:43.236+0800 [INFO] provider.terraform-provider-azurerm_v2.98.0_x5: Testing if Service Principal / Client Secret is applicable for Authentication..: timestamp=2022-02-28T22:51:43.236+08
00
2022-02-28T22:51:43.236+0800 [INFO] provider.terraform-provider-azurerm_v2.98.0_x5: Testing if Managed Service Identity is applicable for Authentication..: timestamp=2022-02-28T22:51:43.236+0800
2022-02-28T22:51:43.236+0800 [INFO] provider.terraform-provider-azurerm_v2.98.0_x5: Testing if Obtaining a Multi-tenant token from the Azure CLI is applicable for Authentication..: timestamp=2022-02-28
T22:51:43.236+0800
2022-02-28T22:51:43.236+0800 [INFO] provider.terraform-provider-azurerm_v2.98.0_x5: Testing if Obtaining a token from the Azure CLI is applicable for Authentication..: timestamp=2022-02-28T22:51:43.236
+0800
2022-02-28T22:51:43.236+0800 [INFO] provider.terraform-provider-azurerm_v2.98.0_x5: Using Obtaining a token from the Azure CLI for Authentication: timestamp=2022-02-28T22:51:43.236+0800
2022-02-28T22:51:45.479+0800 [INFO] provider.terraform-provider-azurerm_v2.98.0_x5: authenticated object ID cache miss, populating with: "b5fc283f-3555-4525-9398-dfdb5796fad8": timestamp=2022-02-28T22:
51:45.479+0800
2022-02-28T22:51:45.479+0800 [INFO] provider.terraform-provider-azurerm_v2.98.0_x5: Getting OAuth config for endpoint https://login.microsoftonline.com/ with tenant 72f988bf-86f1-41af-91ab-2d7cd011db4
7: timestamp=2022-02-28T22:51:45.479+0800
2022-02-28T22:51:46.971+0800 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/azurerm\"] (close)" is waiting for "azurerm_key_vault_secret.kv (expand)"
2022-02-28T22:51:46.971+0800 [TRACE] dag/walk: vertex "output.RESOURCE_GROUP_NAME" is waiting for "azurerm_resource_group.main (expand)"
2022-02-28T22:51:46.971+0800 [TRACE] dag/walk: vertex "azurerm_resource_group.main (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:51:46.971+0800 [TRACE] dag/walk: vertex "azurerm_key_vault_secret.kv (expand)" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:51:46.971+0800 [TRACE] dag/walk: vertex "azurerm_key_vault.kv_account (expand)" is waiting for "data.azurerm_client_config.current (expand)"
2022-02-28T22:51:46.971+0800 [TRACE] dag/walk: vertex "data.azurerm_client_config.current (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:51:46.971+0800 [TRACE] dag/walk: vertex "output.KEYVAULT_URI" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:51:46.971+0800 [TRACE] dag/walk: vertex "root" is waiting for "output.KEYVAULT_URI"
2022-02-28T22:51:48.876+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: Genereated Provider Correlation Request Id: 7cdebc9b-cd0f-5321-b2d4-6d70208abfb7: timestamp=2022-02-28T22:51:48.876+0
800
2022-02-28T22:51:49.119+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: error retrieving locations: retrieving supported locations from Azure MetaData service: Get "https://management.azure
.com//metadata/endpoints?api-version=2018-01-01": dial tcp: lookup management.azure.com on 172.31.112.1:53: cannot unmarshal DNS message. Enhanced validation will be unavailable: timestamp=2022-02-28T22
:51:49.118+0800
2022-02-28T22:51:49.121+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: AzureRM Request:
GET /subscriptions/799c12ba-353c-44a1-883d-84808ebb2216/providers?api-version=2016-02-01 HTTP/1.1
Host: management.azure.com
User-Agent: Go/go1.17.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v61.4.0 resources/2016-02-01 HashiCorp Terraform/1.1.3 (+https://www.terraform.io) Terraform Plugin SDK/2.10.1 terraform-provid
er-azurerm/2.98.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
X-Ms-Correlation-Request-Id: 7cdebc9b-cd0f-5321-b2d4-6d70208abfb7
Accept-Encoding: gzip: timestamp=2022-02-28T22:51:49.121+0800
2022-02-28T22:51:49.123+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: AzureRM Response Error: Get "https://management.azure.com/subscriptions/799c12ba-353c-44a1-883d-84808ebb2216/provider
s?api-version=2016-02-01": dial tcp: lookup management.azure.com on 172.31.112.1:53: cannot unmarshal DNS message for https://management.azure.com/subscriptions/799c12ba-353c-44a1-883d-84808ebb2216/prov
iders?api-version=2016-02-01: timestamp=2022-02-28T22:51:49.123+0800
2022-02-28T22:51:51.973+0800 [TRACE] dag/walk: vertex "output.RESOURCE_GROUP_NAME" is waiting for "azurerm_resource_group.main (expand)"
2022-02-28T22:51:51.973+0800 [TRACE] dag/walk: vertex "root" is waiting for "output.KEYVAULT_URI"
2022-02-28T22:51:51.973+0800 [TRACE] dag/walk: vertex "azurerm_key_vault_secret.kv (expand)" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:51:51.973+0800 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/azurerm\"] (close)" is waiting for "azurerm_key_vault_secret.kv (expand)"
2022-02-28T22:51:51.973+0800 [TRACE] dag/walk: vertex "azurerm_resource_group.main (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:51:51.973+0800 [TRACE] dag/walk: vertex "azurerm_key_vault.kv_account (expand)" is waiting for "data.azurerm_client_config.current (expand)"
2022-02-28T22:51:51.973+0800 [TRACE] dag/walk: vertex "data.azurerm_client_config.current (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:51:51.973+0800 [TRACE] dag/walk: vertex "output.KEYVAULT_URI" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:51:56.976+0800 [TRACE] dag/walk: vertex "output.KEYVAULT_URI" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:51:56.976+0800 [TRACE] dag/walk: vertex "output.RESOURCE_GROUP_NAME" is waiting for "azurerm_resource_group.main (expand)"
2022-02-28T22:51:56.977+0800 [TRACE] dag/walk: vertex "azurerm_resource_group.main (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:51:56.977+0800 [TRACE] dag/walk: vertex "azurerm_key_vault.kv_account (expand)" is waiting for "data.azurerm_client_config.current (expand)"
2022-02-28T22:51:56.977+0800 [TRACE] dag/walk: vertex "root" is waiting for "output.KEYVAULT_URI"
2022-02-28T22:51:56.977+0800 [TRACE] dag/walk: vertex "azurerm_key_vault_secret.kv (expand)" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:51:56.977+0800 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/azurerm\"] (close)" is waiting for "azurerm_key_vault_secret.kv (expand)"
2022-02-28T22:51:56.977+0800 [TRACE] dag/walk: vertex "data.azurerm_client_config.current (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:52:01.977+0800 [TRACE] dag/walk: vertex "azurerm_key_vault_secret.kv (expand)" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:52:01.977+0800 [TRACE] dag/walk: vertex "azurerm_resource_group.main (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:52:01.977+0800 [TRACE] dag/walk: vertex "root" is waiting for "output.KEYVAULT_URI"
2022-02-28T22:52:01.977+0800 [TRACE] dag/walk: vertex "data.azurerm_client_config.current (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:52:01.977+0800 [TRACE] dag/walk: vertex "azurerm_key_vault.kv_account (expand)" is waiting for "data.azurerm_client_config.current (expand)"
2022-02-28T22:52:01.977+0800 [TRACE] dag/walk: vertex "output.KEYVAULT_URI" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:52:01.977+0800 [TRACE] dag/walk: vertex "output.RESOURCE_GROUP_NAME" is waiting for "azurerm_resource_group.main (expand)"
2022-02-28T22:52:01.977+0800 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/azurerm\"] (close)" is waiting for "azurerm_key_vault_secret.kv (expand)"
2022-02-28T22:52:06.980+0800 [TRACE] dag/walk: vertex "azurerm_resource_group.main (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:52:06.980+0800 [TRACE] dag/walk: vertex "output.RESOURCE_GROUP_NAME" is waiting for "azurerm_resource_group.main (expand)"
2022-02-28T22:52:06.980+0800 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/azurerm\"] (close)" is waiting for "azurerm_key_vault_secret.kv (expand)"
2022-02-28T22:52:06.980+0800 [TRACE] dag/walk: vertex "azurerm_key_vault_secret.kv (expand)" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:52:06.980+0800 [TRACE] dag/walk: vertex "root" is waiting for "output.KEYVAULT_URI"
2022-02-28T22:52:06.980+0800 [TRACE] dag/walk: vertex "data.azurerm_client_config.current (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:52:06.980+0800 [TRACE] dag/walk: vertex "output.KEYVAULT_URI" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:52:06.981+0800 [TRACE] dag/walk: vertex "azurerm_key_vault.kv_account (expand)" is waiting for "data.azurerm_client_config.current (expand)"
2022-02-28T22:52:11.983+0800 [TRACE] dag/walk: vertex "azurerm_key_vault.kv_account (expand)" is waiting for "data.azurerm_client_config.current (expand)"
2022-02-28T22:52:11.983+0800 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/azurerm\"] (close)" is waiting for "azurerm_key_vault_secret.kv (expand)"
2022-02-28T22:52:11.983+0800 [TRACE] dag/walk: vertex "data.azurerm_client_config.current (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:52:11.983+0800 [TRACE] dag/walk: vertex "root" is waiting for "output.KEYVAULT_URI"
2022-02-28T22:52:11.983+0800 [TRACE] dag/walk: vertex "output.KEYVAULT_URI" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:52:11.983+0800 [TRACE] dag/walk: vertex "azurerm_resource_group.main (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:52:11.983+0800 [TRACE] dag/walk: vertex "output.RESOURCE_GROUP_NAME" is waiting for "azurerm_resource_group.main (expand)"
2022-02-28T22:52:11.983+0800 [TRACE] dag/walk: vertex "azurerm_key_vault_secret.kv (expand)" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:52:16.986+0800 [TRACE] dag/walk: vertex "azurerm_key_vault_secret.kv (expand)" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:52:16.986+0800 [TRACE] dag/walk: vertex "azurerm_key_vault.kv_account (expand)" is waiting for "data.azurerm_client_config.current (expand)"
2022-02-28T22:52:16.986+0800 [TRACE] dag/walk: vertex "azurerm_resource_group.main (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:52:16.986+0800 [TRACE] dag/walk: vertex "output.RESOURCE_GROUP_NAME" is waiting for "azurerm_resource_group.main (expand)"
2022-02-28T22:52:16.986+0800 [TRACE] dag/walk: vertex "data.azurerm_client_config.current (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:52:16.986+0800 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/azurerm\"] (close)" is waiting for "azurerm_key_vault_secret.kv (expand)"
2022-02-28T22:52:16.986+0800 [TRACE] dag/walk: vertex "output.KEYVAULT_URI" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:52:16.986+0800 [TRACE] dag/walk: vertex "root" is waiting for "output.KEYVAULT_URI"
2022-02-28T22:52:19.153+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: AzureRM Request:
GET /subscriptions/799c12ba-353c-44a1-883d-84808ebb2216/providers?api-version=2016-02-01 HTTP/1.1
Host: management.azure.com
User-Agent: Go/go1.17.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v61.4.0 resources/2016-02-01 HashiCorp Terraform/1.1.3 (+https://www.terraform.io) Terraform Plugin SDK/2.10.1 terraform-provid
er-azurerm/2.98.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
X-Ms-Correlation-Request-Id: 7cdebc9b-cd0f-5321-b2d4-6d70208abfb7
Accept-Encoding: gzip: timestamp=2022-02-28T22:52:19.153+0800
2022-02-28T22:52:19.157+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: AzureRM Response Error: Get "https://management.azure.com/subscriptions/799c12ba-353c-44a1-883d-84808ebb2216/provider
s?api-version=2016-02-01": dial tcp: lookup management.azure.com on 172.31.112.1:53: cannot unmarshal DNS message for https://management.azure.com/subscriptions/799c12ba-353c-44a1-883d-84808ebb2216/prov
iders?api-version=2016-02-01: timestamp=2022-02-28T22:52:19.157+0800
2022-02-28T22:52:21.988+0800 [TRACE] dag/walk: vertex "azurerm_key_vault_secret.kv (expand)" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:52:21.988+0800 [TRACE] dag/walk: vertex "azurerm_key_vault.kv_account (expand)" is waiting for "data.azurerm_client_config.current (expand)"
2022-02-28T22:52:21.988+0800 [TRACE] dag/walk: vertex "root" is waiting for "output.KEYVAULT_URI"
2022-02-28T22:52:21.988+0800 [TRACE] dag/walk: vertex "azurerm_resource_group.main (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:52:21.988+0800 [TRACE] dag/walk: vertex "output.RESOURCE_GROUP_NAME" is waiting for "azurerm_resource_group.main (expand)"
2022-02-28T22:52:21.988+0800 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/azurerm\"] (close)" is waiting for "azurerm_key_vault_secret.kv (expand)"
2022-02-28T22:52:21.988+0800 [TRACE] dag/walk: vertex "data.azurerm_client_config.current (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:52:21.988+0800 [TRACE] dag/walk: vertex "output.KEYVAULT_URI" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:52:26.991+0800 [TRACE] dag/walk: vertex "output.KEYVAULT_URI" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:52:26.991+0800 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/azurerm\"] (close)" is waiting for "azurerm_key_vault_secret.kv (expand)"
2022-02-28T22:52:26.991+0800 [TRACE] dag/walk: vertex "output.RESOURCE_GROUP_NAME" is waiting for "azurerm_resource_group.main (expand)"
2022-02-28T22:52:26.991+0800 [TRACE] dag/walk: vertex "data.azurerm_client_config.current (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:52:26.991+0800 [TRACE] dag/walk: vertex "root" is waiting for "output.KEYVAULT_URI"
2022-02-28T22:52:26.991+0800 [TRACE] dag/walk: vertex "azurerm_resource_group.main (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:52:26.991+0800 [TRACE] dag/walk: vertex "azurerm_key_vault.kv_account (expand)" is waiting for "data.azurerm_client_config.current (expand)"
2022-02-28T22:52:26.991+0800 [TRACE] dag/walk: vertex "azurerm_key_vault_secret.kv (expand)" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:52:31.994+0800 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/azurerm\"] (close)" is waiting for "azurerm_key_vault_secret.kv (expand)"
2022-02-28T22:52:31.994+0800 [TRACE] dag/walk: vertex "output.KEYVAULT_URI" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:52:31.994+0800 [TRACE] dag/walk: vertex "root" is waiting for "output.KEYVAULT_URI"
2022-02-28T22:52:31.994+0800 [TRACE] dag/walk: vertex "output.RESOURCE_GROUP_NAME" is waiting for "azurerm_resource_group.main (expand)"
2022-02-28T22:52:31.994+0800 [TRACE] dag/walk: vertex "azurerm_key_vault_secret.kv (expand)" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:52:31.994+0800 [TRACE] dag/walk: vertex "azurerm_resource_group.main (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:52:31.994+0800 [TRACE] dag/walk: vertex "data.azurerm_client_config.current (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:52:31.994+0800 [TRACE] dag/walk: vertex "azurerm_key_vault.kv_account (expand)" is waiting for "data.azurerm_client_config.current (expand)"
2022-02-28T22:52:36.997+0800 [TRACE] dag/walk: vertex "azurerm_key_vault.kv_account (expand)" is waiting for "data.azurerm_client_config.current (expand)"
2022-02-28T22:52:36.997+0800 [TRACE] dag/walk: vertex "azurerm_resource_group.main (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:52:36.997+0800 [TRACE] dag/walk: vertex "data.azurerm_client_config.current (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:52:36.997+0800 [TRACE] dag/walk: vertex "output.KEYVAULT_URI" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:52:36.997+0800 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/azurerm\"] (close)" is waiting for "azurerm_key_vault_secret.kv (expand)"
2022-02-28T22:52:36.997+0800 [TRACE] dag/walk: vertex "azurerm_key_vault_secret.kv (expand)" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:52:36.997+0800 [TRACE] dag/walk: vertex "root" is waiting for "output.KEYVAULT_URI"
2022-02-28T22:52:36.997+0800 [TRACE] dag/walk: vertex "output.RESOURCE_GROUP_NAME" is waiting for "azurerm_resource_group.main (expand)"
2022-02-28T22:52:41.998+0800 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/azurerm\"] (close)" is waiting for "azurerm_key_vault_secret.kv (expand)"
2022-02-28T22:52:41.998+0800 [TRACE] dag/walk: vertex "azurerm_key_vault.kv_account (expand)" is waiting for "data.azurerm_client_config.current (expand)"
2022-02-28T22:52:41.998+0800 [TRACE] dag/walk: vertex "data.azurerm_client_config.current (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:52:41.998+0800 [TRACE] dag/walk: vertex "output.RESOURCE_GROUP_NAME" is waiting for "azurerm_resource_group.main (expand)"
2022-02-28T22:52:41.998+0800 [TRACE] dag/walk: vertex "root" is waiting for "output.KEYVAULT_URI"
2022-02-28T22:52:41.998+0800 [TRACE] dag/walk: vertex "azurerm_key_vault_secret.kv (expand)" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:52:41.998+0800 [TRACE] dag/walk: vertex "output.KEYVAULT_URI" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:52:41.998+0800 [TRACE] dag/walk: vertex "azurerm_resource_group.main (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:52:47.001+0800 [TRACE] dag/walk: vertex "azurerm_resource_group.main (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:52:47.001+0800 [TRACE] dag/walk: vertex "output.RESOURCE_GROUP_NAME" is waiting for "azurerm_resource_group.main (expand)"
2022-02-28T22:52:47.001+0800 [TRACE] dag/walk: vertex "azurerm_key_vault_secret.kv (expand)" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:52:47.001+0800 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/azurerm\"] (close)" is waiting for "azurerm_key_vault_secret.kv (expand)"
2022-02-28T22:52:47.001+0800 [TRACE] dag/walk: vertex "output.KEYVAULT_URI" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:52:47.001+0800 [TRACE] dag/walk: vertex "root" is waiting for "output.KEYVAULT_URI"
2022-02-28T22:52:47.001+0800 [TRACE] dag/walk: vertex "data.azurerm_client_config.current (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:52:47.001+0800 [TRACE] dag/walk: vertex "azurerm_key_vault.kv_account (expand)" is waiting for "data.azurerm_client_config.current (expand)"
2022-02-28T22:52:52.005+0800 [TRACE] dag/walk: vertex "azurerm_key_vault.kv_account (expand)" is waiting for "data.azurerm_client_config.current (expand)"
2022-02-28T22:52:52.005+0800 [TRACE] dag/walk: vertex "output.KEYVAULT_URI" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:52:52.005+0800 [TRACE] dag/walk: vertex "root" is waiting for "output.KEYVAULT_URI"
2022-02-28T22:52:52.005+0800 [TRACE] dag/walk: vertex "data.azurerm_client_config.current (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:52:52.005+0800 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/azurerm\"] (close)" is waiting for "azurerm_key_vault_secret.kv (expand)"
2022-02-28T22:52:52.005+0800 [TRACE] dag/walk: vertex "azurerm_resource_group.main (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:52:52.005+0800 [TRACE] dag/walk: vertex "output.RESOURCE_GROUP_NAME" is waiting for "azurerm_resource_group.main (expand)"
2022-02-28T22:52:52.005+0800 [TRACE] dag/walk: vertex "azurerm_key_vault_secret.kv (expand)" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:52:57.008+0800 [TRACE] dag/walk: vertex "azurerm_key_vault_secret.kv (expand)" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:52:57.008+0800 [TRACE] dag/walk: vertex "output.RESOURCE_GROUP_NAME" is waiting for "azurerm_resource_group.main (expand)"
2022-02-28T22:52:57.008+0800 [TRACE] dag/walk: vertex "azurerm_resource_group.main (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:52:57.008+0800 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/azurerm\"] (close)" is waiting for "azurerm_key_vault_secret.kv (expand)"
2022-02-28T22:52:57.008+0800 [TRACE] dag/walk: vertex "azurerm_key_vault.kv_account (expand)" is waiting for "data.azurerm_client_config.current (expand)"
2022-02-28T22:52:57.008+0800 [TRACE] dag/walk: vertex "output.KEYVAULT_URI" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:52:57.008+0800 [TRACE] dag/walk: vertex "root" is waiting for "output.KEYVAULT_URI"
2022-02-28T22:52:57.008+0800 [TRACE] dag/walk: vertex "data.azurerm_client_config.current (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:53:02.011+0800 [TRACE] dag/walk: vertex "output.RESOURCE_GROUP_NAME" is waiting for "azurerm_resource_group.main (expand)"
2022-02-28T22:53:02.011+0800 [TRACE] dag/walk: vertex "azurerm_key_vault_secret.kv (expand)" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:53:02.011+0800 [TRACE] dag/walk: vertex "data.azurerm_client_config.current (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:53:02.011+0800 [TRACE] dag/walk: vertex "output.KEYVAULT_URI" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:53:02.011+0800 [TRACE] dag/walk: vertex "azurerm_key_vault.kv_account (expand)" is waiting for "data.azurerm_client_config.current (expand)"
2022-02-28T22:53:02.011+0800 [TRACE] dag/walk: vertex "root" is waiting for "output.KEYVAULT_URI"
2022-02-28T22:53:02.011+0800 [TRACE] dag/walk: vertex "azurerm_resource_group.main (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:53:02.011+0800 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/azurerm\"] (close)" is waiting for "azurerm_key_vault_secret.kv (expand)"
2022-02-28T22:53:07.015+0800 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/azurerm\"] (close)" is waiting for "azurerm_key_vault_secret.kv (expand)"
2022-02-28T22:53:07.015+0800 [TRACE] dag/walk: vertex "data.azurerm_client_config.current (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:53:07.015+0800 [TRACE] dag/walk: vertex "azurerm_key_vault_secret.kv (expand)" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:53:07.015+0800 [TRACE] dag/walk: vertex "root" is waiting for "output.KEYVAULT_URI"
2022-02-28T22:53:07.015+0800 [TRACE] dag/walk: vertex "output.KEYVAULT_URI" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:53:07.015+0800 [TRACE] dag/walk: vertex "azurerm_key_vault.kv_account (expand)" is waiting for "data.azurerm_client_config.current (expand)"
2022-02-28T22:53:07.015+0800 [TRACE] dag/walk: vertex "output.RESOURCE_GROUP_NAME" is waiting for "azurerm_resource_group.main (expand)"
2022-02-28T22:53:07.015+0800 [TRACE] dag/walk: vertex "azurerm_resource_group.main (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:53:12.017+0800 [TRACE] dag/walk: vertex "azurerm_resource_group.main (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:53:12.018+0800 [TRACE] dag/walk: vertex "azurerm_key_vault.kv_account (expand)" is waiting for "data.azurerm_client_config.current (expand)"
2022-02-28T22:53:12.018+0800 [TRACE] dag/walk: vertex "output.KEYVAULT_URI" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:53:12.018+0800 [TRACE] dag/walk: vertex "data.azurerm_client_config.current (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:53:12.018+0800 [TRACE] dag/walk: vertex "azurerm_key_vault_secret.kv (expand)" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:53:12.018+0800 [TRACE] dag/walk: vertex "output.RESOURCE_GROUP_NAME" is waiting for "azurerm_resource_group.main (expand)"
2022-02-28T22:53:12.018+0800 [TRACE] dag/walk: vertex "root" is waiting for "output.KEYVAULT_URI"
2022-02-28T22:53:12.018+0800 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/azurerm\"] (close)" is waiting for "azurerm_key_vault_secret.kv (expand)"
2022-02-28T22:53:17.021+0800 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/azurerm\"] (close)" is waiting for "azurerm_key_vault_secret.kv (expand)"
2022-02-28T22:53:17.021+0800 [TRACE] dag/walk: vertex "azurerm_key_vault.kv_account (expand)" is waiting for "data.azurerm_client_config.current (expand)"
2022-02-28T22:53:17.021+0800 [TRACE] dag/walk: vertex "data.azurerm_client_config.current (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:53:17.021+0800 [TRACE] dag/walk: vertex "output.KEYVAULT_URI" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:53:17.021+0800 [TRACE] dag/walk: vertex "azurerm_resource_group.main (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:53:17.021+0800 [TRACE] dag/walk: vertex "azurerm_key_vault_secret.kv (expand)" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:53:17.021+0800 [TRACE] dag/walk: vertex "output.RESOURCE_GROUP_NAME" is waiting for "azurerm_resource_group.main (expand)"
2022-02-28T22:53:17.021+0800 [TRACE] dag/walk: vertex "root" is waiting for "output.KEYVAULT_URI"
2022-02-28T22:53:19.163+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: AzureRM Request:
GET /subscriptions/799c12ba-353c-44a1-883d-84808ebb2216/providers?api-version=2016-02-01 HTTP/1.1
Host: management.azure.com
User-Agent: Go/go1.17.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v61.4.0 resources/2016-02-01 HashiCorp Terraform/1.1.3 (+https://www.terraform.io) Terraform Plugin SDK/2.10.1 terraform-provid
er-azurerm/2.98.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
X-Ms-Correlation-Request-Id: 7cdebc9b-cd0f-5321-b2d4-6d70208abfb7
Accept-Encoding: gzip: timestamp=2022-02-28T22:53:19.163+0800
2022-02-28T22:53:19.170+0800 [DEBUG] provider.terraform-provider-azurerm_v2.98.0_x5: AzureRM Response Error: Get "https://management.azure.com/subscriptions/799c12ba-353c-44a1-883d-84808ebb2216/provider
s?api-version=2016-02-01": dial tcp: lookup management.azure.com on 172.31.112.1:53: cannot unmarshal DNS message for https://management.azure.com/subscriptions/799c12ba-353c-44a1-883d-84808ebb2216/prov
iders?api-version=2016-02-01: timestamp=2022-02-28T22:53:19.170+0800
2022-02-28T22:53:22.024+0800 [TRACE] dag/walk: vertex "data.azurerm_client_config.current (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:53:22.024+0800 [TRACE] dag/walk: vertex "azurerm_key_vault.kv_account (expand)" is waiting for "data.azurerm_client_config.current (expand)"
2022-02-28T22:53:22.024+0800 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/azurerm\"] (close)" is waiting for "azurerm_key_vault_secret.kv (expand)"
2022-02-28T22:53:22.024+0800 [TRACE] dag/walk: vertex "root" is waiting for "output.KEYVAULT_URI"
2022-02-28T22:53:22.024+0800 [TRACE] dag/walk: vertex "azurerm_resource_group.main (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:53:22.024+0800 [TRACE] dag/walk: vertex "azurerm_key_vault_secret.kv (expand)" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:53:22.024+0800 [TRACE] dag/walk: vertex "output.RESOURCE_GROUP_NAME" is waiting for "azurerm_resource_group.main (expand)"
2022-02-28T22:53:22.024+0800 [TRACE] dag/walk: vertex "output.KEYVAULT_URI" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:53:27.027+0800 [TRACE] dag/walk: vertex "output.KEYVAULT_URI" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:53:27.027+0800 [TRACE] dag/walk: vertex "data.azurerm_client_config.current (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:53:27.027+0800 [TRACE] dag/walk: vertex "azurerm_key_vault_secret.kv (expand)" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:53:27.027+0800 [TRACE] dag/walk: vertex "output.RESOURCE_GROUP_NAME" is waiting for "azurerm_resource_group.main (expand)"
2022-02-28T22:53:27.027+0800 [TRACE] dag/walk: vertex "azurerm_resource_group.main (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:53:27.027+0800 [TRACE] dag/walk: vertex "root" is waiting for "output.KEYVAULT_URI"
2022-02-28T22:53:27.027+0800 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/azurerm\"] (close)" is waiting for "azurerm_key_vault_secret.kv (expand)"
2022-02-28T22:53:27.028+0800 [TRACE] dag/walk: vertex "azurerm_key_vault.kv_account (expand)" is waiting for "data.azurerm_client_config.current (expand)"
2022-02-28T22:53:32.031+0800 [TRACE] dag/walk: vertex "azurerm_resource_group.main (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:53:32.031+0800 [TRACE] dag/walk: vertex "azurerm_key_vault_secret.kv (expand)" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:53:32.031+0800 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/azurerm\"] (close)" is waiting for "azurerm_key_vault_secret.kv (expand)"
2022-02-28T22:53:32.031+0800 [TRACE] dag/walk: vertex "azurerm_key_vault.kv_account (expand)" is waiting for "data.azurerm_client_config.current (expand)"
2022-02-28T22:53:32.031+0800 [TRACE] dag/walk: vertex "output.RESOURCE_GROUP_NAME" is waiting for "azurerm_resource_group.main (expand)"
2022-02-28T22:53:32.032+0800 [TRACE] dag/walk: vertex "root" is waiting for "output.KEYVAULT_URI"
2022-02-28T22:53:32.032+0800 [TRACE] dag/walk: vertex "data.azurerm_client_config.current (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:53:32.032+0800 [TRACE] dag/walk: vertex "output.KEYVAULT_URI" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:53:37.035+0800 [TRACE] dag/walk: vertex "output.KEYVAULT_URI" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:53:37.035+0800 [TRACE] dag/walk: vertex "root" is waiting for "output.KEYVAULT_URI"
2022-02-28T22:53:37.035+0800 [TRACE] dag/walk: vertex "data.azurerm_client_config.current (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:53:37.035+0800 [TRACE] dag/walk: vertex "output.RESOURCE_GROUP_NAME" is waiting for "azurerm_resource_group.main (expand)"
2022-02-28T22:53:37.035+0800 [TRACE] dag/walk: vertex "azurerm_key_vault.kv_account (expand)" is waiting for "data.azurerm_client_config.current (expand)"
2022-02-28T22:53:37.035+0800 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/azurerm\"] (close)" is waiting for "azurerm_key_vault_secret.kv (expand)"
2022-02-28T22:53:37.035+0800 [TRACE] dag/walk: vertex "azurerm_key_vault_secret.kv (expand)" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:53:37.035+0800 [TRACE] dag/walk: vertex "azurerm_resource_group.main (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:53:42.038+0800 [TRACE] dag/walk: vertex "output.RESOURCE_GROUP_NAME" is waiting for "azurerm_resource_group.main (expand)"
2022-02-28T22:53:42.038+0800 [TRACE] dag/walk: vertex "azurerm_resource_group.main (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:53:42.038+0800 [TRACE] dag/walk: vertex "output.KEYVAULT_URI" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:53:42.038+0800 [TRACE] dag/walk: vertex "azurerm_key_vault.kv_account (expand)" is waiting for "data.azurerm_client_config.current (expand)"
2022-02-28T22:53:42.038+0800 [TRACE] dag/walk: vertex "root" is waiting for "output.KEYVAULT_URI"
2022-02-28T22:53:42.038+0800 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/azurerm\"] (close)" is waiting for "azurerm_key_vault_secret.kv (expand)"
2022-02-28T22:53:42.038+0800 [TRACE] dag/walk: vertex "data.azurerm_client_config.current (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:53:42.038+0800 [TRACE] dag/walk: vertex "azurerm_key_vault_secret.kv (expand)" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:53:47.040+0800 [TRACE] dag/walk: vertex "azurerm_key_vault_secret.kv (expand)" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:53:47.040+0800 [TRACE] dag/walk: vertex "output.KEYVAULT_URI" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:53:47.040+0800 [TRACE] dag/walk: vertex "data.azurerm_client_config.current (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:53:47.040+0800 [TRACE] dag/walk: vertex "root" is waiting for "output.KEYVAULT_URI"
2022-02-28T22:53:47.040+0800 [TRACE] dag/walk: vertex "output.RESOURCE_GROUP_NAME" is waiting for "azurerm_resource_group.main (expand)"
2022-02-28T22:53:47.040+0800 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/azurerm\"] (close)" is waiting for "azurerm_key_vault_secret.kv (expand)"
2022-02-28T22:53:47.040+0800 [TRACE] dag/walk: vertex "azurerm_resource_group.main (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:53:47.040+0800 [TRACE] dag/walk: vertex "azurerm_key_vault.kv_account (expand)" is waiting for "data.azurerm_client_config.current (expand)"
2022-02-28T22:53:52.040+0800 [TRACE] dag/walk: vertex "azurerm_resource_group.main (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2022-02-28T22:53:52.040+0800 [TRACE] dag/walk: vertex "azurerm_key_vault.kv_account (expand)" is waiting for "data.azurerm_client_config.current (expand)"
2022-02-28T22:53:52.040+0800 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/azurerm\"] (close)" is waiting for "azurerm_key_vault_secret.kv (expand)"
2022-02-28T22:53:52.040+0800 [TRACE] dag/walk: vertex "output.RESOURCE_GROUP_NAME" is waiting for "azurerm_resource_group.main (expand)"
2022-02-28T22:53:52.040+0800 [TRACE] dag/walk: vertex "root" is waiting for "output.KEYVAULT_URI"
2022-02-28T22:53:52.040+0800 [TRACE] dag/walk: vertex "output.KEYVAULT_URI" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:53:52.040+0800 [TRACE] dag/walk: vertex "azurerm_key_vault_secret.kv (expand)" is waiting for "azurerm_key_vault.kv_account (expand)"
2022-02-28T22:53:52.040+0800 [TRACE] dag/walk: vertex "data.azurerm_client_config.current (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment