gmichels / terraform-provider-adguard

Terraform provider for AdGuard
https://registry.terraform.io/providers/gmichels/adguard/latest/docs
MIT License
9 stars 4 forks source link

Error in data resource adguard_config #95

Closed stanislav-bios-baranov closed 5 months ago

stanislav-bios-baranov commented 5 months ago

Hello. I am using adguard home container adguard/adguardhome:v0.107.43 (latest) and provider version 1.1.3 (latest)

While trying to have

data "adguard_config" "main" {}

I am receiving:

Planning failed. Terraform encountered an error while generating this plan.

╷
│ Error: Value Conversion Error
│ 
│   with data.adguard_config.main,
│   on adguard.tf line 1, in data "adguard_config" "main":
│    1: data "adguard_config" "main" {}
│ 
│ An unexpected error was encountered trying to convert from struct value. This is always an error in the provider. Please report the following to the provider developer:
│ 
│ error retrieving field names from struct tags: [0]: need a struct tag for "tfsdk" on Mac
╵
╷
│ Error: Value Conversion Error
│ 
│   with data.adguard_config.main,
│   on adguard.tf line 1, in data "adguard_config" "main":
│    1: data "adguard_config" "main" {}
│ 
│ An unexpected error was encountered while verifying an attribute value matched its expected type to prevent unexpected behavior or panics. This is always an error in the provider. Please report the following to the provider developer:
│ 
│ Expected framework type from provider logic: types.ObjectType["certificate_chain":basetypes.StringType, "dns_names":types.ListType[basetypes.StringType], "enabled":basetypes.BoolType, "force_https":basetypes.BoolType, "issuer":basetypes.StringType, "key_type":basetypes.StringType,
│ "not_after":basetypes.StringType, "not_before":basetypes.StringType, "port_dns_over_quic":basetypes.Int64Type, "port_dns_over_tls":basetypes.Int64Type, "port_https":basetypes.Int64Type, "private_key":basetypes.StringType, "private_key_saved":basetypes.BoolType, "server_name":basetypes.StringType,
│ "subject":basetypes.StringType, "valid_cert":basetypes.BoolType, "valid_chain":basetypes.BoolType, "valid_key":basetypes.BoolType, "valid_pair":basetypes.BoolType, "warning_validation":basetypes.StringType] / underlying type: tftypes.Object["certificate_chain":tftypes.String,
│ "dns_names":tftypes.List[tftypes.String], "enabled":tftypes.Bool, "force_https":tftypes.Bool, "issuer":tftypes.String, "key_type":tftypes.String, "not_after":tftypes.String, "not_before":tftypes.String, "port_dns_over_quic":tftypes.Number, "port_dns_over_tls":tftypes.Number,
│ "port_https":tftypes.Number, "private_key":tftypes.String, "private_key_saved":tftypes.Bool, "server_name":tftypes.String, "subject":tftypes.String, "valid_cert":tftypes.Bool, "valid_chain":tftypes.Bool, "valid_key":tftypes.Bool, "valid_pair":tftypes.Bool, "warning_validation":tftypes.String]
│ Received framework type from provider logic: types.ObjectType[] / underlying type: tftypes.Object[]
│ Path: tls
╵
gmichels commented 5 months ago

Sorry, I can't reproduce this issue. Just tried on a brand new container and it works just fine.

Maybe you have something special in your config? If you could share the AdGuardHome.yaml file (removing any sensitive info), I could see if I can reproduce.

stanislav-bios-baranov commented 5 months ago

Hello @gmichels

Thanks for fast answer.

I am attaching my stripped config. I have stripped from it my domain name, letsencrypt certificates, names and MACs of devices.

Also if it would help, I am running terraform on Mac device with Intel family processor (iMac 3,2 GHz Quad-Core Intel Core i5) with macOS Monterey 12.7.1

My terraform version is:

terraform -v  
Terraform v1.5.1
on darwin_amd64
+ provider registry.terraform.io/gmichels/adguard v1.1.3
http:
  pprof:
    port: 6060
    enabled: false
  address: 192.168.2.12:3000
  session_ttl: 720h
users:
  - name: root
    password: redacted
auth_attempts: 5
block_auth_min: 15
http_proxy: ""
language: ""
theme: auto
dns:
  bind_hosts:
    - 192.168.2.12
  port: 53
  anonymize_client_ip: false
  ratelimit: 20
  ratelimit_subnet_len_ipv4: 24
  ratelimit_subnet_len_ipv6: 56
  ratelimit_whitelist: []
  refuse_any: true
  upstream_dns:
    - tls://dns.adguard-dns.com
    - https://dns.adguard-dns.com/dns-query
  upstream_dns_file: ""
  bootstrap_dns:
    - 1.1.1.2
    - 1.0.0.2
    - 1.1.1.1
    - 1.0.0.1
  fallback_dns:
    - tls://1dot1dot1dot1.cloudflare-dns.com
    - https://dns.cloudflare.com/dns-query
  all_servers: false
  fastest_addr: false
  fastest_timeout: 1s
  allowed_clients: []
  disallowed_clients: []
  blocked_hosts:
    - version.bind
    - id.server
    - hostname.bind
  trusted_proxies:
    - 127.0.0.0/8
    - ::1/128
  cache_size: 4194304
  cache_ttl_min: 0
  cache_ttl_max: 0
  cache_optimistic: false
  bogus_nxdomain: []
  aaaa_disabled: false
  enable_dnssec: false
  edns_client_subnet:
    custom_ip: ""
    enabled: false
    use_custom: false
  max_goroutines: 300
  handle_ddr: true
  ipset: []
  ipset_file: ""
  bootstrap_prefer_ipv6: false
  upstream_timeout: 10s
  private_networks: []
  use_private_ptr_resolvers: false
  local_ptr_upstreams:
    - ""
  use_dns64: false
  dns64_prefixes: []
  serve_http3: false
  use_http3_upstreams: false
tls:
  enabled: true
  server_name: adguard.mydomain
  force_https: false
  port_https: 3001
  port_dns_over_tls: 853
  port_dns_over_quic: 853
  port_dnscrypt: 0
  dnscrypt_config_file: ""
  allow_unencrypted_doh: false
  certificate_chain: |
    -----BEGIN CERTIFICATE-----
    let's encrypt certificate chain stripped here
    -----END CERTIFICATE-----
    -----BEGIN CERTIFICATE-----
    let's encrypt certificate chain stripped here
    -----END CERTIFICATE-----
    -----BEGIN CERTIFICATE-----
    let's encrypt certificate chain stripped here
    -----END CERTIFICATE-----
  private_key: |
    -----BEGIN RSA PRIVATE KEY-----
    let's encrypt certificate stripped here
    -----END RSA PRIVATE KEY-----
  certificate_path: ""
  private_key_path: ""
  strict_sni_check: false
querylog:
  ignored: []
  interval: 2160h
  size_memory: 1000
  enabled: true
  file_enabled: true
statistics:
  ignored: []
  interval: 24h
  enabled: true
filters:
  - enabled: true
    url: https://adguardteam.github.io/HostlistsRegistry/assets/filter_1.txt
    name: AdGuard DNS filter
    id: 1
  - enabled: true
    url: https://adguardteam.github.io/HostlistsRegistry/assets/filter_2.txt
    name: AdAway Default Blocklist
    id: 2
whitelist_filters: []
user_rules:
  - '||pikabu.ru^'
  - ""
dhcp:
  enabled: true
  interface_name: eth0
  local_domain_name: lan
  dhcpv4:
    gateway_ip: 192.168.2.1
    subnet_mask: 255.255.255.0
    range_start: 192.168.2.30
    range_end: 192.168.2.250
    lease_duration: 3600
    icmp_timeout_msec: 1000
    options: []
  dhcpv6:
    range_start: ""
    lease_duration: 86400
    ra_slaac_only: false
    ra_allow_slaac: false
filtering:
  blocking_ipv4: ""
  blocking_ipv6: ""
  blocked_services:
    schedule:
      time_zone: UTC
    ids: []
  protection_disabled_until: null
  safe_search:
    enabled: false
    bing: true
    duckduckgo: true
    google: true
    pixabay: true
    yandex: true
    youtube: true
  blocking_mode: default
  parental_block_host: family-block.dns.adguard.com
  safebrowsing_block_host: standard-block.dns.adguard.com
  rewrites: []
  safebrowsing_cache_size: 1048576
  safesearch_cache_size: 1048576
  parental_cache_size: 1048576
  cache_time: 30
  filters_update_interval: 24
  blocked_response_ttl: 10
  filtering_enabled: true
  parental_enabled: true
  safebrowsing_enabled: true
  protection_enabled: true
clients:
  runtime_sources:
    whois: true
    arp: true
    rdns: true
    dhcp: true
    hosts: true
  persistent:
    - safe_search:
        enabled: true
        bing: true
        duckduckgo: true
        google: true
        pixabay: true
        yandex: true
        youtube: true
      blocked_services:
        schedule:
          time_zone: UTC
        ids: []
      name: Device 1
      ids:
        - 99:99:99:99:99:99
      tags:
        - device_laptop
        - os_other
        - user_child
      upstreams: []
      use_global_settings: false
      filtering_enabled: true
      parental_enabled: true
      safebrowsing_enabled: true
      use_global_blocked_services: true
      ignore_querylog: false
      ignore_statistics: false
    - safe_search:
        enabled: true
        bing: true
        duckduckgo: true
        google: true
        pixabay: true
        yandex: true
        youtube: true
      blocked_services:
        schedule:
          time_zone: UTC
        ids: []
      name: Device 2
      ids:
        - 99:99:99:99:99:98
      tags:
        - device_phone
        - os_android
        - user_child
      upstreams: []
      use_global_settings: false
      filtering_enabled: true
      parental_enabled: true
      safebrowsing_enabled: true
      use_global_blocked_services: true
      ignore_querylog: false
      ignore_statistics: false
    - safe_search:
        enabled: false
        bing: false
        duckduckgo: false
        google: false
        pixabay: false
        yandex: false
        youtube: false
      blocked_services:
        schedule:
          time_zone: UTC
        ids: []
      name: Device 3
      ids:
        - 99:99:99:99:99:97
        - 192.168.2.36
      tags:
        - device_phone
        - os_ios
        - user_regular
      upstreams: []
      use_global_settings: false
      filtering_enabled: true
      parental_enabled: false
      safebrowsing_enabled: true
      use_global_blocked_services: true
      ignore_querylog: false
      ignore_statistics: false
    - safe_search:
        enabled: true
        bing: true
        duckduckgo: true
        google: true
        pixabay: true
        yandex: true
        youtube: true
      blocked_services:
        schedule:
          time_zone: UTC
        ids: []
      name: Device 4
      ids:
        - 99:99:99:99:99:96
      tags:
        - device_phone
        - os_android
        - user_child
      upstreams: []
      use_global_settings: false
      filtering_enabled: true
      parental_enabled: true
      safebrowsing_enabled: true
      use_global_blocked_services: true
      ignore_querylog: false
      ignore_statistics: false
    - safe_search:
        enabled: false
        bing: false
        duckduckgo: false
        google: false
        pixabay: false
        yandex: false
        youtube: false
      blocked_services:
        schedule:
          time_zone: UTC
        ids: []
      name: Device 5
      ids:
        - 99:99:99:99:99:95
        - 192.168.2.38
      tags:
        - device_phone
        - os_ios
        - user_admin
      upstreams: []
      use_global_settings: true
      filtering_enabled: true
      parental_enabled: false
      safebrowsing_enabled: true
      use_global_blocked_services: true
      ignore_querylog: false
      ignore_statistics: false
    - safe_search:
        enabled: false
        bing: true
        duckduckgo: true
        google: true
        pixabay: true
        yandex: true
        youtube: true
      blocked_services:
        schedule:
          time_zone: UTC
        ids: []
      name: Device 6
      ids:
        - 99:99:99:99:99:94
        - 192.168.2.17
      tags:
        - device_laptop
        - os_linux
        - user_admin
      upstreams: []
      use_global_settings: true
      filtering_enabled: false
      parental_enabled: false
      safebrowsing_enabled: false
      use_global_blocked_services: true
      ignore_querylog: false
      ignore_statistics: false
    - safe_search:
        enabled: false
        bing: true
        duckduckgo: true
        google: true
        pixabay: true
        yandex: true
        youtube: true
      blocked_services:
        schedule:
          time_zone: UTC
        ids: []
      name: Device 7
      ids:
        - 99:99:99:99:99:93
      tags:
        - device_laptop
        - os_linux
        - user_admin
      upstreams: []
      use_global_settings: true
      filtering_enabled: false
      parental_enabled: false
      safebrowsing_enabled: false
      use_global_blocked_services: true
      ignore_querylog: false
      ignore_statistics: false
    - safe_search:
        enabled: false
        bing: true
        duckduckgo: true
        google: true
        pixabay: true
        yandex: true
        youtube: true
      blocked_services:
        schedule:
          time_zone: UTC
        ids: []
      name: Device 8
      ids:
        - 99:99:99:99:99:92
        - 192.168.2.11
      tags:
        - os_macos
        - user_admin
      upstreams: []
      use_global_settings: false
      filtering_enabled: true
      parental_enabled: false
      safebrowsing_enabled: true
      use_global_blocked_services: true
      ignore_querylog: false
      ignore_statistics: false
    - safe_search:
        enabled: false
        bing: false
        duckduckgo: false
        google: false
        pixabay: false
        yandex: false
        youtube: false
      blocked_services:
        schedule:
          time_zone: UTC
        ids: []
      name: Device 9
      ids:
        - 99:99:99:99:99:91
        - 192.168.2.16
      tags:
        - device_printer
      upstreams: []
      use_global_settings: true
      filtering_enabled: false
      parental_enabled: false
      safebrowsing_enabled: false
      use_global_blocked_services: true
      ignore_querylog: false
      ignore_statistics: false
log:
  file: ""
  max_backups: 0
  max_size: 100
  max_age: 3
  compress: false
  local_time: false
  verbose: false
os:
  group: ""
  user: ""
  rlimit_nofile: 0
schema_version: 27
stanislav-bios-baranov commented 5 months ago

I narrowed down scope of reproduction.

I am testing it with main.tf

terraform {

  required_version = ">= 1.3.1, < 2.0.0"

  required_providers {
    adguard = {
      source  = "gmichels/adguard"
      version = ">=1.1.3, < 2.0.0"
    }
  }

}

provider "adguard" {
  scheme   = "http"
  host     = "adguard.mydomain:3000"
  username = "username"
  password = "password"
}

data "adguard_config" "main" {}

TF logs output with TF_LOG_PROVIDER=TRACE look like (I stripped from them username and domain name)

2024-01-09T02:33:47.234-0500 [INFO]  provider: configuring client automatic mTLS
2024-01-09T02:33:47.256-0500 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/gmichels/adguard/1.1.3/darwin_amd64/terraform-provider-adguard_v1.1.3 args=[.terraform/providers/registry.terraform.io/gmichels/adguard/1.1.3/darwin_amd64/terraform-provider-adguard_v1.1.3]
2024-01-09T02:33:47.259-0500 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/gmichels/adguard/1.1.3/darwin_amd64/terraform-provider-adguard_v1.1.3 pid=5448
2024-01-09T02:33:47.260-0500 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/gmichels/adguard/1.1.3/darwin_amd64/terraform-provider-adguard_v1.1.3
2024-01-09T02:33:47.267-0500 [INFO]  provider.terraform-provider-adguard_v1.1.3: configuring server automatic mTLS: timestamp=2024-01-09T02:33:47.267-0500
2024-01-09T02:33:47.280-0500 [DEBUG] provider.terraform-provider-adguard_v1.1.3: plugin address: address=/var/folders/1f/j0s5zqyd69s5gr332mz2sy480000gn/T/plugin1086317188 network=unix timestamp=2024-01-09T02:33:47.280-0500
2024-01-09T02:33:47.280-0500 [DEBUG] provider: using plugin: version=6
2024-01-09T02:33:47.302-0500 [TRACE] provider.stdio: waiting for stdio data
2024-01-09T02:33:47.303-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Received request: tf_proto_version=6.4 @caller=github.com/hashicorp/terraform-plugin-go@v0.20.0/tfprotov6/tf6server/server.go:531 @module=sdk.proto tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=7a588fe0-fd8a-f727-55b6-cfa5bdf7da70 tf_rpc=GetProviderSchema timestamp=2024-01-09T02:33:47.303-0500
2024-01-09T02:33:47.388-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Sending request downstream: tf_proto_version=6.4 tf_provider_addr=registry.terraform.io/gmichels/adguard @caller=github.com/hashicorp/terraform-plugin-go@v0.20.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:20 tf_req_id=7a588fe0-fd8a-f727-55b6-cfa5bdf7da70 tf_rpc=GetProviderSchema @module=sdk.proto timestamp=2024-01-09T02:33:47.303-0500
2024-01-09T02:33:47.388-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Checking ProviderSchema lock: tf_req_id=7a588fe0-fd8a-f727-55b6-cfa5bdf7da70 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:318 @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard timestamp=2024-01-09T02:33:47.303-0500
2024-01-09T02:33:47.388-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined Provider Schema: tf_req_id=7a588fe0-fd8a-f727-55b6-cfa5bdf7da70 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:329 @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard timestamp=2024-01-09T02:33:47.303-0500
2024-01-09T02:33:47.319-0500 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-01-09T02:33:47.388-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined Provider Schema: tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=7a588fe0-fd8a-f727-55b6-cfa5bdf7da70 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:331 @module=sdk.framework timestamp=2024-01-09T02:33:47.303-0500
2024-01-09T02:33:47.388-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Checking ResourceTypes lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=7a588fe0-fd8a-f727-55b6-cfa5bdf7da70 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:396 timestamp=2024-01-09T02:33:47.303-0500
2024-01-09T02:33:47.389-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Checking ProviderTypeName lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=7a588fe0-fd8a-f727-55b6-cfa5bdf7da70 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:295 timestamp=2024-01-09T02:33:47.303-0500
2024-01-09T02:33:47.389-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined Provider Metadata: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:306 @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=7a588fe0-fd8a-f727-55b6-cfa5bdf7da70 timestamp=2024-01-09T02:33:47.303-0500
2024-01-09T02:33:47.390-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined Provider Metadata: @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=7a588fe0-fd8a-f727-55b6-cfa5bdf7da70 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:308 timestamp=2024-01-09T02:33:47.303-0500
2024-01-09T02:33:47.390-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined Provider Resources: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:407 @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=7a588fe0-fd8a-f727-55b6-cfa5bdf7da70 timestamp=2024-01-09T02:33:47.303-0500
2024-01-09T02:33:47.390-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined Provider Resources: tf_req_id=7a588fe0-fd8a-f727-55b6-cfa5bdf7da70 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:409 @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard timestamp=2024-01-09T02:33:47.303-0500
2024-01-09T02:33:47.390-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Found resource type: @module=sdk.framework tf_resource_type=adguard_client @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:430 tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=7a588fe0-fd8a-f727-55b6-cfa5bdf7da70 tf_rpc=GetProviderSchema timestamp=2024-01-09T02:33:47.303-0500
2024-01-09T02:33:47.390-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Found resource type: tf_provider_addr=registry.terraform.io/gmichels/adguard tf_resource_type=adguard_list_filter tf_rpc=GetProviderSchema tf_req_id=7a588fe0-fd8a-f727-55b6-cfa5bdf7da70 @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:430 @module=sdk.framework timestamp=2024-01-09T02:33:47.303-0500
2024-01-09T02:33:47.391-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:430 tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=7a588fe0-fd8a-f727-55b6-cfa5bdf7da70 @module=sdk.framework tf_resource_type=adguard_user_rules timestamp=2024-01-09T02:33:47.303-0500
2024-01-09T02:33:47.391-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Found resource type: @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:430 tf_req_id=7a588fe0-fd8a-f727-55b6-cfa5bdf7da70 tf_resource_type=adguard_rewrite tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard timestamp=2024-01-09T02:33:47.303-0500
2024-01-09T02:33:47.391-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Found resource type: tf_req_id=7a588fe0-fd8a-f727-55b6-cfa5bdf7da70 tf_resource_type=adguard_config @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:430 timestamp=2024-01-09T02:33:47.303-0500
2024-01-09T02:33:47.391-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined Resource Schema method: @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:526 tf_resource_type=adguard_user_rules tf_rpc=GetProviderSchema tf_req_id=7a588fe0-fd8a-f727-55b6-cfa5bdf7da70 timestamp=2024-01-09T02:33:47.303-0500
2024-01-09T02:33:47.391-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined Resource Schema method: tf_provider_addr=registry.terraform.io/gmichels/adguard tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:528 @module=sdk.framework tf_req_id=7a588fe0-fd8a-f727-55b6-cfa5bdf7da70 tf_resource_type=adguard_user_rules timestamp=2024-01-09T02:33:47.303-0500
2024-01-09T02:33:47.392-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined Resource Schema method: @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:526 tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=7a588fe0-fd8a-f727-55b6-cfa5bdf7da70 tf_rpc=GetProviderSchema tf_resource_type=adguard_rewrite @module=sdk.framework timestamp=2024-01-09T02:33:47.303-0500
2024-01-09T02:33:47.392-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined Resource Schema method: @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:528 @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_rpc=GetProviderSchema tf_req_id=7a588fe0-fd8a-f727-55b6-cfa5bdf7da70 tf_resource_type=adguard_rewrite timestamp=2024-01-09T02:33:47.303-0500
2024-01-09T02:33:47.392-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined Resource Schema method: tf_req_id=7a588fe0-fd8a-f727-55b6-cfa5bdf7da70 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:526 @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_resource_type=adguard_config timestamp=2024-01-09T02:33:47.303-0500
2024-01-09T02:33:47.392-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined Resource Schema method: tf_resource_type=adguard_config @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:528 tf_provider_addr=registry.terraform.io/gmichels/adguard @module=sdk.framework tf_req_id=7a588fe0-fd8a-f727-55b6-cfa5bdf7da70 tf_rpc=GetProviderSchema timestamp=2024-01-09T02:33:47.307-0500
2024-01-09T02:33:47.392-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined Resource Schema method: tf_req_id=7a588fe0-fd8a-f727-55b6-cfa5bdf7da70 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:526 @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_resource_type=adguard_client timestamp=2024-01-09T02:33:47.307-0500
2024-01-09T02:33:47.393-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined Resource Schema method: tf_resource_type=adguard_client @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=7a588fe0-fd8a-f727-55b6-cfa5bdf7da70 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:528 timestamp=2024-01-09T02:33:47.307-0500
2024-01-09T02:33:47.393-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined Resource Schema method: @module=sdk.framework tf_req_id=7a588fe0-fd8a-f727-55b6-cfa5bdf7da70 tf_rpc=GetProviderSchema tf_resource_type=adguard_list_filter @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:526 tf_provider_addr=registry.terraform.io/gmichels/adguard timestamp=2024-01-09T02:33:47.307-0500
2024-01-09T02:33:47.394-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined Resource Schema method: tf_req_id=7a588fe0-fd8a-f727-55b6-cfa5bdf7da70 @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_resource_type=adguard_list_filter tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:528 timestamp=2024-01-09T02:33:47.307-0500
2024-01-09T02:33:47.394-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Checking DataSourceTypes lock: tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=7a588fe0-fd8a-f727-55b6-cfa5bdf7da70 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:139 @module=sdk.framework timestamp=2024-01-09T02:33:47.307-0500
2024-01-09T02:33:47.394-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Checking ProviderTypeName lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=7a588fe0-fd8a-f727-55b6-cfa5bdf7da70 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:295 timestamp=2024-01-09T02:33:47.307-0500
2024-01-09T02:33:47.394-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined Provider DataSources: @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=7a588fe0-fd8a-f727-55b6-cfa5bdf7da70 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:150 timestamp=2024-01-09T02:33:47.307-0500
2024-01-09T02:33:47.394-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined Provider DataSources: tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=7a588fe0-fd8a-f727-55b6-cfa5bdf7da70 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:152 @module=sdk.framework timestamp=2024-01-09T02:33:47.307-0500
2024-01-09T02:33:47.395-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Found data source type: @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:173 @module=sdk.framework tf_req_id=7a588fe0-fd8a-f727-55b6-cfa5bdf7da70 tf_data_source_type=adguard_client tf_provider_addr=registry.terraform.io/gmichels/adguard tf_rpc=GetProviderSchema timestamp=2024-01-09T02:33:47.308-0500
2024-01-09T02:33:47.395-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Found data source type: @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:173 @module=sdk.framework tf_data_source_type=adguard_list_filter tf_req_id=7a588fe0-fd8a-f727-55b6-cfa5bdf7da70 tf_provider_addr=registry.terraform.io/gmichels/adguard tf_rpc=GetProviderSchema timestamp=2024-01-09T02:33:47.308-0500
2024-01-09T02:33:47.498-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Found data source type: @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:173 @module=sdk.framework tf_data_source_type=adguard_user_rules tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=7a588fe0-fd8a-f727-55b6-cfa5bdf7da70 tf_rpc=GetProviderSchema timestamp=2024-01-09T02:33:47.308-0500
2024-01-09T02:33:47.498-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Found data source type: tf_data_source_type=adguard_rewrite tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:173 @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=7a588fe0-fd8a-f727-55b6-cfa5bdf7da70 timestamp=2024-01-09T02:33:47.308-0500
2024-01-09T02:33:47.498-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Found data source type: tf_req_id=7a588fe0-fd8a-f727-55b6-cfa5bdf7da70 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/gmichels/adguard tf_data_source_type=adguard_config @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:173 @module=sdk.framework timestamp=2024-01-09T02:33:47.308-0500
2024-01-09T02:33:47.498-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined DataSource Schema: tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=7a588fe0-fd8a-f727-55b6-cfa5bdf7da70 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:269 @module=sdk.framework tf_data_source_type=adguard_client timestamp=2024-01-09T02:33:47.308-0500
2024-01-09T02:33:47.498-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined DataSource Schema: tf_data_source_type=adguard_client tf_provider_addr=registry.terraform.io/gmichels/adguard @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:271 @module=sdk.framework tf_req_id=7a588fe0-fd8a-f727-55b6-cfa5bdf7da70 tf_rpc=GetProviderSchema timestamp=2024-01-09T02:33:47.308-0500
2024-01-09T02:33:47.499-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined DataSource Schema: @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:269 tf_data_source_type=adguard_list_filter tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=7a588fe0-fd8a-f727-55b6-cfa5bdf7da70 tf_rpc=GetProviderSchema @module=sdk.framework timestamp=2024-01-09T02:33:47.308-0500
2024-01-09T02:33:47.499-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined DataSource Schema: tf_data_source_type=adguard_list_filter tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=7a588fe0-fd8a-f727-55b6-cfa5bdf7da70 @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:271 timestamp=2024-01-09T02:33:47.308-0500
2024-01-09T02:33:47.499-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined DataSource Schema: @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=7a588fe0-fd8a-f727-55b6-cfa5bdf7da70 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:269 tf_data_source_type=adguard_user_rules timestamp=2024-01-09T02:33:47.308-0500
2024-01-09T02:33:47.499-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined DataSource Schema: tf_provider_addr=registry.terraform.io/gmichels/adguard @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:271 @module=sdk.framework tf_data_source_type=adguard_user_rules tf_req_id=7a588fe0-fd8a-f727-55b6-cfa5bdf7da70 tf_rpc=GetProviderSchema timestamp=2024-01-09T02:33:47.308-0500
2024-01-09T02:33:47.499-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined DataSource Schema: @module=sdk.framework tf_data_source_type=adguard_rewrite @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:269 tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=7a588fe0-fd8a-f727-55b6-cfa5bdf7da70 tf_rpc=GetProviderSchema timestamp=2024-01-09T02:33:47.308-0500
2024-01-09T02:33:47.499-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined DataSource Schema: @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:271 tf_data_source_type=adguard_rewrite tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=7a588fe0-fd8a-f727-55b6-cfa5bdf7da70 tf_rpc=GetProviderSchema @module=sdk.framework timestamp=2024-01-09T02:33:47.308-0500
2024-01-09T02:33:47.499-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined DataSource Schema: @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:269 tf_data_source_type=adguard_config tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=7a588fe0-fd8a-f727-55b6-cfa5bdf7da70 timestamp=2024-01-09T02:33:47.308-0500
2024-01-09T02:33:47.500-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined DataSource Schema: tf_data_source_type=adguard_config tf_rpc=GetProviderSchema @module=sdk.framework tf_req_id=7a588fe0-fd8a-f727-55b6-cfa5bdf7da70 @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:271 tf_provider_addr=registry.terraform.io/gmichels/adguard timestamp=2024-01-09T02:33:47.308-0500
2024-01-09T02:33:47.500-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Received downstream response: tf_proto_version=6.4 @module=sdk.proto diagnostic_warning_count=0 tf_req_duration_ms=5 tf_req_id=7a588fe0-fd8a-f727-55b6-cfa5bdf7da70 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.20.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:40 diagnostic_error_count=0 tf_provider_addr=registry.terraform.io/gmichels/adguard timestamp=2024-01-09T02:33:47.308-0500
2024-01-09T02:33:47.500-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Announced server capabilities: tf_server_capability_plan_destroy=true @caller=github.com/hashicorp/terraform-plugin-go@v0.20.0/tfprotov6/internal/tf6serverlogging/server_capabilities.go:25 @module=sdk.proto tf_proto_version=6.4 tf_req_id=7a588fe0-fd8a-f727-55b6-cfa5bdf7da70 tf_provider_addr=registry.terraform.io/gmichels/adguard tf_rpc=GetProviderSchema tf_server_capability_get_provider_schema_optional=true timestamp=2024-01-09T02:33:47.308-0500
2024-01-09T02:33:47.500-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Served request: tf_proto_version=6.4 tf_req_id=7a588fe0-fd8a-f727-55b6-cfa5bdf7da70 @caller=github.com/hashicorp/terraform-plugin-go@v0.20.0/tfprotov6/tf6server/server.go:551 @module=sdk.proto tf_provider_addr=registry.terraform.io/gmichels/adguard tf_rpc=GetProviderSchema timestamp=2024-01-09T02:33:47.309-0500
2024-01-09T02:33:47.501-0500 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/gmichels/adguard/1.1.3/darwin_amd64/terraform-provider-adguard_v1.1.3 pid=5448
2024-01-09T02:33:47.501-0500 [DEBUG] provider: plugin exited
2024-01-09T02:33:47.502-0500 [INFO]  provider: configuring client automatic mTLS
2024-01-09T02:33:47.511-0500 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/gmichels/adguard/1.1.3/darwin_amd64/terraform-provider-adguard_v1.1.3 args=[.terraform/providers/registry.terraform.io/gmichels/adguard/1.1.3/darwin_amd64/terraform-provider-adguard_v1.1.3]
2024-01-09T02:33:47.513-0500 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/gmichels/adguard/1.1.3/darwin_amd64/terraform-provider-adguard_v1.1.3 pid=5449
2024-01-09T02:33:47.513-0500 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/gmichels/adguard/1.1.3/darwin_amd64/terraform-provider-adguard_v1.1.3
2024-01-09T02:33:47.521-0500 [INFO]  provider.terraform-provider-adguard_v1.1.3: configuring server automatic mTLS: timestamp=2024-01-09T02:33:47.520-0500
2024-01-09T02:33:47.534-0500 [DEBUG] provider: using plugin: version=6
2024-01-09T02:33:47.534-0500 [DEBUG] provider.terraform-provider-adguard_v1.1.3: plugin address: address=/var/folders/1f/j0s5zqyd69s5gr332mz2sy480000gn/T/plugin2541413874 network=unix timestamp=2024-01-09T02:33:47.534-0500
2024-01-09T02:33:47.546-0500 [TRACE] provider.stdio: waiting for stdio data
2024-01-09T02:33:47.547-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Received request: tf_proto_version=6.4 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=48e574c7-89f0-3ea3-7a7f-f957cbba12d3 @caller=github.com/hashicorp/terraform-plugin-go@v0.20.0/tfprotov6/tf6server/server.go:531 @module=sdk.proto timestamp=2024-01-09T02:33:47.547-0500
2024-01-09T02:33:47.601-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Sending request downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.20.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:20 @module=sdk.proto tf_proto_version=6.4 tf_req_id=48e574c7-89f0-3ea3-7a7f-f957cbba12d3 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/gmichels/adguard timestamp=2024-01-09T02:33:47.547-0500
2024-01-09T02:33:47.601-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Checking ProviderSchema lock: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:318 @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=48e574c7-89f0-3ea3-7a7f-f957cbba12d3 timestamp=2024-01-09T02:33:47.547-0500
2024-01-09T02:33:47.567-0500 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-01-09T02:33:47.601-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined Provider Schema: @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=48e574c7-89f0-3ea3-7a7f-f957cbba12d3 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:329 timestamp=2024-01-09T02:33:47.547-0500
2024-01-09T02:33:47.601-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined Provider Schema: tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=48e574c7-89f0-3ea3-7a7f-f957cbba12d3 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:331 @module=sdk.framework timestamp=2024-01-09T02:33:47.547-0500
2024-01-09T02:33:47.602-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Checking ResourceTypes lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=48e574c7-89f0-3ea3-7a7f-f957cbba12d3 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:396 timestamp=2024-01-09T02:33:47.547-0500
2024-01-09T02:33:47.602-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Checking ProviderTypeName lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=48e574c7-89f0-3ea3-7a7f-f957cbba12d3 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:295 timestamp=2024-01-09T02:33:47.547-0500
2024-01-09T02:33:47.602-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined Provider Metadata: tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=48e574c7-89f0-3ea3-7a7f-f957cbba12d3 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:306 @module=sdk.framework timestamp=2024-01-09T02:33:47.547-0500
2024-01-09T02:33:47.603-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined Provider Metadata: @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:308 @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=48e574c7-89f0-3ea3-7a7f-f957cbba12d3 tf_rpc=GetProviderSchema timestamp=2024-01-09T02:33:47.547-0500
2024-01-09T02:33:47.603-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined Provider Resources: @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:407 @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=48e574c7-89f0-3ea3-7a7f-f957cbba12d3 tf_rpc=GetProviderSchema timestamp=2024-01-09T02:33:47.547-0500
2024-01-09T02:33:47.603-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined Provider Resources: tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=48e574c7-89f0-3ea3-7a7f-f957cbba12d3 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:409 @module=sdk.framework timestamp=2024-01-09T02:33:47.547-0500
2024-01-09T02:33:47.603-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Found resource type: @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:430 tf_req_id=48e574c7-89f0-3ea3-7a7f-f957cbba12d3 tf_resource_type=adguard_client tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard timestamp=2024-01-09T02:33:47.547-0500
2024-01-09T02:33:47.603-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Found resource type: @module=sdk.framework tf_resource_type=adguard_list_filter @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:430 tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=48e574c7-89f0-3ea3-7a7f-f957cbba12d3 tf_rpc=GetProviderSchema timestamp=2024-01-09T02:33:47.547-0500
2024-01-09T02:33:47.604-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Found resource type: @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:430 tf_req_id=48e574c7-89f0-3ea3-7a7f-f957cbba12d3 @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_resource_type=adguard_user_rules tf_rpc=GetProviderSchema timestamp=2024-01-09T02:33:47.547-0500
2024-01-09T02:33:47.604-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Found resource type: tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=48e574c7-89f0-3ea3-7a7f-f957cbba12d3 tf_resource_type=adguard_rewrite @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:430 @module=sdk.framework timestamp=2024-01-09T02:33:47.547-0500
2024-01-09T02:33:47.604-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Found resource type: tf_rpc=GetProviderSchema tf_resource_type=adguard_config @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:430 @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=48e574c7-89f0-3ea3-7a7f-f957cbba12d3 timestamp=2024-01-09T02:33:47.547-0500
2024-01-09T02:33:47.604-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined Resource Schema method: @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:526 tf_resource_type=adguard_client @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=48e574c7-89f0-3ea3-7a7f-f957cbba12d3 tf_rpc=GetProviderSchema timestamp=2024-01-09T02:33:47.547-0500
2024-01-09T02:33:47.604-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined Resource Schema method: tf_req_id=48e574c7-89f0-3ea3-7a7f-f957cbba12d3 tf_resource_type=adguard_client @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:528 tf_provider_addr=registry.terraform.io/gmichels/adguard tf_rpc=GetProviderSchema @module=sdk.framework timestamp=2024-01-09T02:33:47.548-0500
2024-01-09T02:33:47.605-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined Resource Schema method: tf_req_id=48e574c7-89f0-3ea3-7a7f-f957cbba12d3 tf_resource_type=adguard_list_filter @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:526 @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_rpc=GetProviderSchema timestamp=2024-01-09T02:33:47.548-0500
2024-01-09T02:33:47.605-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined Resource Schema method: tf_req_id=48e574c7-89f0-3ea3-7a7f-f957cbba12d3 tf_resource_type=adguard_list_filter tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:528 @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard timestamp=2024-01-09T02:33:47.548-0500
2024-01-09T02:33:47.605-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined Resource Schema method: tf_resource_type=adguard_user_rules tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:526 @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=48e574c7-89f0-3ea3-7a7f-f957cbba12d3 timestamp=2024-01-09T02:33:47.548-0500
2024-01-09T02:33:47.605-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined Resource Schema method: tf_resource_type=adguard_user_rules @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=48e574c7-89f0-3ea3-7a7f-f957cbba12d3 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:528 timestamp=2024-01-09T02:33:47.548-0500
2024-01-09T02:33:47.606-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined Resource Schema method: @module=sdk.framework tf_req_id=48e574c7-89f0-3ea3-7a7f-f957cbba12d3 tf_resource_type=adguard_rewrite tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:526 tf_provider_addr=registry.terraform.io/gmichels/adguard timestamp=2024-01-09T02:33:47.548-0500
2024-01-09T02:33:47.606-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined Resource Schema method: @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:528 tf_req_id=48e574c7-89f0-3ea3-7a7f-f957cbba12d3 tf_resource_type=adguard_rewrite timestamp=2024-01-09T02:33:47.548-0500
2024-01-09T02:33:47.606-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined Resource Schema method: @module=sdk.framework tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:526 tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=48e574c7-89f0-3ea3-7a7f-f957cbba12d3 tf_resource_type=adguard_config timestamp=2024-01-09T02:33:47.548-0500
2024-01-09T02:33:47.607-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined Resource Schema method: tf_resource_type=adguard_config tf_rpc=GetProviderSchema @module=sdk.framework tf_req_id=48e574c7-89f0-3ea3-7a7f-f957cbba12d3 @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:528 tf_provider_addr=registry.terraform.io/gmichels/adguard timestamp=2024-01-09T02:33:47.551-0500
2024-01-09T02:33:47.607-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Checking DataSourceTypes lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=48e574c7-89f0-3ea3-7a7f-f957cbba12d3 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:139 timestamp=2024-01-09T02:33:47.551-0500
2024-01-09T02:33:47.607-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Checking ProviderTypeName lock: tf_req_id=48e574c7-89f0-3ea3-7a7f-f957cbba12d3 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:295 @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard timestamp=2024-01-09T02:33:47.551-0500
2024-01-09T02:33:47.607-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined Provider DataSources: @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:150 @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=48e574c7-89f0-3ea3-7a7f-f957cbba12d3 tf_rpc=GetProviderSchema timestamp=2024-01-09T02:33:47.551-0500
2024-01-09T02:33:47.608-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined Provider DataSources: tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=48e574c7-89f0-3ea3-7a7f-f957cbba12d3 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:152 @module=sdk.framework timestamp=2024-01-09T02:33:47.551-0500
2024-01-09T02:33:47.608-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Found data source type: @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=48e574c7-89f0-3ea3-7a7f-f957cbba12d3 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:173 tf_data_source_type=adguard_client timestamp=2024-01-09T02:33:47.551-0500
2024-01-09T02:33:47.608-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Found data source type: tf_req_id=48e574c7-89f0-3ea3-7a7f-f957cbba12d3 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:173 tf_provider_addr=registry.terraform.io/gmichels/adguard @module=sdk.framework tf_data_source_type=adguard_list_filter timestamp=2024-01-09T02:33:47.551-0500
2024-01-09T02:33:47.608-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Found data source type: tf_rpc=GetProviderSchema tf_data_source_type=adguard_user_rules @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:173 @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=48e574c7-89f0-3ea3-7a7f-f957cbba12d3 timestamp=2024-01-09T02:33:47.551-0500
2024-01-09T02:33:47.608-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Found data source type: @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:173 tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=48e574c7-89f0-3ea3-7a7f-f957cbba12d3 tf_data_source_type=adguard_rewrite tf_rpc=GetProviderSchema @module=sdk.framework timestamp=2024-01-09T02:33:47.551-0500
2024-01-09T02:33:47.609-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Found data source type: @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:173 tf_req_id=48e574c7-89f0-3ea3-7a7f-f957cbba12d3 tf_rpc=GetProviderSchema @module=sdk.framework tf_data_source_type=adguard_config tf_provider_addr=registry.terraform.io/gmichels/adguard timestamp=2024-01-09T02:33:47.551-0500
2024-01-09T02:33:47.609-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined DataSource Schema: tf_provider_addr=registry.terraform.io/gmichels/adguard tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:269 tf_req_id=48e574c7-89f0-3ea3-7a7f-f957cbba12d3 @module=sdk.framework tf_data_source_type=adguard_client timestamp=2024-01-09T02:33:47.551-0500
2024-01-09T02:33:47.609-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined DataSource Schema: @module=sdk.framework tf_data_source_type=adguard_client tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=48e574c7-89f0-3ea3-7a7f-f957cbba12d3 @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:271 tf_rpc=GetProviderSchema timestamp=2024-01-09T02:33:47.551-0500
2024-01-09T02:33:47.610-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined DataSource Schema: @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:269 tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=48e574c7-89f0-3ea3-7a7f-f957cbba12d3 @module=sdk.framework tf_data_source_type=adguard_list_filter tf_rpc=GetProviderSchema timestamp=2024-01-09T02:33:47.551-0500
2024-01-09T02:33:47.610-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined DataSource Schema: @module=sdk.framework tf_data_source_type=adguard_list_filter tf_req_id=48e574c7-89f0-3ea3-7a7f-f957cbba12d3 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:271 tf_provider_addr=registry.terraform.io/gmichels/adguard timestamp=2024-01-09T02:33:47.551-0500
2024-01-09T02:33:47.611-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined DataSource Schema: @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=48e574c7-89f0-3ea3-7a7f-f957cbba12d3 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:269 tf_data_source_type=adguard_user_rules timestamp=2024-01-09T02:33:47.551-0500
2024-01-09T02:33:47.612-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined DataSource Schema: tf_rpc=GetProviderSchema @module=sdk.framework tf_data_source_type=adguard_user_rules tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=48e574c7-89f0-3ea3-7a7f-f957cbba12d3 @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:271 timestamp=2024-01-09T02:33:47.551-0500
2024-01-09T02:33:47.613-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined DataSource Schema: tf_req_id=48e574c7-89f0-3ea3-7a7f-f957cbba12d3 tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:269 tf_data_source_type=adguard_rewrite timestamp=2024-01-09T02:33:47.551-0500
2024-01-09T02:33:47.613-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined DataSource Schema: tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=48e574c7-89f0-3ea3-7a7f-f957cbba12d3 @module=sdk.framework tf_data_source_type=adguard_rewrite tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:271 timestamp=2024-01-09T02:33:47.551-0500
2024-01-09T02:33:47.613-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined DataSource Schema: tf_data_source_type=adguard_config tf_req_id=48e574c7-89f0-3ea3-7a7f-f957cbba12d3 @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:269 @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_rpc=GetProviderSchema timestamp=2024-01-09T02:33:47.551-0500
2024-01-09T02:33:47.613-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined DataSource Schema: @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:271 tf_data_source_type=adguard_config @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=48e574c7-89f0-3ea3-7a7f-f957cbba12d3 tf_rpc=GetProviderSchema timestamp=2024-01-09T02:33:47.551-0500
2024-01-09T02:33:47.613-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Received downstream response: tf_req_duration_ms=4 tf_req_id=48e574c7-89f0-3ea3-7a7f-f957cbba12d3 diagnostic_error_count=0 diagnostic_warning_count=0 tf_provider_addr=registry.terraform.io/gmichels/adguard tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.20.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:40 @module=sdk.proto tf_proto_version=6.4 timestamp=2024-01-09T02:33:47.552-0500
2024-01-09T02:33:47.614-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Announced server capabilities: @caller=github.com/hashicorp/terraform-plugin-go@v0.20.0/tfprotov6/internal/tf6serverlogging/server_capabilities.go:25 tf_req_id=48e574c7-89f0-3ea3-7a7f-f957cbba12d3 @module=sdk.proto tf_proto_version=6.4 tf_provider_addr=registry.terraform.io/gmichels/adguard tf_rpc=GetProviderSchema tf_server_capability_get_provider_schema_optional=true tf_server_capability_plan_destroy=true timestamp=2024-01-09T02:33:47.552-0500
2024-01-09T02:33:47.614-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.20.0/tfprotov6/tf6server/server.go:551 tf_proto_version=6.4 @module=sdk.proto tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=48e574c7-89f0-3ea3-7a7f-f957cbba12d3 tf_rpc=GetProviderSchema timestamp=2024-01-09T02:33:47.552-0500
2024-01-09T02:33:47.614-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Received request: @module=sdk.proto tf_proto_version=6.4 tf_provider_addr=registry.terraform.io/gmichels/adguard tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.20.0/tfprotov6/tf6server/server.go:586 tf_req_id=e96c2cab-bfae-549b-146c-c1f233198e4c timestamp=2024-01-09T02:33:47.562-0500
2024-01-09T02:33:47.614-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Skipping protocol data file writing because no data directory is set. Use the TF_LOG_SDK_PROTO_DATA_DIR environment variable to enable this functionality.: @module=sdk.proto tf_proto_version=6.4 tf_req_id=e96c2cab-bfae-549b-146c-c1f233198e4c @caller=github.com/hashicorp/terraform-plugin-go@v0.20.0/internal/logging/protocol_data.go:41 tf_provider_addr=registry.terraform.io/gmichels/adguard tf_rpc=ValidateProviderConfig timestamp=2024-01-09T02:33:47.562-0500
2024-01-09T02:33:47.615-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Sending request downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.20.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:20 @module=sdk.proto tf_req_id=e96c2cab-bfae-549b-146c-c1f233198e4c tf_provider_addr=registry.terraform.io/gmichels/adguard tf_rpc=ValidateProviderConfig tf_proto_version=6.4 timestamp=2024-01-09T02:33:47.562-0500
2024-01-09T02:33:47.615-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Checking ProviderSchema lock: tf_req_id=e96c2cab-bfae-549b-146c-c1f233198e4c tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:318 @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard timestamp=2024-01-09T02:33:47.562-0500
2024-01-09T02:33:47.616-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined validator.String: @module=sdk.framework description="string length must be between 4 and 5" tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=e96c2cab-bfae-549b-146c-c1f233198e4c @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/attribute_validation.go:707 tf_rpc=ValidateProviderConfig tf_attribute_path=scheme timestamp=2024-01-09T02:33:47.562-0500
2024-01-09T02:33:47.616-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined validator.String: tf_attribute_path=scheme tf_req_id=e96c2cab-bfae-549b-146c-c1f233198e4c tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/attribute_validation.go:717 @module=sdk.framework description="string length must be between 4 and 5" tf_provider_addr=registry.terraform.io/gmichels/adguard timestamp=2024-01-09T02:33:47.563-0500
2024-01-09T02:33:47.616-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined validator.String: tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/attribute_validation.go:707 description="must be either http or https" tf_attribute_path=scheme tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=e96c2cab-bfae-549b-146c-c1f233198e4c @module=sdk.framework timestamp=2024-01-09T02:33:47.563-0500
2024-01-09T02:33:47.616-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined validator.String: tf_attribute_path=scheme tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=e96c2cab-bfae-549b-146c-c1f233198e4c @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/attribute_validation.go:717 tf_rpc=ValidateProviderConfig @module=sdk.framework description="must be either http or https" timestamp=2024-01-09T02:33:47.563-0500
2024-01-09T02:33:47.616-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Type implements TypeWithValidate: tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=e96c2cab-bfae-549b-146c-c1f233198e4c tf_rpc=ValidateProviderConfig tf_attribute_path=timeout @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwschemadata/data_value.go:80 @module=sdk.framework timestamp=2024-01-09T02:33:47.563-0500
2024-01-09T02:33:47.617-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=e96c2cab-bfae-549b-146c-c1f233198e4c tf_rpc=ValidateProviderConfig @module=sdk.framework tf_attribute_path=timeout @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwschemadata/data_value.go:81 timestamp=2024-01-09T02:33:47.563-0500
2024-01-09T02:33:47.617-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined Type Validate: tf_req_id=e96c2cab-bfae-549b-146c-c1f233198e4c @module=sdk.framework tf_attribute_path=timeout @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwschemadata/data_value.go:83 tf_provider_addr=registry.terraform.io/gmichels/adguard tf_rpc=ValidateProviderConfig timestamp=2024-01-09T02:33:47.563-0500
2024-01-09T02:33:47.618-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined validator.Int64: @module=sdk.framework description="value must be between 1 and 60" tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/attribute_validation.go:317 tf_attribute_path=timeout tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=e96c2cab-bfae-549b-146c-c1f233198e4c timestamp=2024-01-09T02:33:47.563-0500
2024-01-09T02:33:47.618-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined validator.Int64: @module=sdk.framework description="value must be between 1 and 60" tf_attribute_path=timeout tf_provider_addr=registry.terraform.io/gmichels/adguard tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/attribute_validation.go:327 tf_req_id=e96c2cab-bfae-549b-146c-c1f233198e4c timestamp=2024-01-09T02:33:47.563-0500
2024-01-09T02:33:47.618-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Received downstream response: diagnostic_warning_count=0 tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=e96c2cab-bfae-549b-146c-c1f233198e4c tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.20.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:40 @module=sdk.proto diagnostic_error_count=0 tf_proto_version=6.4 tf_req_duration_ms=0 timestamp=2024-01-09T02:33:47.563-0500
2024-01-09T02:33:47.618-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.20.0/tfprotov6/tf6server/server.go:606 @module=sdk.proto tf_req_id=e96c2cab-bfae-549b-146c-c1f233198e4c tf_proto_version=6.4 tf_provider_addr=registry.terraform.io/gmichels/adguard tf_rpc=ValidateProviderConfig timestamp=2024-01-09T02:33:47.563-0500
2024-01-09T02:33:47.716-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.20.0/tfprotov6/tf6server/server.go:658 tf_proto_version=6.4 tf_rpc=ValidateDataResourceConfig tf_req_id=145cefe5-08a0-93d3-1fab-074a3752382d @module=sdk.proto tf_data_source_type=adguard_config tf_provider_addr=registry.terraform.io/gmichels/adguard timestamp=2024-01-09T02:33:47.565-0500
2024-01-09T02:33:47.716-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Sending request downstream: tf_proto_version=6.4 tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=145cefe5-08a0-93d3-1fab-074a3752382d tf_rpc=ValidateDataResourceConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.20.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:20 @module=sdk.proto tf_data_source_type=adguard_config timestamp=2024-01-09T02:33:47.565-0500
2024-01-09T02:33:47.716-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Checking DataSourceTypes lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:139 tf_data_source_type=adguard_config tf_req_id=145cefe5-08a0-93d3-1fab-074a3752382d tf_rpc=ValidateDataResourceConfig timestamp=2024-01-09T02:33:47.565-0500
2024-01-09T02:33:47.716-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Checking DataSourceTypes lock: @module=sdk.framework tf_data_source_type=adguard_config @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:139 tf_rpc=ValidateDataResourceConfig tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=145cefe5-08a0-93d3-1fab-074a3752382d timestamp=2024-01-09T02:33:47.565-0500
2024-01-09T02:33:47.716-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined DataSource Schema method: tf_provider_addr=registry.terraform.io/gmichels/adguard @module=sdk.framework tf_data_source_type=adguard_config @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:231 tf_req_id=145cefe5-08a0-93d3-1fab-074a3752382d tf_rpc=ValidateDataResourceConfig timestamp=2024-01-09T02:33:47.565-0500
2024-01-09T02:33:47.717-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined DataSource Schema method: tf_data_source_type=adguard_config tf_provider_addr=registry.terraform.io/gmichels/adguard @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:233 @module=sdk.framework tf_req_id=145cefe5-08a0-93d3-1fab-074a3752382d tf_rpc=ValidateDataResourceConfig timestamp=2024-01-09T02:33:47.566-0500
2024-01-09T02:33:47.717-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: DataSource implements DataSourceWithConfigure: @module=sdk.framework tf_req_id=145cefe5-08a0-93d3-1fab-074a3752382d tf_data_source_type=adguard_config tf_provider_addr=registry.terraform.io/gmichels/adguard tf_rpc=ValidateDataResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server_validatedatasourceconfig.go:35 timestamp=2024-01-09T02:33:47.566-0500
2024-01-09T02:33:47.717-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined DataSource Configure: @module=sdk.framework tf_data_source_type=adguard_config tf_req_id=145cefe5-08a0-93d3-1fab-074a3752382d @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server_validatedatasourceconfig.go:42 tf_provider_addr=registry.terraform.io/gmichels/adguard tf_rpc=ValidateDataResourceConfig timestamp=2024-01-09T02:33:47.566-0500
2024-01-09T02:33:47.717-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined DataSource Configure: @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server_validatedatasourceconfig.go:44 @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=145cefe5-08a0-93d3-1fab-074a3752382d tf_rpc=ValidateDataResourceConfig tf_data_source_type=adguard_config timestamp=2024-01-09T02:33:47.566-0500
2024-01-09T02:33:47.718-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Type implements TypeWithValidate: @module=sdk.framework tf_req_id=145cefe5-08a0-93d3-1fab-074a3752382d tf_rpc=ValidateDataResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwschemadata/data_value.go:80 tf_attribute_path=blocked_services tf_data_source_type=adguard_config tf_provider_addr=registry.terraform.io/gmichels/adguard timestamp=2024-01-09T02:33:47.566-0500
2024-01-09T02:33:47.718-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined Type Validate: tf_rpc=ValidateDataResourceConfig @module=sdk.framework tf_data_source_type=adguard_config tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=145cefe5-08a0-93d3-1fab-074a3752382d @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwschemadata/data_value.go:81 tf_attribute_path=blocked_services timestamp=2024-01-09T02:33:47.566-0500
2024-01-09T02:33:47.718-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwschemadata/data_value.go:83 @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_attribute_path=blocked_services tf_data_source_type=adguard_config tf_req_id=145cefe5-08a0-93d3-1fab-074a3752382d tf_rpc=ValidateDataResourceConfig timestamp=2024-01-09T02:33:47.566-0500
2024-01-09T02:33:47.718-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Received downstream response: @caller=github.com/hashicorp/terraform-plugin-go@v0.20.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:40 diagnostic_error_count=0 tf_data_source_type=adguard_config tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_duration_ms=1 tf_rpc=ValidateDataResourceConfig @module=sdk.proto diagnostic_warning_count=0 tf_proto_version=6.4 tf_req_id=145cefe5-08a0-93d3-1fab-074a3752382d timestamp=2024-01-09T02:33:47.566-0500
2024-01-09T02:33:47.719-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.20.0/tfprotov6/tf6server/server.go:678 tf_data_source_type=adguard_config tf_provider_addr=registry.terraform.io/gmichels/adguard tf_rpc=ValidateDataResourceConfig @module=sdk.proto tf_proto_version=6.4 tf_req_id=145cefe5-08a0-93d3-1fab-074a3752382d timestamp=2024-01-09T02:33:47.567-0500
2024-01-09T02:33:47.719-0500 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/gmichels/adguard/1.1.3/darwin_amd64/terraform-provider-adguard_v1.1.3 pid=5449
2024-01-09T02:33:47.719-0500 [DEBUG] provider: plugin exited
2024-01-09T02:33:47.720-0500 [INFO]  provider: configuring client automatic mTLS
2024-01-09T02:33:47.728-0500 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/gmichels/adguard/1.1.3/darwin_amd64/terraform-provider-adguard_v1.1.3 args=[.terraform/providers/registry.terraform.io/gmichels/adguard/1.1.3/darwin_amd64/terraform-provider-adguard_v1.1.3]
2024-01-09T02:33:47.731-0500 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/gmichels/adguard/1.1.3/darwin_amd64/terraform-provider-adguard_v1.1.3 pid=5452
2024-01-09T02:33:47.731-0500 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/gmichels/adguard/1.1.3/darwin_amd64/terraform-provider-adguard_v1.1.3
2024-01-09T02:33:47.739-0500 [INFO]  provider.terraform-provider-adguard_v1.1.3: configuring server automatic mTLS: timestamp=2024-01-09T02:33:47.739-0500
2024-01-09T02:33:47.752-0500 [DEBUG] provider: using plugin: version=6
2024-01-09T02:33:47.752-0500 [DEBUG] provider.terraform-provider-adguard_v1.1.3: plugin address: address=/var/folders/1f/j0s5zqyd69s5gr332mz2sy480000gn/T/plugin3124611366 network=unix timestamp=2024-01-09T02:33:47.752-0500
2024-01-09T02:33:47.764-0500 [TRACE] provider.stdio: waiting for stdio data
2024-01-09T02:33:47.765-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Received request: tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=d81b962e-0e7d-cd32-bf3e-0053555753a1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.20.0/tfprotov6/tf6server/server.go:531 @module=sdk.proto tf_proto_version=6.4 timestamp=2024-01-09T02:33:47.765-0500
data.adguard_config.main: Reading...
2024-01-09T02:33:47.819-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Sending request downstream: tf_proto_version=6.4 tf_provider_addr=registry.terraform.io/gmichels/adguard tf_rpc=GetProviderSchema @module=sdk.proto tf_req_id=d81b962e-0e7d-cd32-bf3e-0053555753a1 @caller=github.com/hashicorp/terraform-plugin-go@v0.20.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:20 timestamp=2024-01-09T02:33:47.765-0500
2024-01-09T02:33:47.819-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Checking ProviderSchema lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=d81b962e-0e7d-cd32-bf3e-0053555753a1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:318 timestamp=2024-01-09T02:33:47.765-0500
2024-01-09T02:33:47.819-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined Provider Schema: @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=d81b962e-0e7d-cd32-bf3e-0053555753a1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:329 timestamp=2024-01-09T02:33:47.765-0500
2024-01-09T02:33:47.819-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined Provider Schema: @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=d81b962e-0e7d-cd32-bf3e-0053555753a1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:331 timestamp=2024-01-09T02:33:47.765-0500
2024-01-09T02:33:47.819-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Checking ResourceTypes lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=d81b962e-0e7d-cd32-bf3e-0053555753a1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:396 timestamp=2024-01-09T02:33:47.765-0500
2024-01-09T02:33:47.819-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Checking ProviderTypeName lock: tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=d81b962e-0e7d-cd32-bf3e-0053555753a1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:295 @module=sdk.framework timestamp=2024-01-09T02:33:47.765-0500
2024-01-09T02:33:47.819-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined Provider Metadata: tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=d81b962e-0e7d-cd32-bf3e-0053555753a1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:306 @module=sdk.framework timestamp=2024-01-09T02:33:47.765-0500
2024-01-09T02:33:47.820-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined Provider Metadata: @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=d81b962e-0e7d-cd32-bf3e-0053555753a1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:308 timestamp=2024-01-09T02:33:47.765-0500
2024-01-09T02:33:47.820-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined Provider Resources: @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:407 @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=d81b962e-0e7d-cd32-bf3e-0053555753a1 tf_rpc=GetProviderSchema timestamp=2024-01-09T02:33:47.765-0500
2024-01-09T02:33:47.820-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined Provider Resources: tf_req_id=d81b962e-0e7d-cd32-bf3e-0053555753a1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:409 @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard timestamp=2024-01-09T02:33:47.765-0500
2024-01-09T02:33:47.820-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Found resource type: @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=d81b962e-0e7d-cd32-bf3e-0053555753a1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:430 tf_resource_type=adguard_client timestamp=2024-01-09T02:33:47.765-0500
2024-01-09T02:33:47.820-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Found resource type: @module=sdk.framework tf_resource_type=adguard_list_filter @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:430 tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=d81b962e-0e7d-cd32-bf3e-0053555753a1 tf_rpc=GetProviderSchema timestamp=2024-01-09T02:33:47.765-0500
2024-01-09T02:33:47.821-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Found resource type: @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:430 tf_req_id=d81b962e-0e7d-cd32-bf3e-0053555753a1 tf_resource_type=adguard_user_rules tf_rpc=GetProviderSchema timestamp=2024-01-09T02:33:47.765-0500
2024-01-09T02:33:47.821-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Found resource type: @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=d81b962e-0e7d-cd32-bf3e-0053555753a1 tf_resource_type=adguard_rewrite tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:430 timestamp=2024-01-09T02:33:47.765-0500
2024-01-09T02:33:47.821-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Found resource type: @module=sdk.framework tf_req_id=d81b962e-0e7d-cd32-bf3e-0053555753a1 tf_resource_type=adguard_config tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:430 tf_provider_addr=registry.terraform.io/gmichels/adguard timestamp=2024-01-09T02:33:47.765-0500
2024-01-09T02:33:47.821-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined Resource Schema method: tf_resource_type=adguard_user_rules @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:526 @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=d81b962e-0e7d-cd32-bf3e-0053555753a1 tf_rpc=GetProviderSchema timestamp=2024-01-09T02:33:47.765-0500
2024-01-09T02:33:47.821-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined Resource Schema method: @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_resource_type=adguard_user_rules @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:528 tf_req_id=d81b962e-0e7d-cd32-bf3e-0053555753a1 tf_rpc=GetProviderSchema timestamp=2024-01-09T02:33:47.765-0500
2024-01-09T02:33:47.822-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined Resource Schema method: tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=d81b962e-0e7d-cd32-bf3e-0053555753a1 tf_resource_type=adguard_rewrite @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:526 @module=sdk.framework timestamp=2024-01-09T02:33:47.765-0500
2024-01-09T02:33:47.822-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined Resource Schema method: tf_provider_addr=registry.terraform.io/gmichels/adguard tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:528 @module=sdk.framework tf_req_id=d81b962e-0e7d-cd32-bf3e-0053555753a1 tf_resource_type=adguard_rewrite timestamp=2024-01-09T02:33:47.765-0500
2024-01-09T02:33:47.822-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined Resource Schema method: tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=d81b962e-0e7d-cd32-bf3e-0053555753a1 tf_resource_type=adguard_config tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:526 @module=sdk.framework timestamp=2024-01-09T02:33:47.765-0500
2024-01-09T02:33:47.822-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined Resource Schema method: @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=d81b962e-0e7d-cd32-bf3e-0053555753a1 tf_resource_type=adguard_config @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:528 tf_rpc=GetProviderSchema timestamp=2024-01-09T02:33:47.768-0500
2024-01-09T02:33:47.822-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined Resource Schema method: @module=sdk.framework tf_resource_type=adguard_client tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:526 tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=d81b962e-0e7d-cd32-bf3e-0053555753a1 timestamp=2024-01-09T02:33:47.768-0500
2024-01-09T02:33:47.823-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined Resource Schema method: @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:528 tf_req_id=d81b962e-0e7d-cd32-bf3e-0053555753a1 tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_resource_type=adguard_client timestamp=2024-01-09T02:33:47.768-0500
2024-01-09T02:33:47.823-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined Resource Schema method: tf_rpc=GetProviderSchema @module=sdk.framework tf_resource_type=adguard_list_filter tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=d81b962e-0e7d-cd32-bf3e-0053555753a1 @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:526 timestamp=2024-01-09T02:33:47.768-0500
2024-01-09T02:33:47.823-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined Resource Schema method: tf_provider_addr=registry.terraform.io/gmichels/adguard tf_resource_type=adguard_list_filter tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:528 @module=sdk.framework tf_req_id=d81b962e-0e7d-cd32-bf3e-0053555753a1 timestamp=2024-01-09T02:33:47.768-0500
2024-01-09T02:33:47.823-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Checking DataSourceTypes lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=d81b962e-0e7d-cd32-bf3e-0053555753a1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:139 timestamp=2024-01-09T02:33:47.768-0500
2024-01-09T02:33:47.824-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Checking ProviderTypeName lock: tf_req_id=d81b962e-0e7d-cd32-bf3e-0053555753a1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:295 @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard timestamp=2024-01-09T02:33:47.768-0500
2024-01-09T02:33:47.824-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined Provider DataSources: @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=d81b962e-0e7d-cd32-bf3e-0053555753a1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:150 timestamp=2024-01-09T02:33:47.768-0500
2024-01-09T02:33:47.824-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined Provider DataSources: @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=d81b962e-0e7d-cd32-bf3e-0053555753a1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:152 timestamp=2024-01-09T02:33:47.768-0500
2024-01-09T02:33:47.824-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Found data source type: @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:173 tf_data_source_type=adguard_client tf_provider_addr=registry.terraform.io/gmichels/adguard @module=sdk.framework tf_req_id=d81b962e-0e7d-cd32-bf3e-0053555753a1 tf_rpc=GetProviderSchema timestamp=2024-01-09T02:33:47.768-0500
2024-01-09T02:33:47.824-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Found data source type: tf_req_id=d81b962e-0e7d-cd32-bf3e-0053555753a1 @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:173 @module=sdk.framework tf_data_source_type=adguard_list_filter tf_provider_addr=registry.terraform.io/gmichels/adguard tf_rpc=GetProviderSchema timestamp=2024-01-09T02:33:47.768-0500
2024-01-09T02:33:47.825-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Found data source type: tf_data_source_type=adguard_user_rules tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=d81b962e-0e7d-cd32-bf3e-0053555753a1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:173 @module=sdk.framework timestamp=2024-01-09T02:33:47.768-0500
2024-01-09T02:33:47.825-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Found data source type: @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:173 @module=sdk.framework tf_req_id=d81b962e-0e7d-cd32-bf3e-0053555753a1 tf_rpc=GetProviderSchema tf_data_source_type=adguard_rewrite tf_provider_addr=registry.terraform.io/gmichels/adguard timestamp=2024-01-09T02:33:47.768-0500
2024-01-09T02:33:47.825-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Found data source type: tf_req_id=d81b962e-0e7d-cd32-bf3e-0053555753a1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:173 @module=sdk.framework tf_data_source_type=adguard_config tf_provider_addr=registry.terraform.io/gmichels/adguard timestamp=2024-01-09T02:33:47.769-0500
2024-01-09T02:33:47.825-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined DataSource Schema: @module=sdk.framework tf_rpc=GetProviderSchema tf_data_source_type=adguard_user_rules tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=d81b962e-0e7d-cd32-bf3e-0053555753a1 @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:269 timestamp=2024-01-09T02:33:47.769-0500
2024-01-09T02:33:47.825-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined DataSource Schema: @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=d81b962e-0e7d-cd32-bf3e-0053555753a1 @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:271 tf_data_source_type=adguard_user_rules tf_rpc=GetProviderSchema timestamp=2024-01-09T02:33:47.769-0500
2024-01-09T02:33:47.826-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined DataSource Schema: tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=d81b962e-0e7d-cd32-bf3e-0053555753a1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:269 @module=sdk.framework tf_data_source_type=adguard_rewrite timestamp=2024-01-09T02:33:47.769-0500
2024-01-09T02:33:47.826-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined DataSource Schema: tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=d81b962e-0e7d-cd32-bf3e-0053555753a1 tf_rpc=GetProviderSchema tf_data_source_type=adguard_rewrite @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:271 timestamp=2024-01-09T02:33:47.769-0500
2024-01-09T02:33:47.826-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined DataSource Schema: @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:269 tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=d81b962e-0e7d-cd32-bf3e-0053555753a1 tf_rpc=GetProviderSchema @module=sdk.framework tf_data_source_type=adguard_config timestamp=2024-01-09T02:33:47.769-0500
2024-01-09T02:33:47.826-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined DataSource Schema: tf_provider_addr=registry.terraform.io/gmichels/adguard tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:271 @module=sdk.framework tf_data_source_type=adguard_config tf_req_id=d81b962e-0e7d-cd32-bf3e-0053555753a1 timestamp=2024-01-09T02:33:47.769-0500
2024-01-09T02:33:47.916-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined DataSource Schema: tf_provider_addr=registry.terraform.io/gmichels/adguard tf_rpc=GetProviderSchema @module=sdk.framework tf_data_source_type=adguard_client tf_req_id=d81b962e-0e7d-cd32-bf3e-0053555753a1 @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:269 timestamp=2024-01-09T02:33:47.769-0500
2024-01-09T02:33:47.916-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined DataSource Schema: @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:271 tf_data_source_type=adguard_client tf_req_id=d81b962e-0e7d-cd32-bf3e-0053555753a1 timestamp=2024-01-09T02:33:47.769-0500
2024-01-09T02:33:47.916-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined DataSource Schema: tf_req_id=d81b962e-0e7d-cd32-bf3e-0053555753a1 @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:269 @module=sdk.framework tf_data_source_type=adguard_list_filter tf_provider_addr=registry.terraform.io/gmichels/adguard tf_rpc=GetProviderSchema timestamp=2024-01-09T02:33:47.769-0500
2024-01-09T02:33:47.916-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined DataSource Schema: tf_data_source_type=adguard_list_filter tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=d81b962e-0e7d-cd32-bf3e-0053555753a1 @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:271 timestamp=2024-01-09T02:33:47.769-0500
2024-01-09T02:33:47.916-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Received downstream response: @caller=github.com/hashicorp/terraform-plugin-go@v0.20.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:40 tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=d81b962e-0e7d-cd32-bf3e-0053555753a1 tf_rpc=GetProviderSchema @module=sdk.proto diagnostic_error_count=0 diagnostic_warning_count=0 tf_proto_version=6.4 tf_req_duration_ms=4 timestamp=2024-01-09T02:33:47.769-0500
2024-01-09T02:33:47.917-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Announced server capabilities: tf_proto_version=6.4 tf_provider_addr=registry.terraform.io/gmichels/adguard tf_server_capability_plan_destroy=true @caller=github.com/hashicorp/terraform-plugin-go@v0.20.0/tfprotov6/internal/tf6serverlogging/server_capabilities.go:25 tf_req_id=d81b962e-0e7d-cd32-bf3e-0053555753a1 tf_rpc=GetProviderSchema tf_server_capability_get_provider_schema_optional=true @module=sdk.proto timestamp=2024-01-09T02:33:47.769-0500
2024-01-09T02:33:47.917-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.20.0/tfprotov6/tf6server/server.go:551 tf_req_id=d81b962e-0e7d-cd32-bf3e-0053555753a1 tf_rpc=GetProviderSchema @module=sdk.proto tf_proto_version=6.4 tf_provider_addr=registry.terraform.io/gmichels/adguard timestamp=2024-01-09T02:33:47.770-0500
2024-01-09T02:33:47.917-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Received request: @module=sdk.proto tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=f1cf4f87-7faa-f404-e2e7-81c003b4545f tf_rpc=ValidateProviderConfig tf_proto_version=6.4 @caller=github.com/hashicorp/terraform-plugin-go@v0.20.0/tfprotov6/tf6server/server.go:586 timestamp=2024-01-09T02:33:47.781-0500
2024-01-09T02:33:47.917-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Skipping protocol data file writing because no data directory is set. Use the TF_LOG_SDK_PROTO_DATA_DIR environment variable to enable this functionality.: @caller=github.com/hashicorp/terraform-plugin-go@v0.20.0/internal/logging/protocol_data.go:41 @module=sdk.proto tf_proto_version=6.4 tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=f1cf4f87-7faa-f404-e2e7-81c003b4545f tf_rpc=ValidateProviderConfig timestamp=2024-01-09T02:33:47.781-0500
2024-01-09T02:33:47.917-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Sending request downstream: tf_req_id=f1cf4f87-7faa-f404-e2e7-81c003b4545f tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.20.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:20 @module=sdk.proto tf_proto_version=6.4 tf_provider_addr=registry.terraform.io/gmichels/adguard timestamp=2024-01-09T02:33:47.781-0500
2024-01-09T02:33:47.917-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Checking ProviderSchema lock: @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:318 @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=f1cf4f87-7faa-f404-e2e7-81c003b4545f tf_rpc=ValidateProviderConfig timestamp=2024-01-09T02:33:47.781-0500
2024-01-09T02:33:47.917-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined validator.String: @module=sdk.framework description="string length must be between 4 and 5" tf_provider_addr=registry.terraform.io/gmichels/adguard tf_rpc=ValidateProviderConfig tf_req_id=f1cf4f87-7faa-f404-e2e7-81c003b4545f @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/attribute_validation.go:707 tf_attribute_path=scheme timestamp=2024-01-09T02:33:47.781-0500
2024-01-09T02:33:47.918-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined validator.String: tf_req_id=f1cf4f87-7faa-f404-e2e7-81c003b4545f tf_attribute_path=scheme tf_provider_addr=registry.terraform.io/gmichels/adguard tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/attribute_validation.go:717 @module=sdk.framework description="string length must be between 4 and 5" timestamp=2024-01-09T02:33:47.781-0500
2024-01-09T02:33:47.918-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined validator.String: tf_attribute_path=scheme tf_req_id=f1cf4f87-7faa-f404-e2e7-81c003b4545f description="must be either http or https" tf_provider_addr=registry.terraform.io/gmichels/adguard tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/attribute_validation.go:707 @module=sdk.framework timestamp=2024-01-09T02:33:47.781-0500
2024-01-09T02:33:47.918-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/attribute_validation.go:717 @module=sdk.framework description="must be either http or https" tf_attribute_path=scheme tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=f1cf4f87-7faa-f404-e2e7-81c003b4545f tf_rpc=ValidateProviderConfig timestamp=2024-01-09T02:33:47.781-0500
2024-01-09T02:33:47.918-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Type implements TypeWithValidate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwschemadata/data_value.go:80 tf_attribute_path=timeout @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=f1cf4f87-7faa-f404-e2e7-81c003b4545f tf_rpc=ValidateProviderConfig timestamp=2024-01-09T02:33:47.781-0500
2024-01-09T02:33:47.919-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined Type Validate: @module=sdk.framework tf_req_id=f1cf4f87-7faa-f404-e2e7-81c003b4545f @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwschemadata/data_value.go:81 tf_attribute_path=timeout tf_provider_addr=registry.terraform.io/gmichels/adguard tf_rpc=ValidateProviderConfig timestamp=2024-01-09T02:33:47.781-0500
2024-01-09T02:33:47.919-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined Type Validate: tf_req_id=f1cf4f87-7faa-f404-e2e7-81c003b4545f tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwschemadata/data_value.go:83 @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_attribute_path=timeout timestamp=2024-01-09T02:33:47.781-0500
2024-01-09T02:33:47.919-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined validator.Int64: description="value must be between 1 and 60" tf_provider_addr=registry.terraform.io/gmichels/adguard @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/attribute_validation.go:317 @module=sdk.framework tf_attribute_path=timeout tf_req_id=f1cf4f87-7faa-f404-e2e7-81c003b4545f tf_rpc=ValidateProviderConfig timestamp=2024-01-09T02:33:47.781-0500
2024-01-09T02:33:47.919-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined validator.Int64: @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/attribute_validation.go:327 description="value must be between 1 and 60" tf_attribute_path=timeout tf_req_id=f1cf4f87-7faa-f404-e2e7-81c003b4545f tf_rpc=ValidateProviderConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard timestamp=2024-01-09T02:33:47.781-0500
2024-01-09T02:33:47.919-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Received downstream response: tf_provider_addr=registry.terraform.io/gmichels/adguard tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.20.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:40 diagnostic_warning_count=0 diagnostic_error_count=0 tf_proto_version=6.4 tf_req_duration_ms=0 tf_req_id=f1cf4f87-7faa-f404-e2e7-81c003b4545f @module=sdk.proto timestamp=2024-01-09T02:33:47.782-0500
2024-01-09T02:33:47.920-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Served request: tf_proto_version=6.4 tf_req_id=f1cf4f87-7faa-f404-e2e7-81c003b4545f tf_rpc=ValidateProviderConfig @module=sdk.proto tf_provider_addr=registry.terraform.io/gmichels/adguard @caller=github.com/hashicorp/terraform-plugin-go@v0.20.0/tfprotov6/tf6server/server.go:606 timestamp=2024-01-09T02:33:47.782-0500
2024-01-09T02:33:47.920-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Received request: @module=sdk.proto tf_proto_version=6.4 tf_req_id=18db9930-6ee0-51dc-babd-f0cd24c1cab9 @caller=github.com/hashicorp/terraform-plugin-go@v0.20.0/tfprotov6/tf6server/server.go:559 tf_provider_addr=registry.terraform.io/gmichels/adguard tf_rpc=ConfigureProvider timestamp=2024-01-09T02:33:47.782-0500
2024-01-09T02:33:47.920-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Sending request downstream: tf_proto_version=6.4 tf_req_id=18db9930-6ee0-51dc-babd-f0cd24c1cab9 @caller=github.com/hashicorp/terraform-plugin-go@v0.20.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:20 @module=sdk.proto tf_rpc=ConfigureProvider tf_provider_addr=registry.terraform.io/gmichels/adguard timestamp=2024-01-09T02:33:47.782-0500
2024-01-09T02:33:47.920-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Checking ProviderSchema lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=18db9930-6ee0-51dc-babd-f0cd24c1cab9 tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:318 timestamp=2024-01-09T02:33:47.782-0500
2024-01-09T02:33:47.920-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined Provider Configure: tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=18db9930-6ee0-51dc-babd-f0cd24c1cab9 tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server_configureprovider.go:15 @module=sdk.framework timestamp=2024-01-09T02:33:47.782-0500
2024-01-09T02:33:47.920-0500 [INFO]  provider.terraform-provider-adguard_v1.1.3: Configuring AdGuard Home client: tf_rpc=ConfigureProvider @caller=github.com/gmichels/terraform-provider-adguard/adguard/provider.go:94 @module=adguard tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=18db9930-6ee0-51dc-babd-f0cd24c1cab9 timestamp=2024-01-09T02:33:47.782-0500
2024-01-09T02:33:47.921-0500 [DEBUG] provider.terraform-provider-adguard_v1.1.3: Creating AdGuard Home client: adguard_host=adguard.mydomain:3000 adguard_username=username tf_provider_addr=registry.terraform.io/gmichels/adguard @caller=github.com/gmichels/terraform-provider-adguard/adguard/provider.go:261 adguard_password=*** adguard_scheme=http adguard_timeout=10 tf_req_id=18db9930-6ee0-51dc-babd-f0cd24c1cab9 tf_rpc=ConfigureProvider @module=adguard timestamp=2024-01-09T02:33:47.783-0500
2024-01-09T02:33:47.921-0500 [INFO]  provider.terraform-provider-adguard_v1.1.3: Configured AdGuardHome client: @module=adguard adguard_host=adguard.mydomain:3000 adguard_username=username @caller=github.com/gmichels/terraform-provider-adguard/adguard/provider.go:279 adguard_password=*** adguard_timeout=10 tf_provider_addr=registry.terraform.io/gmichels/adguard adguard_scheme=http success=true tf_rpc=ConfigureProvider tf_req_id=18db9930-6ee0-51dc-babd-f0cd24c1cab9 timestamp=2024-01-09T02:33:47.783-0500
2024-01-09T02:33:47.922-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined Provider Configure: @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=18db9930-6ee0-51dc-babd-f0cd24c1cab9 tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server_configureprovider.go:23 timestamp=2024-01-09T02:33:47.783-0500
2024-01-09T02:33:47.922-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Received downstream response: diagnostic_warning_count=0 tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=18db9930-6ee0-51dc-babd-f0cd24c1cab9 @caller=github.com/hashicorp/terraform-plugin-go@v0.20.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:40 diagnostic_error_count=0 tf_rpc=ConfigureProvider @module=sdk.proto tf_proto_version=6.4 tf_req_duration_ms=0 timestamp=2024-01-09T02:33:47.783-0500
2024-01-09T02:33:47.922-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Served request: tf_proto_version=6.4 tf_provider_addr=registry.terraform.io/gmichels/adguard @module=sdk.proto tf_req_id=18db9930-6ee0-51dc-babd-f0cd24c1cab9 tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-plugin-go@v0.20.0/tfprotov6/tf6server/server.go:579 timestamp=2024-01-09T02:33:47.783-0500
2024-01-09T02:33:47.922-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Received request: tf_proto_version=6.4 tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=661e28f6-fa49-3293-7251-3fd7a7b95b46 tf_rpc=ValidateDataResourceConfig tf_data_source_type=adguard_config @caller=github.com/hashicorp/terraform-plugin-go@v0.20.0/tfprotov6/tf6server/server.go:658 @module=sdk.proto timestamp=2024-01-09T02:33:47.784-0500
2024-01-09T02:33:47.922-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Sending request downstream: tf_data_source_type=adguard_config tf_provider_addr=registry.terraform.io/gmichels/adguard @caller=github.com/hashicorp/terraform-plugin-go@v0.20.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:20 @module=sdk.proto tf_proto_version=6.4 tf_req_id=661e28f6-fa49-3293-7251-3fd7a7b95b46 tf_rpc=ValidateDataResourceConfig timestamp=2024-01-09T02:33:47.784-0500
2024-01-09T02:33:48.018-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Checking DataSourceTypes lock: @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:139 tf_data_source_type=adguard_config @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=661e28f6-fa49-3293-7251-3fd7a7b95b46 tf_rpc=ValidateDataResourceConfig timestamp=2024-01-09T02:33:47.784-0500
2024-01-09T02:33:48.018-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Checking DataSourceTypes lock: @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:139 tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=661e28f6-fa49-3293-7251-3fd7a7b95b46 @module=sdk.framework tf_data_source_type=adguard_config tf_rpc=ValidateDataResourceConfig timestamp=2024-01-09T02:33:47.784-0500
2024-01-09T02:33:48.018-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined DataSource Schema method: tf_rpc=ValidateDataResourceConfig tf_data_source_type=adguard_config tf_req_id=661e28f6-fa49-3293-7251-3fd7a7b95b46 @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:231 timestamp=2024-01-09T02:33:47.784-0500
2024-01-09T02:33:48.018-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined DataSource Schema method: tf_rpc=ValidateDataResourceConfig tf_req_id=661e28f6-fa49-3293-7251-3fd7a7b95b46 @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:233 @module=sdk.framework tf_data_source_type=adguard_config tf_provider_addr=registry.terraform.io/gmichels/adguard timestamp=2024-01-09T02:33:47.784-0500
2024-01-09T02:33:48.018-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: DataSource implements DataSourceWithConfigure: @module=sdk.framework tf_rpc=ValidateDataResourceConfig tf_data_source_type=adguard_config tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=661e28f6-fa49-3293-7251-3fd7a7b95b46 @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server_validatedatasourceconfig.go:35 timestamp=2024-01-09T02:33:47.784-0500
2024-01-09T02:33:48.019-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined DataSource Configure: @module=sdk.framework tf_data_source_type=adguard_config tf_req_id=661e28f6-fa49-3293-7251-3fd7a7b95b46 tf_provider_addr=registry.terraform.io/gmichels/adguard tf_rpc=ValidateDataResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server_validatedatasourceconfig.go:42 timestamp=2024-01-09T02:33:47.784-0500
2024-01-09T02:33:48.019-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined DataSource Configure: tf_req_id=661e28f6-fa49-3293-7251-3fd7a7b95b46 @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server_validatedatasourceconfig.go:44 @module=sdk.framework tf_data_source_type=adguard_config tf_provider_addr=registry.terraform.io/gmichels/adguard tf_rpc=ValidateDataResourceConfig timestamp=2024-01-09T02:33:47.784-0500
2024-01-09T02:33:48.019-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Type implements TypeWithValidate: tf_data_source_type=adguard_config tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=661e28f6-fa49-3293-7251-3fd7a7b95b46 @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_rpc=ValidateDataResourceConfig tf_attribute_path=blocked_services timestamp=2024-01-09T02:33:47.784-0500
2024-01-09T02:33:48.019-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined Type Validate: tf_rpc=ValidateDataResourceConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=661e28f6-fa49-3293-7251-3fd7a7b95b46 @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwschemadata/data_value.go:81 tf_attribute_path=blocked_services tf_data_source_type=adguard_config timestamp=2024-01-09T02:33:47.785-0500
2024-01-09T02:33:48.020-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined Type Validate: tf_data_source_type=adguard_config tf_req_id=661e28f6-fa49-3293-7251-3fd7a7b95b46 tf_rpc=ValidateDataResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwschemadata/data_value.go:83 tf_attribute_path=blocked_services @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard timestamp=2024-01-09T02:33:47.785-0500
2024-01-09T02:33:48.020-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Received downstream response: @caller=github.com/hashicorp/terraform-plugin-go@v0.20.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:40 @module=sdk.proto diagnostic_error_count=0 tf_data_source_type=adguard_config tf_req_id=661e28f6-fa49-3293-7251-3fd7a7b95b46 tf_rpc=ValidateDataResourceConfig diagnostic_warning_count=0 tf_proto_version=6.4 tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_duration_ms=0 timestamp=2024-01-09T02:33:47.785-0500
2024-01-09T02:33:48.020-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Served request: tf_rpc=ValidateDataResourceConfig tf_proto_version=6.4 tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=661e28f6-fa49-3293-7251-3fd7a7b95b46 @caller=github.com/hashicorp/terraform-plugin-go@v0.20.0/tfprotov6/tf6server/server.go:678 @module=sdk.proto tf_data_source_type=adguard_config timestamp=2024-01-09T02:33:47.785-0500
2024-01-09T02:33:48.020-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Received request: @module=sdk.proto tf_proto_version=6.4 tf_req_id=5a0c1f5a-fea9-9612-6ab6-a5b2e3793322 tf_rpc=ReadDataSource @caller=github.com/hashicorp/terraform-plugin-go@v0.20.0/tfprotov6/tf6server/server.go:687 tf_data_source_type=adguard_config tf_provider_addr=registry.terraform.io/gmichels/adguard timestamp=2024-01-09T02:33:47.819-0500
2024-01-09T02:33:48.020-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Sending request downstream: tf_provider_addr=registry.terraform.io/gmichels/adguard tf_rpc=ReadDataSource tf_proto_version=6.4 tf_data_source_type=adguard_config tf_req_id=5a0c1f5a-fea9-9612-6ab6-a5b2e3793322 @caller=github.com/hashicorp/terraform-plugin-go@v0.20.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:20 @module=sdk.proto timestamp=2024-01-09T02:33:47.819-0500
2024-01-09T02:33:48.021-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Checking DataSourceTypes lock: @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server.go:139 @module=sdk.framework tf_data_source_type=adguard_config tf_provider_addr=registry.terraform.io/gmichels/adguard tf_rpc=ReadDataSource tf_req_id=5a0c1f5a-fea9-9612-6ab6-a5b2e3793322 timestamp=2024-01-09T02:33:47.819-0500
2024-01-09T02:33:48.021-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: DataSource implements DataSourceWithConfigure: @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server_readdatasource.go:40 tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=5a0c1f5a-fea9-9612-6ab6-a5b2e3793322 tf_rpc=ReadDataSource @module=sdk.framework tf_data_source_type=adguard_config timestamp=2024-01-09T02:33:47.819-0500
2024-01-09T02:33:48.021-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined DataSource Configure: @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=5a0c1f5a-fea9-9612-6ab6-a5b2e3793322 tf_rpc=ReadDataSource tf_data_source_type=adguard_config @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server_readdatasource.go:47 timestamp=2024-01-09T02:33:47.819-0500
2024-01-09T02:33:48.021-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined DataSource Configure: @module=sdk.framework tf_provider_addr=registry.terraform.io/gmichels/adguard tf_rpc=ReadDataSource @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server_readdatasource.go:49 tf_data_source_type=adguard_config tf_req_id=5a0c1f5a-fea9-9612-6ab6-a5b2e3793322 timestamp=2024-01-09T02:33:47.819-0500
2024-01-09T02:33:48.022-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Calling provider defined DataSource Read: tf_data_source_type=adguard_config tf_provider_addr=registry.terraform.io/gmichels/adguard tf_rpc=ReadDataSource @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server_readdatasource.go:78 @module=sdk.framework tf_req_id=5a0c1f5a-fea9-9612-6ab6-a5b2e3793322 timestamp=2024-01-09T02:33:47.819-0500
2024-01-09T02:33:48.705-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Called provider defined DataSource Read: tf_req_id=5a0c1f5a-fea9-9612-6ab6-a5b2e3793322 tf_rpc=ReadDataSource @module=sdk.framework tf_data_source_type=adguard_config tf_provider_addr=registry.terraform.io/gmichels/adguard @caller=github.com/hashicorp/terraform-plugin-framework@v1.4.2/internal/fwserver/server_readdatasource.go:80 timestamp=2024-01-09T02:33:48.705-0500
2024-01-09T02:33:48.706-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Received downstream response: diagnostic_warning_count=0 tf_proto_version=6.4 tf_provider_addr=registry.terraform.io/gmichels/adguard @module=sdk.proto tf_data_source_type=adguard_config tf_req_duration_ms=886 tf_req_id=5a0c1f5a-fea9-9612-6ab6-a5b2e3793322 tf_rpc=ReadDataSource @caller=github.com/hashicorp/terraform-plugin-go@v0.20.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:40 diagnostic_error_count=2 timestamp=2024-01-09T02:33:48.705-0500
2024-01-09T02:33:48.706-0500 [ERROR] provider.terraform-provider-adguard_v1.1.3: Response contains error diagnostic: @module=sdk.proto diagnostic_severity=ERROR tf_proto_version=6.4 diagnostic_summary="Value Conversion Error" tf_data_source_type=adguard_config tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=5a0c1f5a-fea9-9612-6ab6-a5b2e3793322 @caller=github.com/hashicorp/terraform-plugin-go@v0.20.0/tfprotov6/internal/diag/diagnostics.go:62 diagnostic_detail="An unexpected error was encountered trying to convert from struct value. This is always an error in the provider. Please report the following to the provider developer:

error retrieving field names from struct tags: [0]: need a struct tag for "tfsdk" on Mac" tf_rpc=ReadDataSource diagnostic_attribute=ElementKeyInt(0) timestamp=2024-01-09T02:33:48.705-0500
2024-01-09T02:33:48.706-0500 [ERROR] provider.terraform-provider-adguard_v1.1.3: Response contains error diagnostic: tf_rpc=ReadDataSource diagnostic_attribute=AttributeName("tls") diagnostic_severity=ERROR tf_proto_version=6.4 tf_data_source_type=adguard_config tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=5a0c1f5a-fea9-9612-6ab6-a5b2e3793322 @caller=github.com/hashicorp/terraform-plugin-go@v0.20.0/tfprotov6/internal/diag/diagnostics.go:62 @module=sdk.proto diagnostic_summary="Value Conversion Error" diagnostic_detail="An unexpected error was encountered while verifying an attribute value matched its expected type to prevent unexpected behavior or panics. This is always an error in the provider. Please report the following to the provider developer:

Expected framework type from provider logic: types.ObjectType["certificate_chain":basetypes.StringType, "dns_names":types.ListType[basetypes.StringType], "enabled":basetypes.BoolType, "force_https":basetypes.BoolType, "issuer":basetypes.StringType, "key_type":basetypes.StringType, "not_after":basetypes.StringType, "not_before":basetypes.StringType, "port_dns_over_quic":basetypes.Int64Type, "port_dns_over_tls":basetypes.Int64Type, "port_https":basetypes.Int64Type, "private_key":basetypes.StringType, "private_key_saved":basetypes.BoolType, "server_name":basetypes.StringType, "subject":basetypes.StringType, "valid_cert":basetypes.BoolType, "valid_chain":basetypes.BoolType, "valid_key":basetypes.BoolType, "valid_pair":basetypes.BoolType, "warning_validation":basetypes.StringType] / underlying type: tftypes.Object["certificate_chain":tftypes.String, "dns_names":tftypes.List[tftypes.String], "enabled":tftypes.Bool, "force_https":tftypes.Bool, "issuer":tftypes.String, "key_type":tftypes.String, "not_after":tftypes.String, "not_before":tftypes.String, "port_dns_over_quic":tftypes.Number, "port_dns_over_tls":tftypes.Number, "port_https":tftypes.Number, "private_key":tftypes.String, "private_key_saved":tftypes.Bool, "server_name":tftypes.String, "subject":tftypes.String, "valid_cert":tftypes.Bool, "valid_chain":tftypes.Bool, "valid_key":tftypes.Bool, "valid_pair":tftypes.Bool, "warning_validation":tftypes.String]
Received framework type from provider logic: types.ObjectType[] / underlying type: tftypes.Object[]
Path: tls" timestamp=2024-01-09T02:33:48.705-0500
2024-01-09T02:33:48.707-0500 [TRACE] provider.terraform-provider-adguard_v1.1.3: Served request: tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=5a0c1f5a-fea9-9612-6ab6-a5b2e3793322 @caller=github.com/hashicorp/terraform-plugin-go@v0.20.0/tfprotov6/tf6server/server.go:709 @module=sdk.proto tf_data_source_type=adguard_config tf_proto_version=6.4 tf_rpc=ReadDataSource timestamp=2024-01-09T02:33:48.706-0500

Planning failed. Terraform encountered an error while generating this plan.

╷
│ Error: Value Conversion Error
│
│   with data.adguard_config.main,
│   on main.tf line 21, in data "adguard_config" "main":
│   21: data "adguard_config" "main" {}
│
│ An unexpected error was encountered trying to convert from struct value. This is always an error in the provider. Please report the following to the provider developer:
│
│ error retrieving field names from struct tags: [0]: need a struct tag for "tfsdk" on Mac
╵
╷
│ Error: Value Conversion Error
│
│   with data.adguard_config.main,
│   on main.tf line 21, in data "adguard_config" "main":
│   21: data "adguard_config" "main" {}
│
│ An unexpected error was encountered while verifying an attribute value matched its expected type to prevent unexpected behavior or panics. This is always an error in the provider. Please report the following to the provider developer:
│
│ Expected framework type from provider logic: types.ObjectType["certificate_chain":basetypes.StringType, "dns_names":types.ListType[basetypes.StringType], "enabled":basetypes.BoolType, "force_https":basetypes.BoolType, "issuer":basetypes.StringType, "key_type":basetypes.StringType,
│ "not_after":basetypes.StringType, "not_before":basetypes.StringType, "port_dns_over_quic":basetypes.Int64Type, "port_dns_over_tls":basetypes.Int64Type, "port_https":basetypes.Int64Type, "private_key":basetypes.StringType, "private_key_saved":basetypes.BoolType, "server_name":basetypes.StringType,
│ "subject":basetypes.StringType, "valid_cert":basetypes.BoolType, "valid_chain":basetypes.BoolType, "valid_key":basetypes.BoolType, "valid_pair":basetypes.BoolType, "warning_validation":basetypes.StringType] / underlying type: tftypes.Object["certificate_chain":tftypes.String,
│ "dns_names":tftypes.List[tftypes.String], "enabled":tftypes.Bool, "force_https":tftypes.Bool, "issuer":tftypes.String, "key_type":tftypes.String, "not_after":tftypes.String, "not_before":tftypes.String, "port_dns_over_quic":tftypes.Number, "port_dns_over_tls":tftypes.Number,
│ "port_https":tftypes.Number, "private_key":tftypes.String, "private_key_saved":tftypes.Bool, "server_name":tftypes.String, "subject":tftypes.String, "valid_cert":tftypes.Bool, "valid_chain":tftypes.Bool, "valid_key":tftypes.Bool, "valid_pair":tftypes.Bool, "warning_validation":tftypes.String]
│ Received framework type from provider logic: types.ObjectType[] / underlying type: tftypes.Object[]
│ Path: tls
╵
2024-01-09T02:33:48.795-0500 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-01-09T02:33:48.796-0500 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/gmichels/adguard/1.1.3/darwin_amd64/terraform-provider-adguard_v1.1.3 pid=5452
2024-01-09T02:33:48.797-0500 [DEBUG] provider: plugin exited
gmichels commented 5 months ago

I still can't reproduce the issue, even using your config. It works just fine for me.

From the logs, it seems the tls response is empty from ADG. Can you try retrieving that endpoint on your end? Something like this:

curl -u username:password -L 'http://adguard.mydomain:3000/control/tls/status'
stanislav-bios-baranov commented 5 months ago

@gmichels

redacted response on CURL http query you proposed looks like:

{
  "subject": "CN=<redacted mydomain>",
  "issuer": "CN=R3,O=Let's Encrypt,C=US",
  "key_type": "RSA",
  "not_before": "2023-11-17T13:54:01Z",
  "not_after": "2024-02-15T13:54:00Z",
  "warning_validation": "validating certificate pair: certificates has no IP addresses; DNS-over-TLS won't be advertised via DDR",
  "dns_names": [
    "*.<redacted1>.<redacted mydomain>",
    "*.<redacted mydomain>",
    "*.<redacted2>.<redacted mydomain>",
    "<redacted mydomain>"
  ],
  "valid_cert": true,
  "valid_chain": true,
  "valid_key": true,
  "valid_pair": true,
  "enabled": true,
  "server_name": "adguard.<redacted1>.<redacted mydomain>",
  "force_https": false,
  "port_https": 3001,
  "port_dns_over_tls": 853,
  "port_dns_over_quic": 853,
  "port_dnscrypt": 0,
  "dnscrypt_config_file": "",
  "allow_unencrypted_doh": false,
  "certificate_chain": "<redacted let's encrypt certificate chain>",
  "private_key": "",
  "certificate_path": "",
  "private_key_path": "",
  "private_key_saved": true
}
gmichels commented 5 months ago

I pushed a new release (v1.1.4) which includes some improvements to logging. Please try the new version using the provider debug flag, and let's see if it helps.

TF_LOG_PROVIDER=DEBUG terraform plan
stanislav-bios-baranov commented 5 months ago

Redacted output using new version:

2024-01-10T13:03:28.022-0500 [INFO]  provider: configuring client automatic mTLS
2024-01-10T13:03:28.044-0500 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/gmichels/adguard/1.1.4/darwin_amd64/terraform-provider-adguard_v1.1.4 args=[.terraform/providers/registry.terraform.io/gmichels/adguard/1.1.4/darwin_amd64/terraform-provider-adguard_v1.1.4]
2024-01-10T13:03:28.046-0500 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/gmichels/adguard/1.1.4/darwin_amd64/terraform-provider-adguard_v1.1.4 pid=23185
2024-01-10T13:03:28.047-0500 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/gmichels/adguard/1.1.4/darwin_amd64/terraform-provider-adguard_v1.1.4
2024-01-10T13:03:28.054-0500 [INFO]  provider.terraform-provider-adguard_v1.1.4: configuring server automatic mTLS: timestamp=2024-01-10T13:03:28.054-0500
2024-01-10T13:03:28.069-0500 [DEBUG] provider: using plugin: version=6
2024-01-10T13:03:28.069-0500 [DEBUG] provider.terraform-provider-adguard_v1.1.4: plugin address: address=/var/folders/1f/j0s5zqyd69s5gr332mz2sy480000gn/T/plugin740887358 network=unix timestamp=2024-01-10T13:03:28.069-0500
2024-01-10T13:03:28.091-0500 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-01-10T13:03:28.092-0500 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/gmichels/adguard/1.1.4/darwin_amd64/terraform-provider-adguard_v1.1.4 pid=23185
2024-01-10T13:03:28.141-0500 [DEBUG] provider: plugin exited
2024-01-10T13:03:28.143-0500 [INFO]  provider: configuring client automatic mTLS
2024-01-10T13:03:28.151-0500 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/gmichels/adguard/1.1.4/darwin_amd64/terraform-provider-adguard_v1.1.4 args=[.terraform/providers/registry.terraform.io/gmichels/adguard/1.1.4/darwin_amd64/terraform-provider-adguard_v1.1.4]
2024-01-10T13:03:28.154-0500 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/gmichels/adguard/1.1.4/darwin_amd64/terraform-provider-adguard_v1.1.4 pid=23186
2024-01-10T13:03:28.154-0500 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/gmichels/adguard/1.1.4/darwin_amd64/terraform-provider-adguard_v1.1.4
2024-01-10T13:03:28.161-0500 [INFO]  provider.terraform-provider-adguard_v1.1.4: configuring server automatic mTLS: timestamp=2024-01-10T13:03:28.161-0500
2024-01-10T13:03:28.175-0500 [DEBUG] provider: using plugin: version=6
2024-01-10T13:03:28.175-0500 [DEBUG] provider.terraform-provider-adguard_v1.1.4: plugin address: address=/var/folders/1f/j0s5zqyd69s5gr332mz2sy480000gn/T/plugin516100926 network=unix timestamp=2024-01-10T13:03:28.175-0500
2024-01-10T13:03:28.202-0500 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-01-10T13:03:28.203-0500 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/gmichels/adguard/1.1.4/darwin_amd64/terraform-provider-adguard_v1.1.4 pid=23186
2024-01-10T13:03:28.266-0500 [DEBUG] provider: plugin exited
2024-01-10T13:03:28.267-0500 [INFO]  provider: configuring client automatic mTLS
2024-01-10T13:03:28.275-0500 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/gmichels/adguard/1.1.4/darwin_amd64/terraform-provider-adguard_v1.1.4 args=[.terraform/providers/registry.terraform.io/gmichels/adguard/1.1.4/darwin_amd64/terraform-provider-adguard_v1.1.4]
2024-01-10T13:03:28.278-0500 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/gmichels/adguard/1.1.4/darwin_amd64/terraform-provider-adguard_v1.1.4 pid=23187
2024-01-10T13:03:28.278-0500 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/gmichels/adguard/1.1.4/darwin_amd64/terraform-provider-adguard_v1.1.4
2024-01-10T13:03:28.286-0500 [INFO]  provider.terraform-provider-adguard_v1.1.4: configuring server automatic mTLS: timestamp=2024-01-10T13:03:28.286-0500
2024-01-10T13:03:28.299-0500 [DEBUG] provider.terraform-provider-adguard_v1.1.4: plugin address: address=/var/folders/1f/j0s5zqyd69s5gr332mz2sy480000gn/T/plugin2173254644 network=unix timestamp=2024-01-10T13:03:28.299-0500
2024-01-10T13:03:28.299-0500 [DEBUG] provider: using plugin: version=6
2024-01-10T13:03:28.321-0500 [INFO]  provider.terraform-provider-adguard_v1.1.4: Configuring AdGuard Home client: @module=adguard tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=2380da0e-eb04-9ce0-dac5-0e8a80cf7abf tf_rpc=ConfigureProvider @caller=github.com/gmichels/terraform-provider-adguard/adguard/provider.go:94 timestamp=2024-01-10T13:03:28.320-0500
data.adguard_config.main: Reading...
2024-01-10T13:03:28.389-0500 [DEBUG] provider.terraform-provider-adguard_v1.1.4: Creating AdGuard Home client: adguard_username=<redacted user> tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=2380da0e-eb04-9ce0-dac5-0e8a80cf7abf @module=adguard adguard_password=*** adguard_scheme=http tf_rpc=ConfigureProvider @caller=github.com/gmichels/terraform-provider-adguard/adguard/provider.go:261 adguard_host=<redacted domain>:3000 adguard_timeout=10 timestamp=2024-01-10T13:03:28.321-0500
2024-01-10T13:03:28.389-0500 [INFO]  provider.terraform-provider-adguard_v1.1.4: Configured AdGuardHome client: tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=2380da0e-eb04-9ce0-dac5-0e8a80cf7abf adguard_host=<redacted domain>:3000 adguard_password=*** adguard_timeout=10 adguard_scheme=http @caller=github.com/gmichels/terraform-provider-adguard/adguard/provider.go:279 @module=adguard tf_rpc=ConfigureProvider adguard_username=<redacted user> success=true timestamp=2024-01-10T13:03:28.321-0500
2024-01-10T13:03:28.695-0500 [DEBUG] provider.terraform-provider-adguard_v1.1.4: ADG API response: @module=adguard body="{"enabled":true,"interval":24,"filters":[{"enabled":true,"id":1,"last_updated":"2024-01-10T03:20:43Z","name":"AdGuard DNS filter","rules_count":56557,"url":"https://adguardteam.github.io/HostlistsRegistry/assets/filter_1.txt"},{"enabled":true,"id":2,"last_updated":"2024-01-10T03:20:43Z","name":"AdAway Default Blocklist","rules_count":6540,"url":"https://adguardteam.github.io/HostlistsRegistry/assets/filter_2.txt"}],"whitelist_filters":null,"user_rules":["||pikabu.ru^",""]}" object=filteringConfig tf_provider_addr=registry.terraform.io/gmichels/adguard @caller=github.com/gmichels/terraform-provider-adguard/adguard/config_common.go:458 tf_req_id=42f0ac6e-25be-d0da-4a99-4e17179c275e tf_rpc=ReadDataSource tf_data_source_type=adguard_config timestamp=2024-01-10T13:03:28.695-0500
2024-01-10T13:03:28.783-0500 [DEBUG] provider.terraform-provider-adguard_v1.1.4: ADG API response: @caller=github.com/gmichels/terraform-provider-adguard/adguard/config_common.go:484 @module=adguard body=true object=safeBrowsingStatus tf_data_source_type=adguard_config tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=42f0ac6e-25be-d0da-4a99-4e17179c275e tf_rpc=ReadDataSource timestamp=2024-01-10T13:03:28.783-0500
2024-01-10T13:03:28.871-0500 [DEBUG] provider.terraform-provider-adguard_v1.1.4: ADG API response: object=parentalStatus tf_provider_addr=registry.terraform.io/gmichels/adguard @module=adguard tf_data_source_type=adguard_config tf_req_id=42f0ac6e-25be-d0da-4a99-4e17179c275e tf_rpc=ReadDataSource @caller=github.com/gmichels/terraform-provider-adguard/adguard/config_common.go:501 body=true timestamp=2024-01-10T13:03:28.871-0500
2024-01-10T13:03:28.959-0500 [DEBUG] provider.terraform-provider-adguard_v1.1.4: ADG API response: body={"enabled":false,"bing":true,"duckduckgo":true,"google":true,"pixabay":true,"yandex":true,"youtube":true} tf_data_source_type=adguard_config tf_req_id=42f0ac6e-25be-d0da-4a99-4e17179c275e @caller=github.com/gmichels/terraform-provider-adguard/adguard/config_common.go:528 tf_rpc=ReadDataSource @module=adguard object=safeSearchConfig tf_provider_addr=registry.terraform.io/gmichels/adguard timestamp=2024-01-10T13:03:28.959-0500
2024-01-10T13:03:29.047-0500 [DEBUG] provider.terraform-provider-adguard_v1.1.4: ADG API response: tf_req_id=42f0ac6e-25be-d0da-4a99-4e17179c275e tf_rpc=ReadDataSource @caller=github.com/gmichels/terraform-provider-adguard/adguard/config_common.go:569 body={"enabled":true,"interval":7776000000,"anonymize_client_ip":false,"ignored":[]} object=queryLogConfig tf_data_source_type=adguard_config tf_provider_addr=registry.terraform.io/gmichels/adguard @module=adguard timestamp=2024-01-10T13:03:29.047-0500
2024-01-10T13:03:29.134-0500 [DEBUG] provider.terraform-provider-adguard_v1.1.4: ADG API response: body={"enabled":true,"interval":86400000,"ignored":[]} object=statsConfig tf_rpc=ReadDataSource tf_data_source_type=adguard_config tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=42f0ac6e-25be-d0da-4a99-4e17179c275e @caller=github.com/gmichels/terraform-provider-adguard/adguard/config_common.go:613 @module=adguard timestamp=2024-01-10T13:03:29.134-0500
2024-01-10T13:03:29.222-0500 [DEBUG] provider.terraform-provider-adguard_v1.1.4: ADG API response: @caller=github.com/gmichels/terraform-provider-adguard/adguard/config_common.go:656 body={"schedule":{"time_zone":"UTC","sun":{},"mon":{},"tue":{},"wed":{},"thu":{},"fri":{},"sat":{}},"ids":[]} tf_data_source_type=adguard_config tf_req_id=42f0ac6e-25be-d0da-4a99-4e17179c275e tf_rpc=ReadDataSource @module=adguard object=blockedServicesPauseSchedule tf_provider_addr=registry.terraform.io/gmichels/adguard timestamp=2024-01-10T13:03:29.222-0500
2024-01-10T13:03:29.311-0500 [DEBUG] provider.terraform-provider-adguard_v1.1.4: ADG API response: tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=42f0ac6e-25be-d0da-4a99-4e17179c275e @caller=github.com/gmichels/terraform-provider-adguard/adguard/config_common.go:725 @module=adguard body={"bootstrap_dns":["1.1.1.2","1.0.0.2","1.1.1.1","1.0.0.1"],"upstream_dns":["tls://dns.adguard-dns.com","https://dns.adguard-dns.com/dns-query"],"fallback_dns":["tls://1dot1dot1dot1.cloudflare-dns.com","https://dns.cloudflare.com/dns-query"],"upstream_dns_file":"","protection_enabled":true,"ratelimit":20,"ratelimit_subnet_len_ipv4":0,"ratelimit_subnet_len_ipv6":0,"ratelimit_whitelist":null,"blocking_mode":"default","blocking_ipv4":"","blocking_ipv6":"","blocked_response_ttl":10,"edns_cs_enabled":false,"edns_cs_use_custom":false,"edns_cs_custom_ip":"","disable_ipv6":false,"dnssec_enabled":false,"cache_size":4194304,"cache_ttl_min":0,"cache_ttl_max":0,"cache_optimistic":false,"upstream_mode":"","use_private_ptr_resolvers":false,"resolve_clients":true,"local_ptr_upstreams":[""],"default_local_ptr_upstreams":["192.168.178.50:53","192.168.178.50:53"]} tf_rpc=ReadDataSource object=dnsConfig tf_data_source_type=adguard_config timestamp=2024-01-10T13:03:29.311-0500
2024-01-10T13:03:29.399-0500 [DEBUG] provider.terraform-provider-adguard_v1.1.4: ADG API response: @caller=github.com/gmichels/terraform-provider-adguard/adguard/config_common.go:822 tf_data_source_type=adguard_config tf_rpc=ReadDataSource @module=adguard body={"allowed_clients":[],"disallowed_clients":[],"blocked_hosts":["version.bind","id.server","hostname.bind"]} object=dnsAccess tf_provider_addr=registry.terraform.io/gmichels/adguard tf_req_id=42f0ac6e-25be-d0da-4a99-4e17179c275e timestamp=2024-01-10T13:03:29.399-0500
2024-01-10T13:03:29.488-0500 [DEBUG] provider.terraform-provider-adguard_v1.1.4: ADG API response: tf_req_id=42f0ac6e-25be-d0da-4a99-4e17179c275e @module=adguard body={"enabled":true,"interface_name":"eth0","v4":{"gateway_ip":"192.168.2.1","subnet_mask":"255.255.255.0","range_start":"192.168.2.30","range_end":"192.168.2.250","lease_duration":3600},"v6":{"lease_duration":86400},"leases":[{"mac":"<redacted>","ip":"192.168.2.33","hostname":"<redacted>","expires":"2024-01-10T18:50:35Z"},{"mac":"<redacted>","ip":"192.168.2.41","hostname":"<redacted>","expires":"2024-01-10T18:51:15Z"},{"mac":"<redacted>","ip":"192.168.2.37","hostname":"<redacted>","expires":"2024-01-10T18:41:35Z"},{"mac":"<redacted>","ip":"192.168.2.31","hostname":"<redacted>","expires":"2024-01-10T18:58:00Z"},{"mac":"<redacted>","ip":"192.168.2.38","hostname":"<redacted>","expires":"2024-01-10T18:37:59Z"},{"mac":"<redacted>","ip":"192.168.2.32","hostname":"<redacted>","expires":"2024-01-10T19:00:13Z"},{"mac":"<redacted>","ip":"192.168.2.50","hostname":"<redacted>","expires":"2024-01-10T18:52:57Z"},{"mac":"<redacted>","ip":"192.168.2.49","hostname":"<redacted>","expires":"2024-01-10T19:03:03Z"},{"mac":"<redacted>","ip":"192.168.2.44","hostname":"<redacted>","expires":"2024-01-10T19:01:36Z"},{"mac":"<redacted>","ip":"192.168.2.34","hostname":"<redacted>","expires":"2024-01-10T18:31:37Z"}],"static_leases":[{"mac":"<redacted>","ip":"192.168.2.14","hostname":"<redacted>"},{"mac":"<redacted>","ip":"192.168.2.241","hostname":"<redacted>"},{"mac":"<redacted>","ip":"192.168.2.240","hostname":"<redacted>"},{"mac":"<redacted>","ip":"192.168.2.18","hostname":"<redacted>"},{"mac":"<redacted>","ip":"192.168.2.17","hostname":"<redacted>"},{"mac":"<redacted>","ip":"192.168.2.15","hostname":"<redacted>"},{"mac":"<redacted>","ip":"192.168.2.11","hostname":"<redacted>"},{"mac":"<redacted>","ip":"192.168.2.16","hostname":"<redacted>"},{"mac":"<redacted>","ip":"192.168.2.10","hostname":"<redacted>"},{"mac":"<redacted>","ip":"192.168.2.12","hostname":"<redacted>"}]} tf_data_source_type=adguard_config @caller=github.com/gmichels/terraform-provider-adguard/adguard/config_common.go:868 object=dhcpStatus tf_provider_addr=registry.terraform.io/gmichels/adguard tf_rpc=ReadDataSource timestamp=2024-01-10T13:03:29.488-0500

Planning failed. Terraform encountered an error while generating this plan.

2024-01-10T13:03:29.576-0500 [ERROR] provider.terraform-provider-adguard_v1.1.4: Response contains error diagnostic: tf_req_id=42f0ac6e-25be-d0da-4a99-4e17179c275e tf_rpc=ReadDataSource @caller=github.com/hashicorp/terraform-plugin-go@v0.20.0/tfprotov6/internal/diag/diagnostics.go:62 diagnostic_summary="Value Conversion Error" tf_proto_version=6.4 diagnostic_severity=ERROR @module=sdk.proto diagnostic_attribute=ElementKeyInt(0) diagnostic_detail="An unexpected error was encountered trying to convert from struct value. This is always an error in the provider. Please report the following to the provider developer:

error retrieving field names from struct tags: [0]: need a struct tag for "tfsdk" on Mac" tf_data_source_type=adguard_config tf_provider_addr=registry.terraform.io/gmichels/adguard timestamp=2024-01-10T13:03:29.489-0500
╷
│ Error: Value Conversion Error
│ 
│   with data.adguard_config.main,
│   on main.tf line 21, in data "adguard_config" "main":
│   21: data "adguard_config" "main" {}
│ 
│ An unexpected error was encountered trying to convert from struct value. This is always an error in the provider. Please report the following to the provider developer:
│ 
│ error retrieving field names from struct tags: [0]: need a struct tag for "tfsdk" on Mac
╵
2024-01-10T13:03:29.580-0500 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-01-10T13:03:29.581-0500 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/gmichels/adguard/1.1.4/darwin_amd64/terraform-provider-adguard_v1.1.4 pid=23187
2024-01-10T13:03:29.706-0500 [DEBUG] provider: plugin exited
gmichels commented 5 months ago

I think the issue is somewhere in your DHCP configuration, and I believe it's in the dynamic leases. I don't use DHCP in ADG, so quite honestly I have never tried the provider with DHCP dynamic leases.

Can you provide your data/leases.json? I have no clue of the format to create a dummy one here.

stanislav-bios-baranov commented 5 months ago

Sure, here it is (MACs are lowercased a0:b1:c3:d4:e5:f6):

{
  "version": 1,
  "leases": [
    {
      "mac": "<redacted>",
      "expires": "2024-01-10T20:30:16Z",
      "hostname": "<redacted>",
      "ip": "192.168.2.32",
      "static": false
    },
    {
      "mac": "<redacted>",
      "expires": "2024-01-10T20:01:14Z",
      "hostname": "<redacted>",
      "ip": "192.168.2.34",
      "static": false
    },
    {
      "mac": "<redacted>",
      "expires": "2024-01-10T20:31:40Z",
      "hostname": "<redacted>",
      "ip": "192.168.2.44",
      "static": false
    },
    {
      "mac": "<redacted>",
      "expires": "2024-01-10T02:29:14Z",
      "hostname": "<redacted>",
      "ip": "192.168.2.45",
      "static": false
    },
    {
      "mac": "<redacted>",
      "expires": "2023-12-30T05:38:43Z",
      "hostname": "<redacted>",
      "ip": "192.168.2.46",
      "static": false
    },
    {
      "mac": "<redacted>",
      "expires": "2024-01-10T07:44:50Z",
      "hostname": "<redacted>",
      "ip": "192.168.2.47",
      "static": false
    },
    {
      "mac": "<redacted>",
      "expires": "2024-01-09T02:42:09Z",
      "hostname": "<redacted>",
      "ip": "192.168.2.48",
      "static": false
    },
    {
      "mac": "<redacted>",
      "expires": "2024-01-10T20:33:36Z",
      "hostname": "<redacted>",
      "ip": "192.168.2.49",
      "static": false
    },
    {
      "mac": "<redacted>",
      "expires": "2024-01-10T20:23:01Z",
      "hostname": "<redacted>",
      "ip": "192.168.2.50",
      "static": false
    },
    {
      "mac": "<redacted>",
      "expires": "2024-01-10T20:30:08Z",
      "hostname": "<redacted>",
      "ip": "192.168.2.51",
      "static": false
    },
    {
      "mac": "<redacted>",
      "expires": "2024-01-10T20:17:00Z",
      "hostname": "<redacted>",
      "ip": "192.168.2.33",
      "static": false
    },
    {
      "mac": "<redacted>",
      "hostname": "<redacted>",
      "ip": "192.168.2.240",
      "static": true
    },
    {
      "mac": "<redacted>",
      "hostname": "<redacted>",
      "ip": "192.168.2.241",
      "static": true
    },
    {
      "mac": "<redacted>",
      "expires": "2024-01-08T06:39:26Z",
      "hostname": "<redacted>",
      "ip": "192.168.2.53",
      "static": false
    },
    {
      "mac": "<redacted>",
      "expires": "2023-12-30T05:38:41Z",
      "hostname": "<redacted>",
      "ip": "192.168.2.52",
      "static": false
    },
    {
      "mac": "<redacted>",
      "hostname": "<redacted>",
      "ip": "192.168.2.17",
      "static": true
    },
    {
      "mac": "<redacted>",
      "hostname": "<redacted>",
      "ip": "192.168.2.11",
      "static": true
    },
    {
      "mac": "<redacted>",
      "expires": "2024-01-10T20:21:37Z",
      "hostname": "<redacted>",
      "ip": "192.168.2.38",
      "static": false
    },
    {
      "mac": "<redacted>",
      "expires": "2024-01-10T20:27:28Z",
      "hostname": "<redacted>",
      "ip": "192.168.2.31",
      "static": false
    },
    {
      "mac": "<redacted>",
      "expires": "2024-01-10T20:21:02Z",
      "hostname": "<redacted>",
      "ip": "192.168.2.36",
      "static": false
    },
    {
      "mac": "<redacted>",
      "expires": "2024-01-10T20:36:34Z",
      "hostname": "<redacted>",
      "ip": "192.168.2.40",
      "static": false
    },
    {
      "mac": "<redacted>",
      "expires": "2024-01-10T20:11:38Z",
      "hostname": "<redacted>",
      "ip": "192.168.2.37",
      "static": false
    },
    {
      "mac": "<redacted>",
      "expires": "2024-01-10T20:21:16Z",
      "hostname": "<redacted>",
      "ip": "192.168.2.41",
      "static": false
    },
    {
      "mac": "<redacted>",
      "hostname": "<redacted>",
      "ip": "192.168.2.18",
      "static": true
    },
    {
      "mac": "<redacted>",
      "hostname": "<redacted>",
      "ip": "192.168.2.14",
      "static": true
    },
    {
      "mac": "<redacted>",
      "hostname": "<redacted>",
      "ip": "192.168.2.12",
      "static": true
    },
    {
      "mac": "<redacted>",
      "hostname": "<redacted>",
      "ip": "192.168.2.10",
      "static": true
    },
    {
      "mac": "<redacted>",
      "hostname": "<redacted>",
      "ip": "192.168.2.16",
      "static": true
    },
    {
      "mac": "<redacted>",
      "hostname": "<redacted>",
      "ip": "192.168.2.15",
      "static": true
    },
    {
      "mac": "<redacted>",
      "expires": "2023-11-17T07:22:41Z",
      "hostname": "<redacted>",
      "ip": "192.168.2.39",
      "static": false
    }
  ]
}

It is kind of important feature - it allows me to have different settings on child and adult devices in household, and it is only way how ADGuard Home supports it.

gmichels commented 5 months ago

Thanks for the file, I am now able to reproduce the issue. I will look into what's going on.

stanislav-bios-baranov commented 5 months ago

Thank you @gmichels