goauthentik / terraform-provider-authentik

Manage https://goauthentik.io with terraform.
https://registry.terraform.io/providers/goauthentik/authentik/latest/docs
GNU General Public License v3.0
70 stars 20 forks source link

Provider produced inconsistent result after apply #580

Open japtain-cack opened 2 weeks ago

japtain-cack commented 2 weeks ago

Authentik: 2024.8.3 Platform: Kubernetes Terraform: v1.9.8 Tofu: v1.8.4 Provider version: 2024.8.4

Brand new install of Authentik. All I did is perform the initial user setup and get an api token.

terraform:

terraform {
  required_providers {
    authentik = {
      source = "goauthentik/authentik"
    }
  }
}

provider "authentik" {
  url   = "https://authentik.talos.example.com"
  insecure = true
  # Optionally add extra headers
  # headers {
  #   X-my-header = "foo"
  # }
  #  Set token with `export AUTHENTIK_TOKEN='<your-token>'`
}

resource "authentik_brand" "talos" {
  domain         = "talos.example.com
  default        = false
  branding_title = "Talos"
}
╷
│ Error: Provider produced inconsistent result after apply
│
│ When applying changes to authentik_brand.talos, provider "provider[\"registry.terraform.io/goauthentik/authentik\"]"
│ produced an unexpected new value: Root object was present, but now absent.
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
╵

trace logs

Click to expand code ```text 2024-10-25T03:33:16.378Z [INFO] Terraform version: 1.9.8 2024-10-25T03:33:16.378Z [DEBUG] using github.com/hashicorp/go-tfe v1.58.0 2024-10-25T03:33:16.378Z [DEBUG] using github.com/hashicorp/hcl/v2 v2.20.0 2024-10-25T03:33:16.378Z [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.1 2024-10-25T03:33:16.378Z [DEBUG] using github.com/zclconf/go-cty v1.14.4 2024-10-25T03:33:16.378Z [INFO] Go runtime version: go1.22.7 2024-10-25T03:33:16.378Z [INFO] CLI args: []string{"terraform", "apply"} 2024-10-25T03:33:16.379Z [TRACE] Stdout is not a terminal 2024-10-25T03:33:16.379Z [TRACE] Stderr is not a terminal 2024-10-25T03:33:16.379Z [TRACE] Stdin is not a terminal 2024-10-25T03:33:16.379Z [DEBUG] Attempting to open CLI config file: /home/japtain-cack/.terraformrc 2024-10-25T03:33:16.379Z [DEBUG] File doesn't exist, but doesn't need to. Ignoring. 2024-10-25T03:33:16.379Z [DEBUG] ignoring non-existing provider search directory terraform.d/plugins 2024-10-25T03:33:16.379Z [DEBUG] ignoring non-existing provider search directory /home/japtain-cack/.terraform.d/plugins 2024-10-25T03:33:16.379Z [DEBUG] ignoring non-existing provider search directory /home/japtain-cack/.local/share/terraform/plugins 2024-10-25T03:33:16.379Z [DEBUG] ignoring non-existing provider search directory /usr/local/share/terraform/plugins 2024-10-25T03:33:16.379Z [DEBUG] ignoring non-existing provider search directory /usr/share/terraform/plugins 2024-10-25T03:33:16.379Z [INFO] CLI command args: []string{"apply"} 2024-10-25T03:33:16.380Z [TRACE] Meta.Backend: no config given or present on disk, so returning nil config 2024-10-25T03:33:16.380Z [TRACE] Meta.Backend: backend has not previously been initialized in this working directory 2024-10-25T03:33:16.380Z [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend) 2024-10-25T03:33:16.380Z [TRACE] Meta.Backend: instantiated backend of type 2024-10-25T03:33:16.380Z [TRACE] providercache.fillMetaCache: scanning directory .terraform/providers 2024-10-25T03:33:16.380Z [TRACE] getproviders.SearchLocalDirectory: found registry.opentofu.org/goauthentik/authentik v2024.8.4 for linux_amd64 at .terraform/providers/registry.opentofu.org/goauthentik/authentik/2024.8.4/linux_amd64 2024-10-25T03:33:16.380Z [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/goauthentik/authentik v2024.8.4 for linux_amd64 at .terraform/providers/registry.terraform.io/goauthentik/authentik/2024.8.4/linux_amd64 2024-10-25T03:33:16.380Z [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.opentofu.org/goauthentik/authentik/2024.8.4/linux_amd64 as a candidate package for registry.opentofu.org/goauthentik/authentik 2024.8.4 2024-10-25T03:33:16.380Z [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/goauthentik/authentik/2024.8.4/linux_amd64 as a candidate package for registry.terraform.io/goauthentik/authentik 2024.8.4 2024-10-25T03:33:16.462Z [DEBUG] checking for provisioner in "." 2024-10-25T03:33:16.464Z [DEBUG] checking for provisioner in "/usr/bin" 2024-10-25T03:33:16.465Z [TRACE] Meta.Backend: backend does not support operations, so wrapping it in a local backend 2024-10-25T03:33:16.465Z [INFO] backend/local: starting Apply operation 2024-10-25T03:33:16.465Z [TRACE] backend/local: requesting state manager for workspace "default" 2024-10-25T03:33:16.465Z [TRACE] backend/local: state manager for workspace "default" will: - read initial snapshot from terraform.tfstate - write new snapshots to terraform.tfstate - create any backup at terraform.tfstate.backup 2024-10-25T03:33:16.465Z [TRACE] backend/local: requesting state lock for workspace "default" 2024-10-25T03:33:16.465Z [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate 2024-10-25T03:33:16.465Z [TRACE] statemgr.Filesystem: existing snapshot has lineage "bb7f97ed-3d7d-2b4e-80c2-f81b014229a3" serial 3 2024-10-25T03:33:16.465Z [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock 2024-10-25T03:33:16.465Z [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info 2024-10-25T03:33:16.465Z [TRACE] backend/local: reading remote state for workspace "default" 2024-10-25T03:33:16.465Z [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate 2024-10-25T03:33:16.465Z [TRACE] statemgr.Filesystem: read snapshot with lineage "bb7f97ed-3d7d-2b4e-80c2-f81b014229a3" serial 3 2024-10-25T03:33:16.465Z [TRACE] backend/local: populating backendrun.LocalRun for current working directory 2024-10-25T03:33:16.466Z [TRACE] Config.VerifyDependencySelections: provider registry.terraform.io/goauthentik/authentik has 2024.8.4 to satisfy "" 2024-10-25T03:33:16.466Z [TRACE] terraform.NewContext: starting 2024-10-25T03:33:16.466Z [TRACE] terraform.NewContext: complete 2024-10-25T03:33:16.466Z [TRACE] backend/local: requesting interactive input, if necessary 2024-10-25T03:33:16.466Z [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/goauthentik/authentik" 2024-10-25T03:33:16.466Z [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/goauthentik/authentik" to read its schema 2024-10-25T03:33:16.466Z [DEBUG] created provider logger: level=trace 2024-10-25T03:33:16.466Z [INFO] provider: configuring client automatic mTLS 2024-10-25T03:33:16.477Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/goauthentik/authentik/2024.8.4/linux_amd64/terraform-provider-authentik_v2024.8.4 args=[".terraform/providers/registry.terraform.io/goauthentik/authentik/2024.8.4/linux_amd64/terraform-provider-authentik_v2024.8.4"] 2024-10-25T03:33:16.478Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/goauthentik/authentik/2024.8.4/linux_amd64/terraform-provider-authentik_v2024.8.4 pid=1153299 2024-10-25T03:33:16.478Z [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/goauthentik/authentik/2024.8.4/linux_amd64/terraform-provider-authentik_v2024.8.4 2024-10-25T03:33:16.484Z [INFO] provider.terraform-provider-authentik_v2024.8.4: configuring server automatic mTLS: timestamp=2024-10-25T03:33:16.484Z 2024-10-25T03:33:16.497Z [DEBUG] provider.terraform-provider-authentik_v2024.8.4: plugin address: address=/tmp/plugin720272837 network=unix timestamp=2024-10-25T03:33:16.497Z 2024-10-25T03:33:16.497Z [DEBUG] provider: using plugin: version=5 2024-10-25T03:33:16.506Z [TRACE] GRPCProvider: GetProviderSchema 2024-10-25T03:33:16.506Z [TRACE] provider.stdio: waiting for stdio data 2024-10-25T03:33:16.508Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Received request: tf_proto_version=5.6 tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/tf5server/server.go:522 @module=sdk.proto timestamp=2024-10-25T03:33:16.508Z 2024-10-25T03:33:16.508Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Sending request downstream: tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:22 @module=sdk.proto tf_proto_version=5.6 tf_provider_addr=provider timestamp=2024-10-25T03:33:16.508Z 2024-10-25T03:33:16.508Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Getting provider schema: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:110 timestamp=2024-10-25T03:33:16.508Z 2024-10-25T03:33:16.508Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_resource_type=authentik_enterprise_license tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2024-10-25T03:33:16.508Z 2024-10-25T03:33:16.508Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_resource_type=authentik_policy_event_matcher @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2024-10-25T03:33:16.508Z 2024-10-25T03:33:16.508Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 @module=sdk.helper_schema tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_resource_type=authentik_source_oauth tf_rpc=GetProviderSchema timestamp=2024-10-25T03:33:16.508Z 2024-10-25T03:33:16.508Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: @module=sdk.helper_schema tf_resource_type=authentik_stage_authenticator_static @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_rpc=GetProviderSchema timestamp=2024-10-25T03:33:16.508Z 2024-10-25T03:33:16.508Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_resource_type=authentik_stage_prompt_field tf_provider_addr=provider timestamp=2024-10-25T03:33:16.508Z 2024-10-25T03:33:16.508Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: tf_resource_type=authentik_flow_stage_binding tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 timestamp=2024-10-25T03:33:16.508Z 2024-10-25T03:33:16.508Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 tf_resource_type=authentik_property_mapping_provider_google_workspace @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 timestamp=2024-10-25T03:33:16.508Z 2024-10-25T03:33:16.512Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_resource_type=authentik_source_plex tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 @module=sdk.helper_schema timestamp=2024-10-25T03:33:16.511Z 2024-10-25T03:33:16.512Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 @module=sdk.helper_schema tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_resource_type=authentik_property_mapping_rac tf_rpc=GetProviderSchema timestamp=2024-10-25T03:33:16.512Z 2024-10-25T03:33:16.512Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_resource_type=authentik_provider_rac @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 timestamp=2024-10-25T03:33:16.512Z 2024-10-25T03:33:16.512Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: tf_resource_type=authentik_rac_endpoint tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 @module=sdk.helper_schema timestamp=2024-10-25T03:33:16.512Z 2024-10-25T03:33:16.512Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_resource_type=authentik_source_ldap tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 timestamp=2024-10-25T03:33:16.512Z 2024-10-25T03:33:16.512Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_resource_type=authentik_stage_identification tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=provider timestamp=2024-10-25T03:33:16.512Z 2024-10-25T03:33:16.512Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: tf_resource_type=authentik_stage_user_write tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 tf_provider_addr=provider timestamp=2024-10-25T03:33:16.512Z 2024-10-25T03:33:16.512Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 tf_resource_type=authentik_policy_expiry tf_rpc=GetProviderSchema timestamp=2024-10-25T03:33:16.512Z 2024-10-25T03:33:16.512Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 tf_resource_type=authentik_policy_password timestamp=2024-10-25T03:33:16.512Z 2024-10-25T03:33:16.512Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: tf_resource_type=authentik_property_mapping_google_workspace tf_rpc=GetProviderSchema tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 @module=sdk.helper_schema tf_provider_addr=provider timestamp=2024-10-25T03:33:16.512Z 2024-10-25T03:33:16.512Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_resource_type=authentik_provider_ldap tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 timestamp=2024-10-25T03:33:16.512Z 2024-10-25T03:33:16.512Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: tf_resource_type=authentik_provider_proxy tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 tf_provider_addr=provider timestamp=2024-10-25T03:33:16.512Z 2024-10-25T03:33:16.512Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_resource_type=authentik_stage_invitation tf_rpc=GetProviderSchema timestamp=2024-10-25T03:33:16.512Z 2024-10-25T03:33:16.512Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_resource_type=authentik_policy_geoip tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 timestamp=2024-10-25T03:33:16.512Z 2024-10-25T03:33:16.512Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_resource_type=authentik_property_mapping_provider_microsoft_entra timestamp=2024-10-25T03:33:16.512Z 2024-10-25T03:33:16.512Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_provider_addr=provider tf_resource_type=authentik_stage_source tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2024-10-25T03:33:16.512Z 2024-10-25T03:33:16.512Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: @module=sdk.helper_schema tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 tf_resource_type=authentik_application tf_rpc=GetProviderSchema tf_provider_addr=provider timestamp=2024-10-25T03:33:16.512Z 2024-10-25T03:33:16.512Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_resource_type=authentik_property_mapping_provider_scim tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 timestamp=2024-10-25T03:33:16.512Z 2024-10-25T03:33:16.512Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_resource_type=authentik_rbac_permission_role timestamp=2024-10-25T03:33:16.512Z 2024-10-25T03:33:16.512Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_resource_type=authentik_scope_mapping timestamp=2024-10-25T03:33:16.512Z 2024-10-25T03:33:16.512Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_resource_type=authentik_user tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 timestamp=2024-10-25T03:33:16.512Z 2024-10-25T03:33:16.512Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: tf_resource_type=authentik_policy_expression @module=sdk.helper_schema tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_rpc=GetProviderSchema timestamp=2024-10-25T03:33:16.512Z 2024-10-25T03:33:16.512Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: @module=sdk.helper_schema tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 tf_provider_addr=provider tf_resource_type=authentik_property_mapping_provider_scope timestamp=2024-10-25T03:33:16.512Z 2024-10-25T03:33:16.512Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 tf_resource_type=authentik_property_mapping_source_ldap tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 timestamp=2024-10-25T03:33:16.512Z 2024-10-25T03:33:16.512Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_resource_type=authentik_stage_authenticator_duo timestamp=2024-10-25T03:33:16.512Z 2024-10-25T03:33:16.512Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 @module=sdk.helper_schema tf_provider_addr=provider tf_resource_type=authentik_stage_email tf_rpc=GetProviderSchema timestamp=2024-10-25T03:33:16.512Z 2024-10-25T03:33:16.512Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_resource_type=authentik_policy_binding @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 tf_rpc=GetProviderSchema timestamp=2024-10-25T03:33:16.512Z 2024-10-25T03:33:16.512Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: tf_provider_addr=provider tf_resource_type=authentik_property_mapping_provider_radius @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 @module=sdk.helper_schema tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_rpc=GetProviderSchema timestamp=2024-10-25T03:33:16.512Z 2024-10-25T03:33:16.512Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: tf_provider_addr=provider tf_resource_type=authentik_provider_google_workspace @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 @module=sdk.helper_schema tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_rpc=GetProviderSchema timestamp=2024-10-25T03:33:16.512Z 2024-10-25T03:33:16.512Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 tf_resource_type=authentik_rbac_permission_user tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2024-10-25T03:33:16.512Z 2024-10-25T03:33:16.512Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: tf_resource_type=authentik_service_connection_kubernetes @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2024-10-25T03:33:16.512Z 2024-10-25T03:33:16.512Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: tf_resource_type=authentik_stage_authenticator_webauthn tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 tf_provider_addr=provider @module=sdk.helper_schema tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 timestamp=2024-10-25T03:33:16.512Z 2024-10-25T03:33:16.512Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: tf_resource_type=authentik_stage_captcha tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 timestamp=2024-10-25T03:33:16.512Z 2024-10-25T03:33:16.512Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: tf_provider_addr=provider tf_resource_type=authentik_stage_password tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 timestamp=2024-10-25T03:33:16.512Z 2024-10-25T03:33:16.512Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_resource_type=authentik_stage_user_delete tf_rpc=GetProviderSchema timestamp=2024-10-25T03:33:16.512Z 2024-10-25T03:33:16.513Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 @module=sdk.helper_schema tf_resource_type=authentik_stage_deny tf_rpc=GetProviderSchema timestamp=2024-10-25T03:33:16.512Z 2024-10-25T03:33:16.513Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 @module=sdk.helper_schema tf_provider_addr=provider tf_rpc=GetProviderSchema tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_resource_type=authentik_stage_user_login timestamp=2024-10-25T03:33:16.512Z 2024-10-25T03:33:16.513Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 tf_resource_type=authentik_token tf_rpc=GetProviderSchema timestamp=2024-10-25T03:33:16.513Z 2024-10-25T03:33:16.513Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 @module=sdk.helper_schema tf_resource_type=authentik_brand timestamp=2024-10-25T03:33:16.513Z 2024-10-25T03:33:16.513Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=provider tf_resource_type=authentik_rbac_role timestamp=2024-10-25T03:33:16.513Z 2024-10-25T03:33:16.513Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_resource_type=authentik_event_rule @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2024-10-25T03:33:16.513Z 2024-10-25T03:33:16.513Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 @module=sdk.helper_schema tf_resource_type=authentik_event_transport tf_rpc=GetProviderSchema timestamp=2024-10-25T03:33:16.513Z 2024-10-25T03:33:16.513Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 @module=sdk.helper_schema tf_resource_type=authentik_group tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_rpc=GetProviderSchema timestamp=2024-10-25T03:33:16.513Z 2024-10-25T03:33:16.513Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 @module=sdk.helper_schema tf_provider_addr=provider tf_resource_type=authentik_source_saml tf_rpc=GetProviderSchema timestamp=2024-10-25T03:33:16.513Z 2024-10-25T03:33:16.513Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 @module=sdk.helper_schema tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_rpc=GetProviderSchema tf_provider_addr=provider tf_resource_type=authentik_certificate_key_pair timestamp=2024-10-25T03:33:16.513Z 2024-10-25T03:33:16.513Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_rpc=GetProviderSchema tf_resource_type=authentik_outpost timestamp=2024-10-25T03:33:16.513Z 2024-10-25T03:33:16.513Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: @module=sdk.helper_schema tf_resource_type=authentik_property_mapping_provider_rac tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 timestamp=2024-10-25T03:33:16.513Z 2024-10-25T03:33:16.513Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_resource_type=authentik_property_mapping_source_saml @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_rpc=GetProviderSchema timestamp=2024-10-25T03:33:16.513Z 2024-10-25T03:33:16.513Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 @module=sdk.helper_schema tf_resource_type=authentik_property_mapping_source_scim tf_rpc=GetProviderSchema timestamp=2024-10-25T03:33:16.513Z 2024-10-25T03:33:16.513Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_resource_type=authentik_stage_consent timestamp=2024-10-25T03:33:16.513Z 2024-10-25T03:33:16.513Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_resource_type=authentik_stage_user_logout timestamp=2024-10-25T03:33:16.513Z 2024-10-25T03:33:16.513Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_rpc=GetProviderSchema tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_resource_type=authentik_blueprint @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 timestamp=2024-10-25T03:33:16.513Z 2024-10-25T03:33:16.513Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_resource_type=authentik_property_mapping_radius timestamp=2024-10-25T03:33:16.513Z 2024-10-25T03:33:16.513Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_resource_type=authentik_property_mapping_ldap @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 tf_rpc=GetProviderSchema timestamp=2024-10-25T03:33:16.513Z 2024-10-25T03:33:16.513Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_resource_type=authentik_provider_oauth2 timestamp=2024-10-25T03:33:16.513Z 2024-10-25T03:33:16.513Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_resource_type=authentik_provider_radius @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 tf_provider_addr=provider tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2024-10-25T03:33:16.513Z 2024-10-25T03:33:16.513Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: @module=sdk.helper_schema tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 tf_provider_addr=provider tf_resource_type=authentik_stage_dummy tf_rpc=GetProviderSchema timestamp=2024-10-25T03:33:16.513Z 2024-10-25T03:33:16.513Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: @module=sdk.helper_schema tf_resource_type=authentik_property_mapping_microsoft_entra tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 timestamp=2024-10-25T03:33:16.513Z 2024-10-25T03:33:16.513Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 @module=sdk.helper_schema tf_provider_addr=provider tf_resource_type=authentik_property_mapping_source_plex tf_rpc=GetProviderSchema timestamp=2024-10-25T03:33:16.513Z 2024-10-25T03:33:16.513Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_resource_type=authentik_stage_authenticator_totp tf_rpc=GetProviderSchema timestamp=2024-10-25T03:33:16.513Z 2024-10-25T03:33:16.513Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: tf_resource_type=authentik_system_settings @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_rpc=GetProviderSchema timestamp=2024-10-25T03:33:16.513Z 2024-10-25T03:33:16.514Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: @module=sdk.helper_schema tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_resource_type=authentik_provider_scim tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 tf_provider_addr=provider timestamp=2024-10-25T03:33:16.513Z 2024-10-25T03:33:16.514Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 tf_provider_addr=provider @module=sdk.helper_schema tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_resource_type=authentik_flow tf_rpc=GetProviderSchema timestamp=2024-10-25T03:33:16.514Z 2024-10-25T03:33:16.514Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 @module=sdk.helper_schema tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_rpc=GetProviderSchema tf_provider_addr=provider tf_resource_type=authentik_policy_dummy timestamp=2024-10-25T03:33:16.514Z 2024-10-25T03:33:16.514Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_resource_type=authentik_policy_reputation @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2024-10-25T03:33:16.514Z 2024-10-25T03:33:16.514Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_resource_type=authentik_property_mapping_notification @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2024-10-25T03:33:16.514Z 2024-10-25T03:33:16.514Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_resource_type=authentik_property_mapping_saml tf_rpc=GetProviderSchema timestamp=2024-10-25T03:33:16.514Z 2024-10-25T03:33:16.514Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 tf_provider_addr=provider tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_resource_type=authentik_provider_microsoft_entra timestamp=2024-10-25T03:33:16.514Z 2024-10-25T03:33:16.514Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_resource_type=authentik_provider_saml tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 @module=sdk.helper_schema timestamp=2024-10-25T03:33:16.514Z 2024-10-25T03:33:16.514Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 @module=sdk.helper_schema tf_provider_addr=provider tf_resource_type=authentik_service_connection_docker tf_rpc=GetProviderSchema tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 timestamp=2024-10-25T03:33:16.514Z 2024-10-25T03:33:16.514Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 tf_provider_addr=provider tf_resource_type=authentik_property_mapping_provider_saml tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 timestamp=2024-10-25T03:33:16.514Z 2024-10-25T03:33:16.514Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: tf_rpc=GetProviderSchema tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_resource_type=authentik_property_mapping_scim tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 @module=sdk.helper_schema timestamp=2024-10-25T03:33:16.514Z 2024-10-25T03:33:16.514Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: tf_resource_type=authentik_property_mapping_source_oauth tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 timestamp=2024-10-25T03:33:16.514Z 2024-10-25T03:33:16.514Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_resource_type=authentik_stage_authenticator_sms tf_rpc=GetProviderSchema timestamp=2024-10-25T03:33:16.514Z 2024-10-25T03:33:16.514Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: @module=sdk.helper_schema tf_resource_type=authentik_stage_authenticator_validate tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 timestamp=2024-10-25T03:33:16.514Z 2024-10-25T03:33:16.514Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found resource type: @module=sdk.helper_schema tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_resource_type=authentik_stage_prompt tf_provider_addr=provider tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:128 timestamp=2024-10-25T03:33:16.514Z 2024-10-25T03:33:16.514Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found data source type: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:137 tf_data_source_type=authentik_property_mapping_provider_radius tf_rpc=GetProviderSchema timestamp=2024-10-25T03:33:16.514Z 2024-10-25T03:33:16.514Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found data source type: tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_data_source_type=authentik_property_mapping_provider_saml tf_provider_addr=provider tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:137 @module=sdk.helper_schema timestamp=2024-10-25T03:33:16.514Z 2024-10-25T03:33:16.514Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found data source type: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:137 tf_data_source_type=authentik_stage tf_rpc=GetProviderSchema timestamp=2024-10-25T03:33:16.514Z 2024-10-25T03:33:16.514Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found data source type: @module=sdk.helper_schema tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_rpc=GetProviderSchema tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:137 tf_data_source_type=authentik_user timestamp=2024-10-25T03:33:16.514Z 2024-10-25T03:33:16.514Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found data source type: tf_data_source_type=authentik_webauthn_device_type tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:137 tf_provider_addr=provider timestamp=2024-10-25T03:33:16.514Z 2024-10-25T03:33:16.514Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:137 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_data_source_type=authentik_certificate_key_pair timestamp=2024-10-25T03:33:16.514Z 2024-10-25T03:33:16.514Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found data source type: tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:137 @module=sdk.helper_schema tf_data_source_type=authentik_property_mapping_provider_rac timestamp=2024-10-25T03:33:16.514Z 2024-10-25T03:33:16.514Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found data source type: tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:137 @module=sdk.helper_schema tf_data_source_type=authentik_brand timestamp=2024-10-25T03:33:16.514Z 2024-10-25T03:33:16.514Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:137 @module=sdk.helper_schema tf_data_source_type=authentik_property_mapping_provider_scim tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_rpc=GetProviderSchema timestamp=2024-10-25T03:33:16.514Z 2024-10-25T03:33:16.514Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:137 tf_rpc=GetProviderSchema tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 @module=sdk.helper_schema tf_data_source_type=authentik_users timestamp=2024-10-25T03:33:16.514Z 2024-10-25T03:33:16.514Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found data source type: tf_data_source_type=authentik_group tf_provider_addr=provider tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:137 timestamp=2024-10-25T03:33:16.514Z 2024-10-25T03:33:16.514Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found data source type: tf_data_source_type=authentik_groups tf_provider_addr=provider tf_rpc=GetProviderSchema tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:137 @module=sdk.helper_schema timestamp=2024-10-25T03:33:16.514Z 2024-10-25T03:33:16.515Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found data source type: tf_data_source_type=authentik_property_mapping_provider_scope tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:137 tf_provider_addr=provider tf_rpc=GetProviderSchema timestamp=2024-10-25T03:33:16.514Z 2024-10-25T03:33:16.515Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:137 tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=authentik_property_mapping_source_ldap timestamp=2024-10-25T03:33:16.515Z 2024-10-25T03:33:16.515Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:137 @module=sdk.helper_schema tf_data_source_type=authentik_provider_oauth2_config tf_rpc=GetProviderSchema tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 timestamp=2024-10-25T03:33:16.515Z 2024-10-25T03:33:16.515Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:137 tf_provider_addr=provider @module=sdk.helper_schema tf_data_source_type=authentik_provider_saml_metadata tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_rpc=GetProviderSchema timestamp=2024-10-25T03:33:16.515Z 2024-10-25T03:33:16.515Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found data source type: tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:137 @module=sdk.helper_schema tf_data_source_type=authentik_source tf_rpc=GetProviderSchema timestamp=2024-10-25T03:33:16.515Z 2024-10-25T03:33:16.515Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Found data source type: tf_provider_addr=provider @module=sdk.helper_schema tf_data_source_type=authentik_flow tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:137 timestamp=2024-10-25T03:33:16.515Z 2024-10-25T03:33:16.515Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Received downstream response: @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:42 diagnostic_error_count=0 tf_proto_version=5.6 tf_req_duration_ms=6 tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 @module=sdk.proto diagnostic_warning_count=0 tf_provider_addr=provider tf_rpc=GetProviderSchema timestamp=2024-10-25T03:33:16.515Z 2024-10-25T03:33:16.515Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Announced server capabilities: tf_rpc=GetProviderSchema tf_server_capability_get_provider_schema_optional=true @module=sdk.proto tf_proto_version=5.6 tf_provider_addr=provider tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 tf_server_capability_plan_destroy=false @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/internal/tf5serverlogging/server_capabilities.go:25 timestamp=2024-10-25T03:33:16.515Z 2024-10-25T03:33:16.515Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/tf5server/server.go:541 @module=sdk.proto tf_proto_version=5.6 tf_provider_addr=provider tf_rpc=GetProviderSchema tf_req_id=f8e224b3-07dc-7dca-58dd-509ec15c10e8 timestamp=2024-10-25T03:33:16.515Z 2024-10-25T03:33:16.518Z [TRACE] GRPCProvider: Close 2024-10-25T03:33:16.519Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" 2024-10-25T03:33:16.520Z [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/goauthentik/authentik/2024.8.4/linux_amd64/terraform-provider-authentik_v2024.8.4 id=1153299 2024-10-25T03:33:16.520Z [DEBUG] provider: plugin exited 2024-10-25T03:33:16.520Z [TRACE] Context.Input: Prompting for provider arguments 2024-10-25T03:33:16.520Z [TRACE] Context.Input: Provider provider.authentik declared at config.tf:9,1-21 2024-10-25T03:33:16.520Z [TRACE] Context.Input: Input for provider.authentik: map[string]cty.Value{} 2024-10-25T03:33:16.520Z [TRACE] backend/local: running validation operation 2024-10-25T03:33:16.520Z [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/goauthentik/authentik" 2024-10-25T03:33:16.520Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/goauthentik/authentik" is in the global cache 2024-10-25T03:33:16.520Z [DEBUG] Building and walking validate graph 2024-10-25T03:33:16.520Z [TRACE] building graph for walkValidate 2024-10-25T03:33:16.520Z [TRACE] Executing graph transform *terraform.ConfigTransformer 2024-10-25T03:33:16.520Z [TRACE] ConfigTransformer: Starting for path: 2024-10-25T03:33:16.520Z [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph: authentik_brand.talos - *terraform.NodeValidatableResource ------ 2024-10-25T03:33:16.520Z [TRACE] Executing graph transform *terraform.RootVariableTransformer 2024-10-25T03:33:16.520Z [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes) 2024-10-25T03:33:16.520Z [TRACE] Executing graph transform *terraform.ModuleVariableTransformer 2024-10-25T03:33:16.520Z [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes) 2024-10-25T03:33:16.520Z [TRACE] Executing graph transform *terraform.variableValidationTransformer 2024-10-25T03:33:16.520Z [TRACE] variableValidationTransformer: adding validation nodes for any existing variable evaluation nodes 2024-10-25T03:33:16.520Z [TRACE] Completed graph transform *terraform.variableValidationTransformer (no changes) 2024-10-25T03:33:16.520Z [TRACE] Executing graph transform *terraform.LocalTransformer 2024-10-25T03:33:16.520Z [TRACE] Completed graph transform *terraform.LocalTransformer (no changes) 2024-10-25T03:33:16.520Z [TRACE] Executing graph transform *terraform.OutputTransformer 2024-10-25T03:33:16.520Z [TRACE] Completed graph transform *terraform.OutputTransformer (no changes) 2024-10-25T03:33:16.520Z [TRACE] Executing graph transform *terraform.checkTransformer 2024-10-25T03:33:16.520Z [TRACE] Completed graph transform *terraform.checkTransformer (no changes) 2024-10-25T03:33:16.520Z [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer 2024-10-25T03:33:16.520Z [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes) 2024-10-25T03:33:16.520Z [TRACE] Executing graph transform *terraform.StateTransformer 2024-10-25T03:33:16.520Z [TRACE] StateTransformer: pointless no-op call, creating no nodes at all 2024-10-25T03:33:16.520Z [TRACE] Completed graph transform *terraform.StateTransformer (no changes) 2024-10-25T03:33:16.520Z [TRACE] Executing graph transform *terraform.AttachStateTransformer 2024-10-25T03:33:16.520Z [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) 2024-10-25T03:33:16.520Z [TRACE] Executing graph transform *terraform.OrphanOutputTransformer 2024-10-25T03:33:16.520Z [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes) 2024-10-25T03:33:16.520Z [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer 2024-10-25T03:33:16.520Z [TRACE] AttachResourceConfigTransformer: attaching to "authentik_brand.talos" (*terraform.NodeValidatableResource) config from hcl.Range{Filename:"brand.tf", Start:hcl.Pos{Line:1, Column:1, Byte:0}, End:hcl.Pos{Line:1, Column:35, Byte:34}} 2024-10-25T03:33:16.520Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to authentik_brand.talos 2024-10-25T03:33:16.520Z [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes) 2024-10-25T03:33:16.520Z [TRACE] Executing graph transform *terraform.graphTransformerMulti 2024-10-25T03:33:16.520Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.externalProviderTransformer 2024-10-25T03:33:16.520Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.externalProviderTransformer with new graph: authentik_brand.talos - *terraform.NodeValidatableResource ------ 2024-10-25T03:33:16.520Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer 2024-10-25T03:33:16.520Z [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/goauthentik/authentik\"]" provider configuration from config.tf:9,1-21 2024-10-25T03:33:16.520Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph: authentik_brand.talos - *terraform.NodeValidatableResource provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider ------ 2024-10-25T03:33:16.520Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer 2024-10-25T03:33:16.520Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes) 2024-10-25T03:33:16.520Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer 2024-10-25T03:33:16.520Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/goauthentik/authentik"] serving authentik_brand.talos 2024-10-25T03:33:16.520Z [DEBUG] ProviderTransformer: "authentik_brand.talos" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/goauthentik/authentik"] 2024-10-25T03:33:16.520Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph: authentik_brand.talos - *terraform.NodeValidatableResource provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider ------ 2024-10-25T03:33:16.520Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer 2024-10-25T03:33:16.520Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes) 2024-10-25T03:33:16.520Z [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph: authentik_brand.talos - *terraform.NodeValidatableResource provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider ------ 2024-10-25T03:33:16.520Z [TRACE] Executing graph transform *terraform.RemovedModuleTransformer 2024-10-25T03:33:16.520Z [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes) 2024-10-25T03:33:16.520Z [TRACE] Executing graph transform *terraform.AttachSchemaTransformer 2024-10-25T03:33:16.520Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/goauthentik/authentik" is in the global cache 2024-10-25T03:33:16.520Z [TRACE] AttachSchemaTransformer: attaching resource schema to authentik_brand.talos 2024-10-25T03:33:16.520Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/goauthentik/authentik" is in the global cache 2024-10-25T03:33:16.520Z [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/goauthentik/authentik"] 2024-10-25T03:33:16.520Z [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes) 2024-10-25T03:33:16.520Z [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer 2024-10-25T03:33:16.520Z [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes) 2024-10-25T03:33:16.520Z [TRACE] Executing graph transform *terraform.ExternalReferenceTransformer 2024-10-25T03:33:16.520Z [TRACE] Completed graph transform *terraform.ExternalReferenceTransformer (no changes) 2024-10-25T03:33:16.520Z [TRACE] Executing graph transform *terraform.ReferenceTransformer 2024-10-25T03:33:16.520Z [DEBUG] ReferenceTransformer: "authentik_brand.talos" references: [] 2024-10-25T03:33:16.520Z [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/goauthentik/authentik\"]" references: [] 2024-10-25T03:33:16.520Z [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes) 2024-10-25T03:33:16.520Z [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer 2024-10-25T03:33:16.520Z [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes) 2024-10-25T03:33:16.520Z [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer 2024-10-25T03:33:16.520Z [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes) 2024-10-25T03:33:16.520Z [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer 2024-10-25T03:33:16.520Z [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes) 2024-10-25T03:33:16.520Z [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer 2024-10-25T03:33:16.520Z [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes) 2024-10-25T03:33:16.520Z [TRACE] Executing graph transform *terraform.TargetsTransformer 2024-10-25T03:33:16.520Z [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) 2024-10-25T03:33:16.520Z [TRACE] Executing graph transform *terraform.ForcedCBDTransformer 2024-10-25T03:33:16.520Z [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes) 2024-10-25T03:33:16.520Z [TRACE] Executing graph transform *terraform.CloseProviderTransformer 2024-10-25T03:33:16.520Z [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph: authentik_brand.talos - *terraform.NodeValidatableResource provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider provider["registry.terraform.io/goauthentik/authentik"] (close) - *terraform.graphNodeCloseProvider authentik_brand.talos - *terraform.NodeValidatableResource provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider ------ 2024-10-25T03:33:16.520Z [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer 2024-10-25T03:33:16.520Z [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph: authentik_brand.talos - *terraform.NodeValidatableResource provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider provider["registry.terraform.io/goauthentik/authentik"] (close) - *terraform.graphNodeCloseProvider authentik_brand.talos - *terraform.NodeValidatableResource provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider root - *terraform.nodeCloseModule provider["registry.terraform.io/goauthentik/authentik"] (close) - *terraform.graphNodeCloseProvider ------ 2024-10-25T03:33:16.520Z [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer 2024-10-25T03:33:16.520Z [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph: authentik_brand.talos - *terraform.NodeValidatableResource provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider provider["registry.terraform.io/goauthentik/authentik"] (close) - *terraform.graphNodeCloseProvider authentik_brand.talos - *terraform.NodeValidatableResource root - *terraform.nodeCloseModule provider["registry.terraform.io/goauthentik/authentik"] (close) - *terraform.graphNodeCloseProvider ------ 2024-10-25T03:33:16.520Z [DEBUG] Starting graph walk: walkValidate 2024-10-25T03:33:16.521Z [TRACE] vertex "provider[\"registry.terraform.io/goauthentik/authentik\"]": starting visit (*terraform.NodeApplyableProvider) 2024-10-25T03:33:16.521Z [TRACE] vertex "provider[\"registry.terraform.io/goauthentik/authentik\"]": belongs to 2024-10-25T03:33:16.521Z [DEBUG] created provider logger: level=trace 2024-10-25T03:33:16.521Z [INFO] provider: configuring client automatic mTLS 2024-10-25T03:33:16.525Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/goauthentik/authentik/2024.8.4/linux_amd64/terraform-provider-authentik_v2024.8.4 args=[".terraform/providers/registry.terraform.io/goauthentik/authentik/2024.8.4/linux_amd64/terraform-provider-authentik_v2024.8.4"] 2024-10-25T03:33:16.525Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/goauthentik/authentik/2024.8.4/linux_amd64/terraform-provider-authentik_v2024.8.4 pid=1153309 2024-10-25T03:33:16.525Z [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/goauthentik/authentik/2024.8.4/linux_amd64/terraform-provider-authentik_v2024.8.4 2024-10-25T03:33:16.531Z [INFO] provider.terraform-provider-authentik_v2024.8.4: configuring server automatic mTLS: timestamp=2024-10-25T03:33:16.531Z 2024-10-25T03:33:16.544Z [DEBUG] provider: using plugin: version=5 2024-10-25T03:33:16.544Z [DEBUG] provider.terraform-provider-authentik_v2024.8.4: plugin address: address=/tmp/plugin1847009089 network=unix timestamp=2024-10-25T03:33:16.544Z 2024-10-25T03:33:16.552Z [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/goauthentik/authentik\"]" provider for provider["registry.terraform.io/goauthentik/authentik"] 2024-10-25T03:33:16.552Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/goauthentik/authentik" is in the global cache 2024-10-25T03:33:16.552Z [TRACE] NodeApplyableProvider: validating configuration for provider["registry.terraform.io/goauthentik/authentik"] 2024-10-25T03:33:16.552Z [TRACE] buildProviderConfig for provider["registry.terraform.io/goauthentik/authentik"]: using explicit config only 2024-10-25T03:33:16.552Z [TRACE] GRPCProvider: GetProviderSchema 2024-10-25T03:33:16.552Z [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/goauthentik/authentik 2024-10-25T03:33:16.552Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/goauthentik/authentik" is in the global cache 2024-10-25T03:33:16.552Z [TRACE] provider.stdio: waiting for stdio data 2024-10-25T03:33:16.552Z [TRACE] GRPCProvider: ValidateProviderConfig 2024-10-25T03:33:16.552Z [TRACE] GRPCProvider: GetProviderSchema 2024-10-25T03:33:16.552Z [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/goauthentik/authentik 2024-10-25T03:33:16.553Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Received request: tf_provider_addr=provider tf_req_id=7bb84a12-f590-d880-aff2-059a85861695 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/tf5server/server.go:549 @module=sdk.proto tf_proto_version=5.6 timestamp=2024-10-25T03:33:16.553Z 2024-10-25T03:33:16.554Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: 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=5.6 tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/internal/logging/protocol_data.go:41 tf_req_id=7bb84a12-f590-d880-aff2-059a85861695 tf_rpc=PrepareProviderConfig timestamp=2024-10-25T03:33:16.554Z 2024-10-25T03:33:16.554Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Sending request downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:22 tf_req_id=7bb84a12-f590-d880-aff2-059a85861695 tf_rpc=PrepareProviderConfig @module=sdk.proto tf_proto_version=5.6 tf_provider_addr=provider timestamp=2024-10-25T03:33:16.554Z 2024-10-25T03:33:16.554Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Preparing provider configuration: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:170 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=7bb84a12-f590-d880-aff2-059a85861695 timestamp=2024-10-25T03:33:16.554Z 2024-10-25T03:33:16.554Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Calling downstream: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=7bb84a12-f590-d880-aff2-059a85861695 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:258 timestamp=2024-10-25T03:33:16.554Z 2024-10-25T03:33:16.555Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Called downstream: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=7bb84a12-f590-d880-aff2-059a85861695 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:260 timestamp=2024-10-25T03:33:16.555Z 2024-10-25T03:33:16.555Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Received downstream response: diagnostic_warning_count=0 tf_proto_version=5.6 @module=sdk.proto tf_provider_addr=provider tf_req_duration_ms=1 tf_req_id=7bb84a12-f590-d880-aff2-059a85861695 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:42 diagnostic_error_count=0 timestamp=2024-10-25T03:33:16.555Z 2024-10-25T03:33:16.555Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Served request: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/tf5server/server.go:570 tf_provider_addr=provider @module=sdk.proto tf_proto_version=5.6 tf_req_id=7bb84a12-f590-d880-aff2-059a85861695 timestamp=2024-10-25T03:33:16.555Z 2024-10-25T03:33:16.556Z [TRACE] vertex "provider[\"registry.terraform.io/goauthentik/authentik\"]": visit complete 2024-10-25T03:33:16.556Z [TRACE] vertex "authentik_brand.talos": starting visit (*terraform.NodeValidatableResource) 2024-10-25T03:33:16.556Z [TRACE] vertex "authentik_brand.talos": belongs to 2024-10-25T03:33:16.556Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/goauthentik/authentik" is in the global cache 2024-10-25T03:33:16.556Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/goauthentik/authentik" is in the global cache 2024-10-25T03:33:16.556Z [TRACE] GRPCProvider: ValidateResourceConfig 2024-10-25T03:33:16.556Z [TRACE] GRPCProvider: GetProviderSchema 2024-10-25T03:33:16.556Z [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/goauthentik/authentik 2024-10-25T03:33:16.556Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Received request: tf_proto_version=5.6 tf_provider_addr=provider tf_req_id=eb395992-e60e-49a8-d861-7517764851ba tf_resource_type=authentik_brand @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/tf5server/server.go:714 @module=sdk.proto tf_rpc=ValidateResourceTypeConfig timestamp=2024-10-25T03:33:16.556Z 2024-10-25T03:33:16.556Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Sending request downstream: tf_provider_addr=provider tf_req_id=eb395992-e60e-49a8-d861-7517764851ba tf_rpc=ValidateResourceTypeConfig tf_resource_type=authentik_brand @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:22 @module=sdk.proto tf_proto_version=5.6 timestamp=2024-10-25T03:33:16.556Z 2024-10-25T03:33:16.556Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Calling downstream: tf_req_id=eb395992-e60e-49a8-d861-7517764851ba tf_resource_type=authentik_brand @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:287 @module=sdk.helper_schema tf_provider_addr=provider tf_rpc=ValidateResourceTypeConfig timestamp=2024-10-25T03:33:16.556Z 2024-10-25T03:33:16.557Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Called downstream: tf_req_id=eb395992-e60e-49a8-d861-7517764851ba tf_provider_addr=provider @module=sdk.helper_schema tf_resource_type=authentik_brand tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:289 timestamp=2024-10-25T03:33:16.557Z 2024-10-25T03:33:16.557Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Received downstream response: diagnostic_warning_count=0 tf_proto_version=5.6 tf_rpc=ValidateResourceTypeConfig diagnostic_error_count=0 tf_provider_addr=provider tf_req_duration_ms=0 tf_req_id=eb395992-e60e-49a8-d861-7517764851ba @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:42 @module=sdk.proto tf_resource_type=authentik_brand timestamp=2024-10-25T03:33:16.557Z 2024-10-25T03:33:16.557Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/tf5server/server.go:734 tf_proto_version=5.6 tf_req_id=eb395992-e60e-49a8-d861-7517764851ba @module=sdk.proto tf_provider_addr=provider tf_resource_type=authentik_brand tf_rpc=ValidateResourceTypeConfig timestamp=2024-10-25T03:33:16.557Z 2024-10-25T03:33:16.557Z [TRACE] vertex "authentik_brand.talos": visit complete 2024-10-25T03:33:16.557Z [TRACE] vertex "provider[\"registry.terraform.io/goauthentik/authentik\"] (close)": starting visit (*terraform.graphNodeCloseProvider) 2024-10-25T03:33:16.557Z [TRACE] vertex "provider[\"registry.terraform.io/goauthentik/authentik\"] (close)": does not belong to any module instance 2024-10-25T03:33:16.557Z [TRACE] GRPCProvider: Close 2024-10-25T03:33:16.557Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" 2024-10-25T03:33:16.559Z [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/goauthentik/authentik/2024.8.4/linux_amd64/terraform-provider-authentik_v2024.8.4 id=1153309 2024-10-25T03:33:16.559Z [DEBUG] provider: plugin exited 2024-10-25T03:33:16.559Z [TRACE] vertex "provider[\"registry.terraform.io/goauthentik/authentik\"] (close)": visit complete 2024-10-25T03:33:16.559Z [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule) 2024-10-25T03:33:16.559Z [TRACE] vertex "root": does not belong to any module instance 2024-10-25T03:33:16.559Z [TRACE] vertex "root": visit complete 2024-10-25T03:33:16.559Z [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/goauthentik/authentik" 2024-10-25T03:33:16.559Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/goauthentik/authentik" is in the global cache 2024-10-25T03:33:16.559Z [INFO] backend/local: apply calling Plan 2024-10-25T03:33:16.559Z [DEBUG] Building and walking plan graph for NormalMode 2024-10-25T03:33:16.559Z [TRACE] building graph for walkPlan 2024-10-25T03:33:16.559Z [TRACE] Executing graph transform *terraform.ConfigTransformer 2024-10-25T03:33:16.559Z [TRACE] ConfigTransformer: Starting for path: 2024-10-25T03:33:16.559Z [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph: authentik_brand.talos (expand) - *terraform.nodeExpandPlannableResource ------ 2024-10-25T03:33:16.559Z [TRACE] Executing graph transform *terraform.RootVariableTransformer 2024-10-25T03:33:16.559Z [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes) 2024-10-25T03:33:16.559Z [TRACE] Executing graph transform *terraform.ModuleVariableTransformer 2024-10-25T03:33:16.559Z [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes) 2024-10-25T03:33:16.559Z [TRACE] Executing graph transform *terraform.variableValidationTransformer 2024-10-25T03:33:16.559Z [TRACE] variableValidationTransformer: adding validation nodes for any existing variable evaluation nodes 2024-10-25T03:33:16.559Z [TRACE] Completed graph transform *terraform.variableValidationTransformer (no changes) 2024-10-25T03:33:16.559Z [TRACE] Executing graph transform *terraform.LocalTransformer 2024-10-25T03:33:16.559Z [TRACE] Completed graph transform *terraform.LocalTransformer (no changes) 2024-10-25T03:33:16.559Z [TRACE] Executing graph transform *terraform.OutputTransformer 2024-10-25T03:33:16.559Z [TRACE] Completed graph transform *terraform.OutputTransformer (no changes) 2024-10-25T03:33:16.559Z [TRACE] Executing graph transform *terraform.checkTransformer 2024-10-25T03:33:16.559Z [TRACE] Completed graph transform *terraform.checkTransformer (no changes) 2024-10-25T03:33:16.559Z [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer 2024-10-25T03:33:16.559Z [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes) 2024-10-25T03:33:16.559Z [TRACE] Executing graph transform *terraform.StateTransformer 2024-10-25T03:33:16.559Z [TRACE] StateTransformer: creating nodes for deposed instance objects only 2024-10-25T03:33:16.559Z [TRACE] Completed graph transform *terraform.StateTransformer (no changes) 2024-10-25T03:33:16.559Z [TRACE] Executing graph transform *terraform.AttachStateTransformer 2024-10-25T03:33:16.559Z [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) 2024-10-25T03:33:16.559Z [TRACE] Executing graph transform *terraform.OrphanOutputTransformer 2024-10-25T03:33:16.559Z [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes) 2024-10-25T03:33:16.559Z [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer 2024-10-25T03:33:16.559Z [TRACE] AttachResourceConfigTransformer: attaching to "authentik_brand.talos (expand)" (*terraform.nodeExpandPlannableResource) config from hcl.Range{Filename:"brand.tf", Start:hcl.Pos{Line:1, Column:1, Byte:0}, End:hcl.Pos{Line:1, Column:35, Byte:34}} 2024-10-25T03:33:16.559Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to authentik_brand.talos (expand) 2024-10-25T03:33:16.559Z [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes) 2024-10-25T03:33:16.559Z [TRACE] Executing graph transform *terraform.graphTransformerMulti 2024-10-25T03:33:16.559Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.externalProviderTransformer 2024-10-25T03:33:16.559Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.externalProviderTransformer with new graph: authentik_brand.talos (expand) - *terraform.nodeExpandPlannableResource ------ 2024-10-25T03:33:16.559Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer 2024-10-25T03:33:16.559Z [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/goauthentik/authentik\"]" provider configuration from config.tf:9,1-21 2024-10-25T03:33:16.559Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph: authentik_brand.talos (expand) - *terraform.nodeExpandPlannableResource provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider ------ 2024-10-25T03:33:16.559Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer 2024-10-25T03:33:16.559Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes) 2024-10-25T03:33:16.559Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer 2024-10-25T03:33:16.559Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/goauthentik/authentik"] serving authentik_brand.talos (expand) 2024-10-25T03:33:16.559Z [DEBUG] ProviderTransformer: "authentik_brand.talos (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/goauthentik/authentik"] 2024-10-25T03:33:16.559Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph: authentik_brand.talos (expand) - *terraform.nodeExpandPlannableResource provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider ------ 2024-10-25T03:33:16.559Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer 2024-10-25T03:33:16.559Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes) 2024-10-25T03:33:16.559Z [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph: authentik_brand.talos (expand) - *terraform.nodeExpandPlannableResource provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider ------ 2024-10-25T03:33:16.559Z [TRACE] Executing graph transform *terraform.RemovedModuleTransformer 2024-10-25T03:33:16.559Z [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes) 2024-10-25T03:33:16.559Z [TRACE] Executing graph transform *terraform.AttachSchemaTransformer 2024-10-25T03:33:16.559Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/goauthentik/authentik" is in the global cache 2024-10-25T03:33:16.559Z [TRACE] AttachSchemaTransformer: attaching resource schema to authentik_brand.talos (expand) 2024-10-25T03:33:16.559Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/goauthentik/authentik" is in the global cache 2024-10-25T03:33:16.559Z [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/goauthentik/authentik"] 2024-10-25T03:33:16.559Z [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes) 2024-10-25T03:33:16.559Z [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer 2024-10-25T03:33:16.559Z [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes) 2024-10-25T03:33:16.559Z [TRACE] Executing graph transform *terraform.ExternalReferenceTransformer 2024-10-25T03:33:16.559Z [TRACE] Completed graph transform *terraform.ExternalReferenceTransformer (no changes) 2024-10-25T03:33:16.559Z [TRACE] Executing graph transform *terraform.ReferenceTransformer 2024-10-25T03:33:16.559Z [DEBUG] ReferenceTransformer: "authentik_brand.talos (expand)" references: [] 2024-10-25T03:33:16.559Z [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/goauthentik/authentik\"]" references: [] 2024-10-25T03:33:16.559Z [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes) 2024-10-25T03:33:16.559Z [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer 2024-10-25T03:33:16.559Z [TRACE] AttachDependenciesTransformer: authentik_brand.talos depends on [] 2024-10-25T03:33:16.559Z [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes) 2024-10-25T03:33:16.559Z [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer 2024-10-25T03:33:16.559Z [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes) 2024-10-25T03:33:16.559Z [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer 2024-10-25T03:33:16.559Z [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes) 2024-10-25T03:33:16.559Z [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer 2024-10-25T03:33:16.559Z [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes) 2024-10-25T03:33:16.559Z [TRACE] Executing graph transform *terraform.TargetsTransformer 2024-10-25T03:33:16.559Z [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) 2024-10-25T03:33:16.559Z [TRACE] Executing graph transform *terraform.ForcedCBDTransformer 2024-10-25T03:33:16.559Z [TRACE] ForcedCBDTransformer: "authentik_brand.talos (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping 2024-10-25T03:33:16.559Z [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes) 2024-10-25T03:33:16.559Z [TRACE] Executing graph transform *terraform.CloseProviderTransformer 2024-10-25T03:33:16.559Z [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph: authentik_brand.talos (expand) - *terraform.nodeExpandPlannableResource provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider provider["registry.terraform.io/goauthentik/authentik"] (close) - *terraform.graphNodeCloseProvider authentik_brand.talos (expand) - *terraform.nodeExpandPlannableResource provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider ------ 2024-10-25T03:33:16.559Z [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer 2024-10-25T03:33:16.559Z [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph: authentik_brand.talos (expand) - *terraform.nodeExpandPlannableResource provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider provider["registry.terraform.io/goauthentik/authentik"] (close) - *terraform.graphNodeCloseProvider authentik_brand.talos (expand) - *terraform.nodeExpandPlannableResource provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider root - *terraform.nodeCloseModule provider["registry.terraform.io/goauthentik/authentik"] (close) - *terraform.graphNodeCloseProvider ------ 2024-10-25T03:33:16.559Z [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer 2024-10-25T03:33:16.559Z [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph: authentik_brand.talos (expand) - *terraform.nodeExpandPlannableResource provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider provider["registry.terraform.io/goauthentik/authentik"] (close) - *terraform.graphNodeCloseProvider authentik_brand.talos (expand) - *terraform.nodeExpandPlannableResource root - *terraform.nodeCloseModule provider["registry.terraform.io/goauthentik/authentik"] (close) - *terraform.graphNodeCloseProvider ------ 2024-10-25T03:33:16.559Z [DEBUG] Starting graph walk: walkPlan 2024-10-25T03:33:16.559Z [TRACE] vertex "provider[\"registry.terraform.io/goauthentik/authentik\"]": starting visit (*terraform.NodeApplyableProvider) 2024-10-25T03:33:16.559Z [TRACE] vertex "provider[\"registry.terraform.io/goauthentik/authentik\"]": belongs to 2024-10-25T03:33:16.559Z [DEBUG] created provider logger: level=trace 2024-10-25T03:33:16.559Z [INFO] provider: configuring client automatic mTLS 2024-10-25T03:33:16.564Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/goauthentik/authentik/2024.8.4/linux_amd64/terraform-provider-authentik_v2024.8.4 args=[".terraform/providers/registry.terraform.io/goauthentik/authentik/2024.8.4/linux_amd64/terraform-provider-authentik_v2024.8.4"] 2024-10-25T03:33:16.564Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/goauthentik/authentik/2024.8.4/linux_amd64/terraform-provider-authentik_v2024.8.4 pid=1153318 2024-10-25T03:33:16.564Z [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/goauthentik/authentik/2024.8.4/linux_amd64/terraform-provider-authentik_v2024.8.4 2024-10-25T03:33:16.571Z [INFO] provider.terraform-provider-authentik_v2024.8.4: configuring server automatic mTLS: timestamp=2024-10-25T03:33:16.571Z 2024-10-25T03:33:16.584Z [DEBUG] provider.terraform-provider-authentik_v2024.8.4: plugin address: network=unix address=/tmp/plugin326427557 timestamp=2024-10-25T03:33:16.584Z 2024-10-25T03:33:16.584Z [DEBUG] provider: using plugin: version=5 2024-10-25T03:33:16.591Z [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/goauthentik/authentik\"]" provider for provider["registry.terraform.io/goauthentik/authentik"] 2024-10-25T03:33:16.591Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/goauthentik/authentik" is in the global cache 2024-10-25T03:33:16.591Z [TRACE] NodeApplyableProvider: configuring provider["registry.terraform.io/goauthentik/authentik"] 2024-10-25T03:33:16.591Z [TRACE] buildProviderConfig for provider["registry.terraform.io/goauthentik/authentik"]: using explicit config only 2024-10-25T03:33:16.591Z [TRACE] GRPCProvider: GetProviderSchema 2024-10-25T03:33:16.591Z [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/goauthentik/authentik 2024-10-25T03:33:16.591Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/goauthentik/authentik" is in the global cache 2024-10-25T03:33:16.592Z [TRACE] GRPCProvider: ValidateProviderConfig 2024-10-25T03:33:16.592Z [TRACE] GRPCProvider: GetProviderSchema 2024-10-25T03:33:16.592Z [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/goauthentik/authentik 2024-10-25T03:33:16.592Z [TRACE] provider.stdio: waiting for stdio data 2024-10-25T03:33:16.592Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Received request: tf_provider_addr=provider tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/tf5server/server.go:549 @module=sdk.proto tf_req_id=641952f6-6cdb-64a5-5211-fe80010b389e tf_proto_version=5.6 timestamp=2024-10-25T03:33:16.592Z 2024-10-25T03:33:16.592Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: 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.23.0/internal/logging/protocol_data.go:41 @module=sdk.proto tf_proto_version=5.6 tf_provider_addr=provider tf_req_id=641952f6-6cdb-64a5-5211-fe80010b389e tf_rpc=PrepareProviderConfig timestamp=2024-10-25T03:33:16.592Z 2024-10-25T03:33:16.592Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Sending request downstream: @module=sdk.proto tf_proto_version=5.6 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:22 tf_provider_addr=provider tf_req_id=641952f6-6cdb-64a5-5211-fe80010b389e timestamp=2024-10-25T03:33:16.592Z 2024-10-25T03:33:16.592Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Preparing provider configuration: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=641952f6-6cdb-64a5-5211-fe80010b389e tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:170 timestamp=2024-10-25T03:33:16.592Z 2024-10-25T03:33:16.592Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Calling downstream: tf_provider_addr=provider tf_req_id=641952f6-6cdb-64a5-5211-fe80010b389e tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:258 @module=sdk.helper_schema timestamp=2024-10-25T03:33:16.592Z 2024-10-25T03:33:16.593Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Called downstream: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:260 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=641952f6-6cdb-64a5-5211-fe80010b389e timestamp=2024-10-25T03:33:16.593Z 2024-10-25T03:33:16.593Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Received downstream response: diagnostic_error_count=0 diagnostic_warning_count=0 @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:42 @module=sdk.proto tf_provider_addr=provider tf_req_duration_ms=0 tf_req_id=641952f6-6cdb-64a5-5211-fe80010b389e tf_rpc=PrepareProviderConfig tf_proto_version=5.6 timestamp=2024-10-25T03:33:16.593Z 2024-10-25T03:33:16.593Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Served request: tf_req_id=641952f6-6cdb-64a5-5211-fe80010b389e tf_rpc=PrepareProviderConfig tf_proto_version=5.6 tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/tf5server/server.go:570 @module=sdk.proto timestamp=2024-10-25T03:33:16.593Z 2024-10-25T03:33:16.593Z [WARN] ValidateProviderConfig from "provider[\"registry.terraform.io/goauthentik/authentik\"]" changed the config value, but that value is unused 2024-10-25T03:33:16.593Z [TRACE] GRPCProvider: ConfigureProvider 2024-10-25T03:33:16.593Z [TRACE] GRPCProvider: GetProviderSchema 2024-10-25T03:33:16.593Z [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/goauthentik/authentik 2024-10-25T03:33:16.593Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Received request: @module=sdk.proto tf_proto_version=5.6 tf_provider_addr=provider tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/tf5server/server.go:578 tf_req_id=bd6d1ee8-a3d1-6750-c9d5-6ae924bc94fc timestamp=2024-10-25T03:33:16.593Z 2024-10-25T03:33:16.594Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Announced client capabilities: tf_client_capability_deferral_allowed=false tf_rpc=Configure @module=sdk.proto tf_proto_version=5.6 tf_provider_addr=provider tf_req_id=bd6d1ee8-a3d1-6750-c9d5-6ae924bc94fc @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/internal/tf5serverlogging/client_capabilities.go:24 timestamp=2024-10-25T03:33:16.593Z 2024-10-25T03:33:16.594Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Sending request downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:22 tf_provider_addr=provider tf_req_id=bd6d1ee8-a3d1-6750-c9d5-6ae924bc94fc tf_rpc=Configure @module=sdk.proto tf_proto_version=5.6 timestamp=2024-10-25T03:33:16.594Z 2024-10-25T03:33:16.594Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Calling downstream: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=bd6d1ee8-a3d1-6750-c9d5-6ae924bc94fc tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:615 timestamp=2024-10-25T03:33:16.594Z 2024-10-25T03:33:16.594Z [INFO] provider.terraform-provider-authentik_v2024.8.4: 2024/10/25 03:33:16 GET /api/v3/root/config/ HTTP/1.1 Host: authentik.talos.example.com User-Agent: authentik-terraform@2024.8.4 Accept: application/json Authorization: Bearer zv4wXG34Oc3oodDvpmzQFxSaUwPYrx7ugM2WuDK0tRGcNHPYt3hI9C2s14QM Accept-Encoding: gzip : timestamp=2024-10-25T03:33:16.594Z 2024-10-25T03:33:16.750Z [INFO] provider.terraform-provider-authentik_v2024.8.4: 2024/10/25 03:33:16 HTTP/1.1 404 Not Found Content-Length: 19 Content-Type: text/plain; charset=utf-8 Date: Fri, 25 Oct 2024 03:33:16 GMT X-Content-Type-Options: nosniff 404 page not found: timestamp=2024-10-25T03:33:16.750Z 2024-10-25T03:33:16.750Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Called downstream: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=bd6d1ee8-a3d1-6750-c9d5-6ae924bc94fc tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:617 timestamp=2024-10-25T03:33:16.750Z 2024-10-25T03:33:16.750Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Received downstream response: diagnostic_warning_count=0 tf_req_id=bd6d1ee8-a3d1-6750-c9d5-6ae924bc94fc tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:42 @module=sdk.proto diagnostic_error_count=0 tf_proto_version=5.6 tf_provider_addr=provider tf_req_duration_ms=156 timestamp=2024-10-25T03:33:16.750Z 2024-10-25T03:33:16.751Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Served request: tf_req_id=bd6d1ee8-a3d1-6750-c9d5-6ae924bc94fc tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/tf5server/server.go:598 @module=sdk.proto tf_proto_version=5.6 tf_provider_addr=provider timestamp=2024-10-25T03:33:16.750Z 2024-10-25T03:33:16.751Z [TRACE] vertex "provider[\"registry.terraform.io/goauthentik/authentik\"]": visit complete 2024-10-25T03:33:16.752Z [TRACE] vertex "authentik_brand.talos (expand)": starting visit (*terraform.nodeExpandPlannableResource) 2024-10-25T03:33:16.752Z [TRACE] vertex "authentik_brand.talos (expand)": does not belong to any module instance 2024-10-25T03:33:16.752Z [TRACE] vertex "authentik_brand.talos (expand)": expanding dynamic subgraph 2024-10-25T03:33:16.752Z [TRACE] Executing graph transform *terraform.ResourceCountTransformer 2024-10-25T03:33:16.752Z [TRACE] ResourceCountTransformer: adding authentik_brand.talos as *terraform.NodePlannableResourceInstance 2024-10-25T03:33:16.752Z [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph: authentik_brand.talos - *terraform.NodePlannableResourceInstance ------ 2024-10-25T03:33:16.752Z [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer 2024-10-25T03:33:16.752Z [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes) 2024-10-25T03:33:16.752Z [TRACE] Executing graph transform *terraform.AttachStateTransformer 2024-10-25T03:33:16.752Z [DEBUG] Resource instance state not found for node "authentik_brand.talos", instance authentik_brand.talos 2024-10-25T03:33:16.752Z [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) 2024-10-25T03:33:16.752Z [TRACE] Executing graph transform *terraform.TargetsTransformer 2024-10-25T03:33:16.752Z [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) 2024-10-25T03:33:16.752Z [TRACE] Executing graph transform *terraform.ReferenceTransformer 2024-10-25T03:33:16.752Z [DEBUG] ReferenceTransformer: "authentik_brand.talos" references: [] 2024-10-25T03:33:16.752Z [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes) 2024-10-25T03:33:16.752Z [TRACE] Executing graph transform *terraform.RootTransformer 2024-10-25T03:33:16.752Z [TRACE] Completed graph transform *terraform.RootTransformer with new graph: authentik_brand.talos - *terraform.NodePlannableResourceInstance root - terraform.graphNodeRoot authentik_brand.talos - *terraform.NodePlannableResourceInstance ------ 2024-10-25T03:33:16.752Z [TRACE] vertex "authentik_brand.talos (expand)": entering dynamic subgraph 2024-10-25T03:33:16.752Z [TRACE] vertex "authentik_brand.talos": starting visit (*terraform.NodePlannableResourceInstance) 2024-10-25T03:33:16.752Z [TRACE] vertex "authentik_brand.talos": belongs to 2024-10-25T03:33:16.752Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/goauthentik/authentik" is in the global cache 2024-10-25T03:33:16.752Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/goauthentik/authentik" is in the global cache 2024-10-25T03:33:16.752Z [TRACE] readResourceInstanceState: reading state for authentik_brand.talos 2024-10-25T03:33:16.752Z [TRACE] readResourceInstanceState: no state present for authentik_brand.talos 2024-10-25T03:33:16.752Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/goauthentik/authentik" is in the global cache 2024-10-25T03:33:16.752Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for authentik_brand.talos 2024-10-25T03:33:16.752Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for authentik_brand.talos 2024-10-25T03:33:16.752Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/goauthentik/authentik" is in the global cache 2024-10-25T03:33:16.752Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for authentik_brand.talos 2024-10-25T03:33:16.752Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for authentik_brand.talos 2024-10-25T03:33:16.752Z [TRACE] NodeAbstractResourceInstance.refresh for authentik_brand.talos 2024-10-25T03:33:16.752Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/goauthentik/authentik" is in the global cache 2024-10-25T03:33:16.752Z [DEBUG] refresh: authentik_brand.talos: no state, so not refreshing 2024-10-25T03:33:16.752Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/goauthentik/authentik" is in the global cache 2024-10-25T03:33:16.752Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for authentik_brand.talos 2024-10-25T03:33:16.752Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for authentik_brand.talos 2024-10-25T03:33:16.752Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/goauthentik/authentik" is in the global cache 2024-10-25T03:33:16.752Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/goauthentik/authentik" is in the global cache 2024-10-25T03:33:16.753Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/goauthentik/authentik" is in the global cache 2024-10-25T03:33:16.753Z [TRACE] Re-validating config for "authentik_brand.talos" 2024-10-25T03:33:16.753Z [TRACE] GRPCProvider: ValidateResourceConfig 2024-10-25T03:33:16.753Z [TRACE] GRPCProvider: GetProviderSchema 2024-10-25T03:33:16.753Z [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/goauthentik/authentik 2024-10-25T03:33:16.753Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/tf5server/server.go:714 @module=sdk.proto tf_req_id=d802e51e-0da3-be45-fe37-ca87030c417c tf_resource_type=authentik_brand tf_rpc=ValidateResourceTypeConfig tf_proto_version=5.6 tf_provider_addr=provider timestamp=2024-10-25T03:33:16.753Z 2024-10-25T03:33:16.753Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Sending request downstream: @module=sdk.proto tf_provider_addr=provider tf_req_id=d802e51e-0da3-be45-fe37-ca87030c417c tf_resource_type=authentik_brand @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:22 tf_proto_version=5.6 tf_rpc=ValidateResourceTypeConfig timestamp=2024-10-25T03:33:16.753Z 2024-10-25T03:33:16.754Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Calling downstream: tf_resource_type=authentik_brand tf_req_id=d802e51e-0da3-be45-fe37-ca87030c417c tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:287 @module=sdk.helper_schema tf_provider_addr=provider timestamp=2024-10-25T03:33:16.753Z 2024-10-25T03:33:16.754Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Called downstream: @module=sdk.helper_schema tf_req_id=d802e51e-0da3-be45-fe37-ca87030c417c tf_resource_type=authentik_brand @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:289 tf_provider_addr=provider tf_rpc=ValidateResourceTypeConfig timestamp=2024-10-25T03:33:16.754Z 2024-10-25T03:33:16.754Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Received downstream response: tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:42 diagnostic_warning_count=0 tf_provider_addr=provider tf_req_duration_ms=0 @module=sdk.proto diagnostic_error_count=0 tf_proto_version=5.6 tf_req_id=d802e51e-0da3-be45-fe37-ca87030c417c tf_resource_type=authentik_brand timestamp=2024-10-25T03:33:16.754Z 2024-10-25T03:33:16.754Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Served request: @module=sdk.proto tf_provider_addr=provider tf_req_id=d802e51e-0da3-be45-fe37-ca87030c417c tf_proto_version=5.6 tf_resource_type=authentik_brand tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/tf5server/server.go:734 timestamp=2024-10-25T03:33:16.754Z 2024-10-25T03:33:16.754Z [TRACE] GRPCProvider: PlanResourceChange 2024-10-25T03:33:16.754Z [TRACE] GRPCProvider: GetProviderSchema 2024-10-25T03:33:16.754Z [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/goauthentik/authentik 2024-10-25T03:33:16.755Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Received request: tf_req_id=cad98571-6f0d-7c5e-f0d7-5639bc0c64bb tf_rpc=PlanResourceChange tf_proto_version=5.6 @module=sdk.proto tf_provider_addr=provider tf_resource_type=authentik_brand @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/tf5server/server.go:811 timestamp=2024-10-25T03:33:16.755Z 2024-10-25T03:33:16.755Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Announced client capabilities: @module=sdk.proto tf_provider_addr=provider tf_req_id=cad98571-6f0d-7c5e-f0d7-5639bc0c64bb @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/internal/tf5serverlogging/client_capabilities.go:66 tf_client_capability_deferral_allowed=false tf_proto_version=5.6 tf_resource_type=authentik_brand tf_rpc=PlanResourceChange timestamp=2024-10-25T03:33:16.755Z 2024-10-25T03:33:16.755Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Sending request downstream: tf_resource_type=authentik_brand tf_rpc=PlanResourceChange @module=sdk.proto tf_proto_version=5.6 tf_req_id=cad98571-6f0d-7c5e-f0d7-5639bc0c64bb @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:22 tf_provider_addr=provider timestamp=2024-10-25T03:33:16.755Z 2024-10-25T03:33:16.756Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Received downstream response: @module=sdk.proto tf_provider_addr=provider tf_req_id=cad98571-6f0d-7c5e-f0d7-5639bc0c64bb tf_resource_type=authentik_brand tf_proto_version=5.6 tf_req_duration_ms=0 @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:42 diagnostic_error_count=0 diagnostic_warning_count=0 tf_rpc=PlanResourceChange timestamp=2024-10-25T03:33:16.756Z 2024-10-25T03:33:16.756Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Served request: @module=sdk.proto tf_proto_version=5.6 tf_req_id=cad98571-6f0d-7c5e-f0d7-5639bc0c64bb tf_resource_type=authentik_brand tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/tf5server/server.go:843 tf_provider_addr=provider timestamp=2024-10-25T03:33:16.756Z 2024-10-25T03:33:16.757Z [WARN] Provider "registry.terraform.io/goauthentik/authentik" produced an invalid plan for authentik_brand.talos, but we are tolerating it because it is using the legacy plugin SDK. The following problems may be the cause of any confusing errors from downstream operations: - .attributes: planned value cty.StringVal("{}") for a non-computed attribute 2024-10-25T03:33:16.757Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/goauthentik/authentik" is in the global cache 2024-10-25T03:33:16.757Z [TRACE] writeChange: recorded Create change for authentik_brand.talos 2024-10-25T03:33:16.757Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/goauthentik/authentik" is in the global cache 2024-10-25T03:33:16.757Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for authentik_brand.talos 2024-10-25T03:33:16.757Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for authentik_brand.talos 2024-10-25T03:33:16.757Z [TRACE] vertex "authentik_brand.talos": visit complete 2024-10-25T03:33:16.757Z [TRACE] vertex "root": starting visit (terraform.graphNodeRoot) 2024-10-25T03:33:16.757Z [TRACE] vertex "root": does not belong to any module instance 2024-10-25T03:33:16.757Z [TRACE] vertex "root": visit complete 2024-10-25T03:33:16.757Z [TRACE] vertex "authentik_brand.talos (expand)": dynamic subgraph completed successfully 2024-10-25T03:33:16.757Z [TRACE] vertex "authentik_brand.talos (expand)": visit complete 2024-10-25T03:33:16.757Z [TRACE] vertex "provider[\"registry.terraform.io/goauthentik/authentik\"] (close)": starting visit (*terraform.graphNodeCloseProvider) 2024-10-25T03:33:16.757Z [TRACE] vertex "provider[\"registry.terraform.io/goauthentik/authentik\"] (close)": does not belong to any module instance 2024-10-25T03:33:16.757Z [TRACE] GRPCProvider: Close 2024-10-25T03:33:16.758Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" 2024-10-25T03:33:16.759Z [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/goauthentik/authentik/2024.8.4/linux_amd64/terraform-provider-authentik_v2024.8.4 id=1153318 2024-10-25T03:33:16.759Z [DEBUG] provider: plugin exited 2024-10-25T03:33:16.759Z [TRACE] vertex "provider[\"registry.terraform.io/goauthentik/authentik\"] (close)": visit complete 2024-10-25T03:33:16.759Z [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule) 2024-10-25T03:33:16.759Z [TRACE] vertex "root": does not belong to any module instance 2024-10-25T03:33:16.759Z [TRACE] vertex "root": visit complete 2024-10-25T03:33:16.759Z [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/goauthentik/authentik" 2024-10-25T03:33:16.759Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/goauthentik/authentik" is in the global cache 2024-10-25T03:33:16.759Z [TRACE] Plan is complete 2024-10-25T03:33:16.759Z [TRACE] Plan is applyable 2024-10-25T03:33:16.759Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/goauthentik/authentik" is in the global cache 2024-10-25T03:33:16.759Z [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/goauthentik/authentik" 2024-10-25T03:33:16.759Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/goauthentik/authentik" is in the global cache 2024-10-25T03:33:16.759Z [DEBUG] building apply graph to check for errors 2024-10-25T03:33:16.759Z [TRACE] Executing graph transform *terraform.ConfigTransformer 2024-10-25T03:33:16.759Z [TRACE] ConfigTransformer: Starting for path: 2024-10-25T03:33:16.760Z [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph: authentik_brand.talos (expand) - *terraform.nodeExpandApplyableResource ------ 2024-10-25T03:33:16.760Z [TRACE] Executing graph transform *terraform.RootVariableTransformer 2024-10-25T03:33:16.760Z [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes) 2024-10-25T03:33:16.760Z [TRACE] Executing graph transform *terraform.ModuleVariableTransformer 2024-10-25T03:33:16.760Z [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes) 2024-10-25T03:33:16.760Z [TRACE] Executing graph transform *terraform.variableValidationTransformer 2024-10-25T03:33:16.760Z [TRACE] variableValidationTransformer: adding validation nodes for any existing variable evaluation nodes 2024-10-25T03:33:16.760Z [TRACE] Completed graph transform *terraform.variableValidationTransformer (no changes) 2024-10-25T03:33:16.760Z [TRACE] Executing graph transform *terraform.LocalTransformer 2024-10-25T03:33:16.760Z [TRACE] Completed graph transform *terraform.LocalTransformer (no changes) 2024-10-25T03:33:16.760Z [TRACE] Executing graph transform *terraform.OutputTransformer 2024-10-25T03:33:16.760Z [TRACE] Completed graph transform *terraform.OutputTransformer (no changes) 2024-10-25T03:33:16.760Z [TRACE] Executing graph transform *terraform.DiffTransformer 2024-10-25T03:33:16.760Z [TRACE] DiffTransformer starting 2024-10-25T03:33:16.760Z [TRACE] DiffTransformer: found Create change for authentik_brand.talos 2024-10-25T03:33:16.760Z [TRACE] DiffTransformer: authentik_brand.talos will be represented by authentik_brand.talos 2024-10-25T03:33:16.760Z [TRACE] DiffTransformer complete 2024-10-25T03:33:16.760Z [TRACE] Completed graph transform *terraform.DiffTransformer with new graph: authentik_brand.talos - *terraform.NodeApplyableResourceInstance authentik_brand.talos (expand) - *terraform.nodeExpandApplyableResource authentik_brand.talos (expand) - *terraform.nodeExpandApplyableResource ------ 2024-10-25T03:33:16.760Z [TRACE] Executing graph transform *terraform.DeferredTransformer 2024-10-25T03:33:16.760Z [TRACE] Completed graph transform *terraform.DeferredTransformer (no changes) 2024-10-25T03:33:16.760Z [TRACE] Executing graph transform *terraform.checkTransformer 2024-10-25T03:33:16.760Z [TRACE] Completed graph transform *terraform.checkTransformer (no changes) 2024-10-25T03:33:16.760Z [TRACE] Executing graph transform *terraform.AttachStateTransformer 2024-10-25T03:33:16.760Z [DEBUG] Resource state not found for node "authentik_brand.talos", instance authentik_brand.talos 2024-10-25T03:33:16.760Z [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) 2024-10-25T03:33:16.760Z [TRACE] Executing graph transform *terraform.OrphanOutputTransformer 2024-10-25T03:33:16.760Z [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes) 2024-10-25T03:33:16.760Z [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer 2024-10-25T03:33:16.760Z [TRACE] AttachResourceConfigTransformer: attaching to "authentik_brand.talos (expand)" (*terraform.nodeExpandApplyableResource) config from hcl.Range{Filename:"brand.tf", Start:hcl.Pos{Line:1, Column:1, Byte:0}, End:hcl.Pos{Line:1, Column:35, Byte:34}} 2024-10-25T03:33:16.760Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to authentik_brand.talos (expand) 2024-10-25T03:33:16.760Z [TRACE] AttachResourceConfigTransformer: attaching to "authentik_brand.talos" (*terraform.NodeApplyableResourceInstance) config from hcl.Range{Filename:"brand.tf", Start:hcl.Pos{Line:1, Column:1, Byte:0}, End:hcl.Pos{Line:1, Column:35, Byte:34}} 2024-10-25T03:33:16.760Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to authentik_brand.talos 2024-10-25T03:33:16.760Z [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes) 2024-10-25T03:33:16.760Z [TRACE] Executing graph transform *terraform.graphTransformerMulti 2024-10-25T03:33:16.760Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.externalProviderTransformer 2024-10-25T03:33:16.760Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.externalProviderTransformer with new graph: authentik_brand.talos - *terraform.NodeApplyableResourceInstance authentik_brand.talos (expand) - *terraform.nodeExpandApplyableResource authentik_brand.talos (expand) - *terraform.nodeExpandApplyableResource ------ 2024-10-25T03:33:16.760Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer 2024-10-25T03:33:16.760Z [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/goauthentik/authentik\"]" provider configuration from config.tf:9,1-21 2024-10-25T03:33:16.760Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph: authentik_brand.talos - *terraform.NodeApplyableResourceInstance authentik_brand.talos (expand) - *terraform.nodeExpandApplyableResource authentik_brand.talos (expand) - *terraform.nodeExpandApplyableResource provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider ------ 2024-10-25T03:33:16.760Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer 2024-10-25T03:33:16.760Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes) 2024-10-25T03:33:16.760Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer 2024-10-25T03:33:16.760Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/goauthentik/authentik"] serving authentik_brand.talos (expand) 2024-10-25T03:33:16.760Z [DEBUG] ProviderTransformer: "authentik_brand.talos (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/goauthentik/authentik"] 2024-10-25T03:33:16.760Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/goauthentik/authentik"] serving authentik_brand.talos 2024-10-25T03:33:16.760Z [DEBUG] ProviderTransformer: "authentik_brand.talos" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/goauthentik/authentik"] 2024-10-25T03:33:16.760Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph: authentik_brand.talos - *terraform.NodeApplyableResourceInstance authentik_brand.talos (expand) - *terraform.nodeExpandApplyableResource provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider authentik_brand.talos (expand) - *terraform.nodeExpandApplyableResource provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider ------ 2024-10-25T03:33:16.760Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer 2024-10-25T03:33:16.760Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes) 2024-10-25T03:33:16.760Z [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph: authentik_brand.talos - *terraform.NodeApplyableResourceInstance authentik_brand.talos (expand) - *terraform.nodeExpandApplyableResource provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider authentik_brand.talos (expand) - *terraform.nodeExpandApplyableResource provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider ------ 2024-10-25T03:33:16.760Z [TRACE] Executing graph transform *terraform.RemovedModuleTransformer 2024-10-25T03:33:16.760Z [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes) 2024-10-25T03:33:16.760Z [TRACE] Executing graph transform *terraform.AttachSchemaTransformer 2024-10-25T03:33:16.760Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/goauthentik/authentik" is in the global cache 2024-10-25T03:33:16.760Z [TRACE] AttachSchemaTransformer: attaching resource schema to authentik_brand.talos (expand) 2024-10-25T03:33:16.760Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/goauthentik/authentik" is in the global cache 2024-10-25T03:33:16.760Z [TRACE] AttachSchemaTransformer: attaching resource schema to authentik_brand.talos 2024-10-25T03:33:16.760Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/goauthentik/authentik" is in the global cache 2024-10-25T03:33:16.760Z [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/goauthentik/authentik"] 2024-10-25T03:33:16.760Z [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes) 2024-10-25T03:33:16.760Z [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer 2024-10-25T03:33:16.760Z [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes) 2024-10-25T03:33:16.760Z [TRACE] Executing graph transform *terraform.ExternalReferenceTransformer 2024-10-25T03:33:16.760Z [TRACE] Completed graph transform *terraform.ExternalReferenceTransformer (no changes) 2024-10-25T03:33:16.760Z [TRACE] Executing graph transform *terraform.ReferenceTransformer 2024-10-25T03:33:16.760Z [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/goauthentik/authentik\"]" references: [] 2024-10-25T03:33:16.760Z [DEBUG] ReferenceTransformer: "authentik_brand.talos (expand)" references: [] 2024-10-25T03:33:16.760Z [DEBUG] ReferenceTransformer: "authentik_brand.talos" references: [] 2024-10-25T03:33:16.760Z [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes) 2024-10-25T03:33:16.760Z [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer 2024-10-25T03:33:16.760Z [TRACE] AttachDependenciesTransformer: authentik_brand.talos depends on [] 2024-10-25T03:33:16.760Z [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes) 2024-10-25T03:33:16.760Z [TRACE] Executing graph transform *terraform.checkStartTransformer 2024-10-25T03:33:16.760Z [TRACE] Completed graph transform *terraform.checkStartTransformer (no changes) 2024-10-25T03:33:16.760Z [TRACE] Executing graph transform *terraform.ForcedCBDTransformer 2024-10-25T03:33:16.760Z [TRACE] ForcedCBDTransformer: "authentik_brand.talos" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping 2024-10-25T03:33:16.760Z [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes) 2024-10-25T03:33:16.760Z [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer 2024-10-25T03:33:16.760Z [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes) 2024-10-25T03:33:16.760Z [TRACE] Executing graph transform *terraform.CBDEdgeTransformer 2024-10-25T03:33:16.760Z [TRACE] Completed graph transform *terraform.CBDEdgeTransformer (no changes) 2024-10-25T03:33:16.760Z [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer 2024-10-25T03:33:16.760Z [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes) 2024-10-25T03:33:16.760Z [TRACE] Executing graph transform *terraform.TargetsTransformer 2024-10-25T03:33:16.760Z [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) 2024-10-25T03:33:16.760Z [TRACE] Executing graph transform *terraform.CloseProviderTransformer 2024-10-25T03:33:16.760Z [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph: authentik_brand.talos - *terraform.NodeApplyableResourceInstance authentik_brand.talos (expand) - *terraform.nodeExpandApplyableResource provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider authentik_brand.talos (expand) - *terraform.nodeExpandApplyableResource provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider provider["registry.terraform.io/goauthentik/authentik"] (close) - *terraform.graphNodeCloseProvider authentik_brand.talos - *terraform.NodeApplyableResourceInstance authentik_brand.talos (expand) - *terraform.nodeExpandApplyableResource provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider ------ 2024-10-25T03:33:16.760Z [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer 2024-10-25T03:33:16.760Z [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph: authentik_brand.talos - *terraform.NodeApplyableResourceInstance authentik_brand.talos (expand) - *terraform.nodeExpandApplyableResource provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider authentik_brand.talos (expand) - *terraform.nodeExpandApplyableResource provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider provider["registry.terraform.io/goauthentik/authentik"] (close) - *terraform.graphNodeCloseProvider authentik_brand.talos - *terraform.NodeApplyableResourceInstance authentik_brand.talos (expand) - *terraform.nodeExpandApplyableResource provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider root - *terraform.nodeCloseModule provider["registry.terraform.io/goauthentik/authentik"] (close) - *terraform.graphNodeCloseProvider ------ 2024-10-25T03:33:16.760Z [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer 2024-10-25T03:33:16.760Z [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph: authentik_brand.talos - *terraform.NodeApplyableResourceInstance authentik_brand.talos (expand) - *terraform.nodeExpandApplyableResource authentik_brand.talos (expand) - *terraform.nodeExpandApplyableResource provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider provider["registry.terraform.io/goauthentik/authentik"] (close) - *terraform.graphNodeCloseProvider authentik_brand.talos - *terraform.NodeApplyableResourceInstance root - *terraform.nodeCloseModule provider["registry.terraform.io/goauthentik/authentik"] (close) - *terraform.graphNodeCloseProvider ------ Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: + create Terraform will perform the following actions:  # authentik_brand.talos will be created  + resource "authentik_brand" "talos" { + attributes = jsonencode({}) + branding_title = "Talos" + default = false + domain = "talos.example.com" + id = (known after apply) } Plan: 1 to add, 0 to change, 0 to destroy. 2024-10-25T03:33:16.761Z [DEBUG] command: asking for input: "\nDo you want to perform these actions?"  Do you want to perform these actions? Terraform will perform the actions described above. Only 'yes' will be accepted to approve. Enter a value:  2024-10-25T03:33:16.761Z [INFO] backend/local: apply calling Apply 2024-10-25T03:33:16.761Z [DEBUG] Building and walking apply graph for NormalMode plan 2024-10-25T03:33:16.761Z [TRACE] Executing graph transform *terraform.ConfigTransformer 2024-10-25T03:33:16.761Z [TRACE] ConfigTransformer: Starting for path: 2024-10-25T03:33:16.761Z [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph: authentik_brand.talos (expand) - *terraform.nodeExpandApplyableResource ------ 2024-10-25T03:33:16.761Z [TRACE] Executing graph transform *terraform.RootVariableTransformer 2024-10-25T03:33:16.761Z [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes) 2024-10-25T03:33:16.761Z [TRACE] Executing graph transform *terraform.ModuleVariableTransformer 2024-10-25T03:33:16.761Z [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes) 2024-10-25T03:33:16.761Z [TRACE] Executing graph transform *terraform.variableValidationTransformer 2024-10-25T03:33:16.761Z [TRACE] variableValidationTransformer: adding validation nodes for any existing variable evaluation nodes 2024-10-25T03:33:16.761Z [TRACE] Completed graph transform *terraform.variableValidationTransformer (no changes) 2024-10-25T03:33:16.761Z [TRACE] Executing graph transform *terraform.LocalTransformer 2024-10-25T03:33:16.761Z [TRACE] Completed graph transform *terraform.LocalTransformer (no changes) 2024-10-25T03:33:16.761Z [TRACE] Executing graph transform *terraform.OutputTransformer 2024-10-25T03:33:16.761Z [TRACE] Completed graph transform *terraform.OutputTransformer (no changes) 2024-10-25T03:33:16.761Z [TRACE] Executing graph transform *terraform.DiffTransformer 2024-10-25T03:33:16.761Z [TRACE] DiffTransformer starting 2024-10-25T03:33:16.761Z [TRACE] DiffTransformer: found Create change for authentik_brand.talos 2024-10-25T03:33:16.761Z [TRACE] DiffTransformer: authentik_brand.talos will be represented by authentik_brand.talos 2024-10-25T03:33:16.761Z [TRACE] DiffTransformer complete 2024-10-25T03:33:16.761Z [TRACE] Completed graph transform *terraform.DiffTransformer with new graph: authentik_brand.talos - *terraform.NodeApplyableResourceInstance authentik_brand.talos (expand) - *terraform.nodeExpandApplyableResource authentik_brand.talos (expand) - *terraform.nodeExpandApplyableResource ------ 2024-10-25T03:33:16.761Z [TRACE] Executing graph transform *terraform.DeferredTransformer 2024-10-25T03:33:16.761Z [TRACE] Completed graph transform *terraform.DeferredTransformer (no changes) 2024-10-25T03:33:16.761Z [TRACE] Executing graph transform *terraform.checkTransformer 2024-10-25T03:33:16.761Z [TRACE] Completed graph transform *terraform.checkTransformer (no changes) 2024-10-25T03:33:16.761Z [TRACE] Executing graph transform *terraform.AttachStateTransformer 2024-10-25T03:33:16.761Z [DEBUG] Resource state not found for node "authentik_brand.talos", instance authentik_brand.talos 2024-10-25T03:33:16.761Z [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) 2024-10-25T03:33:16.761Z [TRACE] Executing graph transform *terraform.OrphanOutputTransformer 2024-10-25T03:33:16.761Z [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes) 2024-10-25T03:33:16.761Z [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer 2024-10-25T03:33:16.761Z [TRACE] AttachResourceConfigTransformer: attaching to "authentik_brand.talos (expand)" (*terraform.nodeExpandApplyableResource) config from hcl.Range{Filename:"brand.tf", Start:hcl.Pos{Line:1, Column:1, Byte:0}, End:hcl.Pos{Line:1, Column:35, Byte:34}} 2024-10-25T03:33:16.761Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to authentik_brand.talos (expand) 2024-10-25T03:33:16.761Z [TRACE] AttachResourceConfigTransformer: attaching to "authentik_brand.talos" (*terraform.NodeApplyableResourceInstance) config from hcl.Range{Filename:"brand.tf", Start:hcl.Pos{Line:1, Column:1, Byte:0}, End:hcl.Pos{Line:1, Column:35, Byte:34}} 2024-10-25T03:33:16.761Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to authentik_brand.talos 2024-10-25T03:33:16.761Z [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes) 2024-10-25T03:33:16.761Z [TRACE] Executing graph transform *terraform.graphTransformerMulti 2024-10-25T03:33:16.761Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.externalProviderTransformer 2024-10-25T03:33:16.761Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.externalProviderTransformer with new graph: authentik_brand.talos - *terraform.NodeApplyableResourceInstance authentik_brand.talos (expand) - *terraform.nodeExpandApplyableResource authentik_brand.talos (expand) - *terraform.nodeExpandApplyableResource ------ 2024-10-25T03:33:16.761Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer 2024-10-25T03:33:16.761Z [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/goauthentik/authentik\"]" provider configuration from config.tf:9,1-21 2024-10-25T03:33:16.761Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph: authentik_brand.talos - *terraform.NodeApplyableResourceInstance authentik_brand.talos (expand) - *terraform.nodeExpandApplyableResource authentik_brand.talos (expand) - *terraform.nodeExpandApplyableResource provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider ------ 2024-10-25T03:33:16.761Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer 2024-10-25T03:33:16.761Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes) 2024-10-25T03:33:16.761Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer 2024-10-25T03:33:16.761Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/goauthentik/authentik"] serving authentik_brand.talos (expand) 2024-10-25T03:33:16.761Z [DEBUG] ProviderTransformer: "authentik_brand.talos (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/goauthentik/authentik"] 2024-10-25T03:33:16.761Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/goauthentik/authentik"] serving authentik_brand.talos 2024-10-25T03:33:16.761Z [DEBUG] ProviderTransformer: "authentik_brand.talos" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/goauthentik/authentik"] 2024-10-25T03:33:16.761Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph: authentik_brand.talos - *terraform.NodeApplyableResourceInstance authentik_brand.talos (expand) - *terraform.nodeExpandApplyableResource provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider authentik_brand.talos (expand) - *terraform.nodeExpandApplyableResource provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider ------ 2024-10-25T03:33:16.761Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer 2024-10-25T03:33:16.761Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes) 2024-10-25T03:33:16.761Z [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph: authentik_brand.talos - *terraform.NodeApplyableResourceInstance authentik_brand.talos (expand) - *terraform.nodeExpandApplyableResource provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider authentik_brand.talos (expand) - *terraform.nodeExpandApplyableResource provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider ------ 2024-10-25T03:33:16.761Z [TRACE] Executing graph transform *terraform.RemovedModuleTransformer 2024-10-25T03:33:16.761Z [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes) 2024-10-25T03:33:16.761Z [TRACE] Executing graph transform *terraform.AttachSchemaTransformer 2024-10-25T03:33:16.761Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/goauthentik/authentik" is in the global cache 2024-10-25T03:33:16.761Z [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/goauthentik/authentik"] 2024-10-25T03:33:16.761Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/goauthentik/authentik" is in the global cache 2024-10-25T03:33:16.761Z [TRACE] AttachSchemaTransformer: attaching resource schema to authentik_brand.talos (expand) 2024-10-25T03:33:16.761Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/goauthentik/authentik" is in the global cache 2024-10-25T03:33:16.761Z [TRACE] AttachSchemaTransformer: attaching resource schema to authentik_brand.talos 2024-10-25T03:33:16.761Z [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes) 2024-10-25T03:33:16.761Z [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer 2024-10-25T03:33:16.761Z [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes) 2024-10-25T03:33:16.761Z [TRACE] Executing graph transform *terraform.ExternalReferenceTransformer 2024-10-25T03:33:16.761Z [TRACE] Completed graph transform *terraform.ExternalReferenceTransformer (no changes) 2024-10-25T03:33:16.761Z [TRACE] Executing graph transform *terraform.ReferenceTransformer 2024-10-25T03:33:16.761Z [DEBUG] ReferenceTransformer: "authentik_brand.talos" references: [] 2024-10-25T03:33:16.761Z [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/goauthentik/authentik\"]" references: [] 2024-10-25T03:33:16.761Z [DEBUG] ReferenceTransformer: "authentik_brand.talos (expand)" references: [] 2024-10-25T03:33:16.761Z [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes) 2024-10-25T03:33:16.761Z [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer 2024-10-25T03:33:16.761Z [TRACE] AttachDependenciesTransformer: authentik_brand.talos depends on [] 2024-10-25T03:33:16.761Z [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes) 2024-10-25T03:33:16.761Z [TRACE] Executing graph transform *terraform.checkStartTransformer 2024-10-25T03:33:16.761Z [TRACE] Completed graph transform *terraform.checkStartTransformer (no changes) 2024-10-25T03:33:16.761Z [TRACE] Executing graph transform *terraform.ForcedCBDTransformer 2024-10-25T03:33:16.761Z [TRACE] ForcedCBDTransformer: "authentik_brand.talos" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping 2024-10-25T03:33:16.761Z [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes) 2024-10-25T03:33:16.761Z [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer 2024-10-25T03:33:16.761Z [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes) 2024-10-25T03:33:16.761Z [TRACE] Executing graph transform *terraform.CBDEdgeTransformer 2024-10-25T03:33:16.761Z [TRACE] Completed graph transform *terraform.CBDEdgeTransformer (no changes) 2024-10-25T03:33:16.761Z [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer 2024-10-25T03:33:16.761Z [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes) 2024-10-25T03:33:16.762Z [TRACE] Executing graph transform *terraform.TargetsTransformer 2024-10-25T03:33:16.762Z [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) 2024-10-25T03:33:16.762Z [TRACE] Executing graph transform *terraform.CloseProviderTransformer 2024-10-25T03:33:16.762Z [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph: authentik_brand.talos - *terraform.NodeApplyableResourceInstance authentik_brand.talos (expand) - *terraform.nodeExpandApplyableResource provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider authentik_brand.talos (expand) - *terraform.nodeExpandApplyableResource provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider provider["registry.terraform.io/goauthentik/authentik"] (close) - *terraform.graphNodeCloseProvider authentik_brand.talos - *terraform.NodeApplyableResourceInstance authentik_brand.talos (expand) - *terraform.nodeExpandApplyableResource provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider ------ 2024-10-25T03:33:16.762Z [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer 2024-10-25T03:33:16.762Z [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph: authentik_brand.talos - *terraform.NodeApplyableResourceInstance authentik_brand.talos (expand) - *terraform.nodeExpandApplyableResource provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider authentik_brand.talos (expand) - *terraform.nodeExpandApplyableResource provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider provider["registry.terraform.io/goauthentik/authentik"] (close) - *terraform.graphNodeCloseProvider authentik_brand.talos - *terraform.NodeApplyableResourceInstance authentik_brand.talos (expand) - *terraform.nodeExpandApplyableResource provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider root - *terraform.nodeCloseModule provider["registry.terraform.io/goauthentik/authentik"] (close) - *terraform.graphNodeCloseProvider ------ 2024-10-25T03:33:16.762Z [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer 2024-10-25T03:33:16.762Z [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph: authentik_brand.talos - *terraform.NodeApplyableResourceInstance authentik_brand.talos (expand) - *terraform.nodeExpandApplyableResource authentik_brand.talos (expand) - *terraform.nodeExpandApplyableResource provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider provider["registry.terraform.io/goauthentik/authentik"] - *terraform.NodeApplyableProvider provider["registry.terraform.io/goauthentik/authentik"] (close) - *terraform.graphNodeCloseProvider authentik_brand.talos - *terraform.NodeApplyableResourceInstance root - *terraform.nodeCloseModule provider["registry.terraform.io/goauthentik/authentik"] (close) - *terraform.graphNodeCloseProvider ------ 2024-10-25T03:33:16.762Z [DEBUG] Starting graph walk: walkApply 2024-10-25T03:33:16.762Z [TRACE] vertex "provider[\"registry.terraform.io/goauthentik/authentik\"]": starting visit (*terraform.NodeApplyableProvider) 2024-10-25T03:33:16.762Z [TRACE] vertex "provider[\"registry.terraform.io/goauthentik/authentik\"]": belongs to 2024-10-25T03:33:16.762Z [DEBUG] created provider logger: level=trace 2024-10-25T03:33:16.762Z [INFO] provider: configuring client automatic mTLS 2024-10-25T03:33:16.767Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/goauthentik/authentik/2024.8.4/linux_amd64/terraform-provider-authentik_v2024.8.4 args=[".terraform/providers/registry.terraform.io/goauthentik/authentik/2024.8.4/linux_amd64/terraform-provider-authentik_v2024.8.4"] 2024-10-25T03:33:16.767Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/goauthentik/authentik/2024.8.4/linux_amd64/terraform-provider-authentik_v2024.8.4 pid=1153327 2024-10-25T03:33:16.767Z [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/goauthentik/authentik/2024.8.4/linux_amd64/terraform-provider-authentik_v2024.8.4 2024-10-25T03:33:16.773Z [INFO] provider.terraform-provider-authentik_v2024.8.4: configuring server automatic mTLS: timestamp=2024-10-25T03:33:16.773Z 2024-10-25T03:33:16.786Z [DEBUG] provider.terraform-provider-authentik_v2024.8.4: plugin address: address=/tmp/plugin3506958135 network=unix timestamp=2024-10-25T03:33:16.786Z 2024-10-25T03:33:16.786Z [DEBUG] provider: using plugin: version=5 2024-10-25T03:33:16.793Z [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/goauthentik/authentik\"]" provider for provider["registry.terraform.io/goauthentik/authentik"] 2024-10-25T03:33:16.793Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/goauthentik/authentik" is in the global cache 2024-10-25T03:33:16.793Z [TRACE] NodeApplyableProvider: configuring provider["registry.terraform.io/goauthentik/authentik"] 2024-10-25T03:33:16.793Z [TRACE] buildProviderConfig for provider["registry.terraform.io/goauthentik/authentik"]: using explicit config only 2024-10-25T03:33:16.793Z [TRACE] GRPCProvider: GetProviderSchema 2024-10-25T03:33:16.793Z [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/goauthentik/authentik 2024-10-25T03:33:16.793Z [TRACE] provider.stdio: waiting for stdio data 2024-10-25T03:33:16.793Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/goauthentik/authentik" is in the global cache 2024-10-25T03:33:16.794Z [TRACE] GRPCProvider: ValidateProviderConfig 2024-10-25T03:33:16.794Z [TRACE] GRPCProvider: GetProviderSchema 2024-10-25T03:33:16.794Z [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/goauthentik/authentik 2024-10-25T03:33:16.794Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Received request: tf_rpc=PrepareProviderConfig tf_provider_addr=provider tf_req_id=87e9b6fe-9a9f-b932-cecc-20a9ff7ae8cf @module=sdk.proto tf_proto_version=5.6 @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/tf5server/server.go:549 timestamp=2024-10-25T03:33:16.794Z 2024-10-25T03:33:16.794Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: 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.: tf_proto_version=5.6 tf_provider_addr=provider tf_req_id=87e9b6fe-9a9f-b932-cecc-20a9ff7ae8cf @module=sdk.proto tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/internal/logging/protocol_data.go:41 timestamp=2024-10-25T03:33:16.794Z 2024-10-25T03:33:16.794Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Sending request downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:22 tf_proto_version=5.6 tf_req_id=87e9b6fe-9a9f-b932-cecc-20a9ff7ae8cf @module=sdk.proto tf_provider_addr=provider tf_rpc=PrepareProviderConfig timestamp=2024-10-25T03:33:16.794Z 2024-10-25T03:33:16.794Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Preparing provider configuration: tf_req_id=87e9b6fe-9a9f-b932-cecc-20a9ff7ae8cf tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:170 @module=sdk.helper_schema tf_provider_addr=provider timestamp=2024-10-25T03:33:16.794Z 2024-10-25T03:33:16.794Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Calling downstream: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=87e9b6fe-9a9f-b932-cecc-20a9ff7ae8cf tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:258 timestamp=2024-10-25T03:33:16.794Z 2024-10-25T03:33:16.795Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Called downstream: tf_req_id=87e9b6fe-9a9f-b932-cecc-20a9ff7ae8cf tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:260 @module=sdk.helper_schema tf_provider_addr=provider timestamp=2024-10-25T03:33:16.795Z 2024-10-25T03:33:16.795Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Received downstream response: @module=sdk.proto diagnostic_error_count=0 tf_req_duration_ms=0 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:42 diagnostic_warning_count=0 tf_proto_version=5.6 tf_provider_addr=provider tf_req_id=87e9b6fe-9a9f-b932-cecc-20a9ff7ae8cf timestamp=2024-10-25T03:33:16.795Z 2024-10-25T03:33:16.795Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Served request: tf_proto_version=5.6 tf_rpc=PrepareProviderConfig @module=sdk.proto tf_provider_addr=provider tf_req_id=87e9b6fe-9a9f-b932-cecc-20a9ff7ae8cf @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/tf5server/server.go:570 timestamp=2024-10-25T03:33:16.795Z 2024-10-25T03:33:16.795Z [WARN] ValidateProviderConfig from "provider[\"registry.terraform.io/goauthentik/authentik\"]" changed the config value, but that value is unused 2024-10-25T03:33:16.795Z [TRACE] GRPCProvider: ConfigureProvider 2024-10-25T03:33:16.795Z [TRACE] GRPCProvider: GetProviderSchema 2024-10-25T03:33:16.795Z [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/goauthentik/authentik 2024-10-25T03:33:16.796Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/tf5server/server.go:578 tf_proto_version=5.6 tf_provider_addr=provider @module=sdk.proto tf_req_id=03501244-ca8f-fd84-4f2c-27c06f9760b4 tf_rpc=Configure timestamp=2024-10-25T03:33:16.796Z 2024-10-25T03:33:16.796Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Announced client capabilities: @module=sdk.proto tf_proto_version=5.6 tf_req_id=03501244-ca8f-fd84-4f2c-27c06f9760b4 tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/internal/tf5serverlogging/client_capabilities.go:24 tf_provider_addr=provider tf_client_capability_deferral_allowed=true timestamp=2024-10-25T03:33:16.796Z 2024-10-25T03:33:16.796Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Sending request downstream: tf_proto_version=5.6 tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:22 @module=sdk.proto tf_req_id=03501244-ca8f-fd84-4f2c-27c06f9760b4 tf_rpc=Configure timestamp=2024-10-25T03:33:16.796Z 2024-10-25T03:33:16.796Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Calling downstream: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=03501244-ca8f-fd84-4f2c-27c06f9760b4 tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:615 timestamp=2024-10-25T03:33:16.796Z 2024-10-25T03:33:16.797Z [INFO] provider.terraform-provider-authentik_v2024.8.4: 2024/10/25 03:33:16 GET /api/v3/root/config/ HTTP/1.1 Host: authentik.talos.example.com User-Agent: authentik-terraform@2024.8.4 Accept: application/json Authorization: Bearer zv4wXG34Oc3oodDvpmzQFxSaUwPYrx7ugM2WuDK0tRGcNHPYt3hI9C2s14QM Accept-Encoding: gzip : timestamp=2024-10-25T03:33:16.796Z 2024-10-25T03:33:16.961Z [INFO] provider.terraform-provider-authentik_v2024.8.4: 2024/10/25 03:33:16 HTTP/1.1 404 Not Found Content-Length: 19 Content-Type: text/plain; charset=utf-8 Date: Fri, 25 Oct 2024 03:33:16 GMT X-Content-Type-Options: nosniff 404 page not found: timestamp=2024-10-25T03:33:16.961Z 2024-10-25T03:33:16.961Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Called downstream: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=03501244-ca8f-fd84-4f2c-27c06f9760b4 tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:617 timestamp=2024-10-25T03:33:16.961Z 2024-10-25T03:33:16.961Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Received downstream response: tf_proto_version=5.6 tf_provider_addr=provider tf_req_duration_ms=164 @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:42 @module=sdk.proto diagnostic_error_count=0 diagnostic_warning_count=0 tf_req_id=03501244-ca8f-fd84-4f2c-27c06f9760b4 tf_rpc=Configure timestamp=2024-10-25T03:33:16.961Z 2024-10-25T03:33:16.961Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Served request: tf_req_id=03501244-ca8f-fd84-4f2c-27c06f9760b4 tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/tf5server/server.go:598 tf_proto_version=5.6 tf_provider_addr=provider @module=sdk.proto timestamp=2024-10-25T03:33:16.961Z 2024-10-25T03:33:16.961Z [TRACE] vertex "provider[\"registry.terraform.io/goauthentik/authentik\"]": visit complete 2024-10-25T03:33:16.961Z [TRACE] vertex "authentik_brand.talos (expand)": starting visit (*terraform.nodeExpandApplyableResource) 2024-10-25T03:33:16.962Z [TRACE] vertex "authentik_brand.talos (expand)": does not belong to any module instance 2024-10-25T03:33:16.962Z [TRACE] vertex "authentik_brand.talos (expand)": visit complete 2024-10-25T03:33:16.962Z [TRACE] vertex "authentik_brand.talos": starting visit (*terraform.NodeApplyableResourceInstance) 2024-10-25T03:33:16.962Z [TRACE] vertex "authentik_brand.talos": belongs to 2024-10-25T03:33:16.962Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/goauthentik/authentik" is in the global cache 2024-10-25T03:33:16.962Z [TRACE] readDiff: Read Create change from plan for authentik_brand.talos 2024-10-25T03:33:16.962Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/goauthentik/authentik" is in the global cache 2024-10-25T03:33:16.962Z [TRACE] readResourceInstanceState: reading state for authentik_brand.talos 2024-10-25T03:33:16.962Z [TRACE] readResourceInstanceState: no state present for authentik_brand.talos 2024-10-25T03:33:16.962Z [TRACE] readDiff: Read Create change from plan for authentik_brand.talos 2024-10-25T03:33:16.962Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/goauthentik/authentik" is in the global cache 2024-10-25T03:33:16.962Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/goauthentik/authentik" is in the global cache 2024-10-25T03:33:16.963Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/goauthentik/authentik" is in the global cache 2024-10-25T03:33:16.963Z [TRACE] Re-validating config for "authentik_brand.talos" 2024-10-25T03:33:16.963Z [TRACE] GRPCProvider: ValidateResourceConfig 2024-10-25T03:33:16.963Z [TRACE] GRPCProvider: GetProviderSchema 2024-10-25T03:33:16.963Z [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/goauthentik/authentik 2024-10-25T03:33:16.964Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Received request: tf_proto_version=5.6 tf_rpc=ValidateResourceTypeConfig tf_resource_type=authentik_brand @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/tf5server/server.go:714 @module=sdk.proto tf_provider_addr=provider tf_req_id=689e1551-3142-7171-8f57-25e3b53c6c3d timestamp=2024-10-25T03:33:16.964Z 2024-10-25T03:33:16.964Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Sending request downstream: tf_proto_version=5.6 tf_req_id=689e1551-3142-7171-8f57-25e3b53c6c3d tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:22 @module=sdk.proto tf_provider_addr=provider tf_resource_type=authentik_brand timestamp=2024-10-25T03:33:16.964Z 2024-10-25T03:33:16.965Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Calling downstream: @module=sdk.helper_schema tf_provider_addr=provider tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:287 tf_req_id=689e1551-3142-7171-8f57-25e3b53c6c3d tf_resource_type=authentik_brand timestamp=2024-10-25T03:33:16.964Z 2024-10-25T03:33:16.965Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Called downstream: tf_provider_addr=provider tf_resource_type=authentik_brand tf_req_id=689e1551-3142-7171-8f57-25e3b53c6c3d tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/grpc_provider.go:289 @module=sdk.helper_schema timestamp=2024-10-25T03:33:16.965Z 2024-10-25T03:33:16.965Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Received downstream response: tf_proto_version=5.6 tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:42 diagnostic_error_count=0 @module=sdk.proto diagnostic_warning_count=0 tf_provider_addr=provider tf_req_duration_ms=1 tf_req_id=689e1551-3142-7171-8f57-25e3b53c6c3d tf_resource_type=authentik_brand timestamp=2024-10-25T03:33:16.965Z 2024-10-25T03:33:16.965Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Served request: @module=sdk.proto tf_proto_version=5.6 tf_provider_addr=provider tf_rpc=ValidateResourceTypeConfig tf_req_id=689e1551-3142-7171-8f57-25e3b53c6c3d tf_resource_type=authentik_brand @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/tf5server/server.go:734 timestamp=2024-10-25T03:33:16.965Z 2024-10-25T03:33:16.966Z [TRACE] GRPCProvider: PlanResourceChange 2024-10-25T03:33:16.966Z [TRACE] GRPCProvider: GetProviderSchema 2024-10-25T03:33:16.966Z [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/goauthentik/authentik 2024-10-25T03:33:16.968Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Received request: tf_resource_type=authentik_brand tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/tf5server/server.go:811 tf_provider_addr=provider tf_req_id=b7a3f843-f647-8b22-2989-ef72bc70bd45 @module=sdk.proto tf_proto_version=5.6 timestamp=2024-10-25T03:33:16.967Z 2024-10-25T03:33:16.968Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Announced client capabilities: tf_resource_type=authentik_brand @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/internal/tf5serverlogging/client_capabilities.go:66 tf_client_capability_deferral_allowed=true tf_provider_addr=provider tf_req_id=b7a3f843-f647-8b22-2989-ef72bc70bd45 @module=sdk.proto tf_proto_version=5.6 tf_rpc=PlanResourceChange timestamp=2024-10-25T03:33:16.968Z 2024-10-25T03:33:16.968Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Sending request downstream: tf_resource_type=authentik_brand tf_rpc=PlanResourceChange tf_proto_version=5.6 tf_provider_addr=provider tf_req_id=b7a3f843-f647-8b22-2989-ef72bc70bd45 @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:22 @module=sdk.proto timestamp=2024-10-25T03:33:16.968Z 2024-10-25T03:33:16.969Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Received downstream response: @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:42 diagnostic_warning_count=0 tf_proto_version=5.6 tf_provider_addr=provider tf_req_duration_ms=0 @module=sdk.proto diagnostic_error_count=0 tf_req_id=b7a3f843-f647-8b22-2989-ef72bc70bd45 tf_resource_type=authentik_brand tf_rpc=PlanResourceChange timestamp=2024-10-25T03:33:16.969Z 2024-10-25T03:33:16.969Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Served request: tf_proto_version=5.6 tf_req_id=b7a3f843-f647-8b22-2989-ef72bc70bd45 @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/tf5server/server.go:843 tf_provider_addr=provider tf_resource_type=authentik_brand tf_rpc=PlanResourceChange @module=sdk.proto timestamp=2024-10-25T03:33:16.969Z 2024-10-25T03:33:16.970Z [WARN] Provider "registry.terraform.io/goauthentik/authentik" produced an invalid plan for authentik_brand.talos, but we are tolerating it because it is using the legacy plugin SDK. The following problems may be the cause of any confusing errors from downstream operations: - .attributes: planned value cty.StringVal("{}") for a non-computed attribute 2024-10-25T03:33:16.970Z [TRACE] checkPlannedChange: Verifying that actual change (action Create) matches planned change (action Create) authentik_brand.talos: Creating... 2024-10-25T03:33:16.970Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/goauthentik/authentik" is in the global cache 2024-10-25T03:33:16.970Z [INFO] Starting apply for authentik_brand.talos 2024-10-25T03:33:16.970Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/goauthentik/authentik" is in the global cache 2024-10-25T03:33:16.971Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/goauthentik/authentik" is in the global cache 2024-10-25T03:33:16.971Z [DEBUG] authentik_brand.talos: applying the planned Create change 2024-10-25T03:33:16.971Z [TRACE] GRPCProvider: ApplyResourceChange 2024-10-25T03:33:16.971Z [TRACE] GRPCProvider: GetProviderSchema 2024-10-25T03:33:16.971Z [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/goauthentik/authentik 2024-10-25T03:33:16.972Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Received request: tf_provider_addr=provider tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/tf5server/server.go:852 tf_req_id=855687b9-4c84-19d4-af2a-89eb2d936e72 tf_resource_type=authentik_brand @module=sdk.proto tf_proto_version=5.6 timestamp=2024-10-25T03:33:16.972Z 2024-10-25T03:33:16.972Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Sending request downstream: tf_provider_addr=provider tf_resource_type=authentik_brand tf_rpc=ApplyResourceChange tf_proto_version=5.6 @module=sdk.proto tf_req_id=855687b9-4c84-19d4-af2a-89eb2d936e72 @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:22 timestamp=2024-10-25T03:33:16.972Z 2024-10-25T03:33:16.972Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Calling downstream: tf_provider_addr=provider tf_req_id=855687b9-4c84-19d4-af2a-89eb2d936e72 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/resource.go:936 @module=sdk.helper_schema tf_resource_type=authentik_brand tf_rpc=ApplyResourceChange timestamp=2024-10-25T03:33:16.972Z 2024-10-25T03:33:16.973Z [INFO] provider.terraform-provider-authentik_v2024.8.4: 2024/10/25 03:33:16 POST /api/v3/core/brands/ HTTP/1.1 Host: authentik.talos.example.com User-Agent: authentik-terraform@2024.8.4 Content-Length: 314 Accept: application/json Authorization: Bearer zv4wXG34Oc3oodDvpmzQFxSaUwPYrx7ugM2WuDK0tRGcNHPYt3hI9C2s14QM Content-Type: application/json Accept-Encoding: gzip {"attributes":{},"branding_favicon":"","branding_logo":"","branding_title":"Talos","default":false,"default_application":"","domain":"talos.example.com","flow_authentication":"","flow_device_code":"","flow_invalidation":"","flow_recovery":"","flow_unenrollment":"","flow_user_settings":"","web_certificate":""}: timestamp=2024-10-25T03:33:16.973Z 2024-10-25T03:33:16.974Z [INFO] provider.terraform-provider-authentik_v2024.8.4: 2024/10/25 03:33:16 HTTP/1.1 404 Not Found Content-Length: 19 Content-Type: text/plain; charset=utf-8 Date: Fri, 25 Oct 2024 03:33:16 GMT X-Content-Type-Options: nosniff 404 page not found: timestamp=2024-10-25T03:33:16.974Z 2024-10-25T03:33:16.974Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Called downstream: tf_rpc=ApplyResourceChange tf_req_id=855687b9-4c84-19d4-af2a-89eb2d936e72 tf_resource_type=authentik_brand @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.34.0/helper/schema/resource.go:938 @module=sdk.helper_schema tf_provider_addr=provider timestamp=2024-10-25T03:33:16.974Z 2024-10-25T03:33:16.974Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Received downstream response: tf_proto_version=5.6 tf_provider_addr=provider tf_resource_type=authentik_brand tf_req_duration_ms=2 tf_req_id=855687b9-4c84-19d4-af2a-89eb2d936e72 tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:42 @module=sdk.proto diagnostic_error_count=0 diagnostic_warning_count=0 timestamp=2024-10-25T03:33:16.974Z 2024-10-25T03:33:16.974Z [TRACE] provider.terraform-provider-authentik_v2024.8.4: Served request: tf_provider_addr=provider tf_req_id=855687b9-4c84-19d4-af2a-89eb2d936e72 tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov5/tf5server/server.go:878 tf_proto_version=5.6 tf_resource_type=authentik_brand @module=sdk.proto timestamp=2024-10-25T03:33:16.974Z 2024-10-25T03:33:16.975Z [TRACE] maybeTainted: authentik_brand.talos encountered an error during creation, so it is now marked as tainted 2024-10-25T03:33:16.975Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/goauthentik/authentik" is in the global cache 2024-10-25T03:33:16.975Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for authentik_brand.talos 2024-10-25T03:33:16.975Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for authentik_brand.talos 2024-10-25T03:33:16.975Z [TRACE] evalApplyProvisioners: authentik_brand.talos is tainted, so skipping provisioning 2024-10-25T03:33:16.975Z [TRACE] maybeTainted: authentik_brand.talos was already tainted, so nothing to do 2024-10-25T03:33:16.975Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/goauthentik/authentik" is in the global cache 2024-10-25T03:33:16.975Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for authentik_brand.talos 2024-10-25T03:33:16.975Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for authentik_brand.talos 2024-10-25T03:33:16.975Z [TRACE] statemgr.Filesystem: not making a backup, because the new snapshot is identical to the old 2024-10-25T03:33:16.975Z [TRACE] statemgr.Filesystem: no state changes since last snapshot 2024-10-25T03:33:16.975Z [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate 2024-10-25T03:33:16.976Z [DEBUG] State storage *statemgr.Filesystem declined to persist a state snapshot 2024-10-25T03:33:16.976Z [ERROR] vertex "authentik_brand.talos" error: Provider produced inconsistent result after apply 2024-10-25T03:33:16.976Z [TRACE] vertex "authentik_brand.talos": visit complete, with errors 2024-10-25T03:33:16.976Z [TRACE] dag/walk: upstream of "provider[\"registry.terraform.io/goauthentik/authentik\"] (close)" errored, so skipping 2024-10-25T03:33:16.976Z [TRACE] dag/walk: upstream of "root" errored, so skipping 2024-10-25T03:33:16.976Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/goauthentik/authentik" is in the global cache 2024-10-25T03:33:16.976Z [TRACE] statemgr.Filesystem: not making a backup, because the new snapshot is identical to the old 2024-10-25T03:33:16.976Z [TRACE] statemgr.Filesystem: no state changes since last snapshot 2024-10-25T03:33:16.976Z [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate ╷ │ Error: Provider produced inconsistent result after apply │  │ When applying changes to authentik_brand.talos, provider │ "provider[\"registry.terraform.io/goauthentik/authentik\"]" produced an │ unexpected new value: Root object was present, but now absent. │  │ This is a bug in the provider, which should be reported in the provider's │ own issue tracker. ╵ 2024-10-25T03:33:16.977Z [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info 2024-10-25T03:33:16.977Z [TRACE] statemgr.Filesystem: unlocking terraform.tfstate using fcntl flock 2024-10-25T03:33:16.977Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" 2024-10-25T03:33:16.979Z [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/goauthentik/authentik/2024.8.4/linux_amd64/terraform-provider-authentik_v2024.8.4 id=1153327 2024-10-25T03:33:16.979Z [DEBUG] provider: plugin exited ```
BeryJu commented 1 week ago

As a temporary workaround, you can set attributes = "{}" in the resource

japtain-cack commented 1 week ago

This doesn't appear to work either. It's producing the same error as above. I did test my token and curled the authentik api, which worked successfully, so it doesn't appear to be an api/connectivity issue.

resource "authentik_brand" "talos" {
  domain         = "talos.example.org"
  default        = false
  branding_title = "Talos"
  attributes = "{}"
}
BeryJu commented 1 week ago

I think it might also be due to this https://github.com/goauthentik/terraform-provider-authentik/blob/main/internal/provider/resource_brand_test.go#L33-L43

japtain-cack commented 1 week ago

I'm not sure this is related to the brand resource. I completely blew away my terraform state/files, and tried adding a group instead.

I'm getting the same error message.

terraform {
  required_providers {
    authentik = {
      source = "goauthentik/authentik"
    }
  }
}

provider "authentik" {
  url   = "https://authentik.talos.example.com"
  insecure = true
  # Optionally add extra headers
  # headers {
  #   X-my-header = "foo"
  # }
  #  Set token with `export AUTHENTIK_TOKEN='<your-token>'`
}

resource "authentik_group" "jellyfin_users" {
  name         = "jellyfin-users"
  users        = []
  is_superuser = false
}

resource "authentik_group" "jellyfin_admins" {
  name         = "jellyfin-admins"
  users        = []
  is_superuser = false
}
authentik_group.jellyfin_users: Creating...
authentik_group.jellyfin_admins: Creating...
╷
│ Error: Provider produced inconsistent result after apply
│
│ When applying changes to authentik_group.jellyfin_users, provider "provider[\"registry.terraform.io/goauthentik/authentik\"]" produced an unexpected new value:
│ Root object was present, but now absent.
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
╵
╷
│ Error: Provider produced inconsistent result after apply
│
│ When applying changes to authentik_group.jellyfin_admins, provider "provider[\"registry.terraform.io/goauthentik/authentik\"]" produced an unexpected new value:
│ Root object was present, but now absent.
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.